Insights

Written by the people doing the work.

We publish on agentic AI, automation, ColdFusion and modernization; the topics where we think the received wisdom is currently wrong. No ghostwriting, no vendor summaries.

Uncategorized

Tackling Timeout Issue with Creating Spreadsheet Using ColdFusion POI Utility

Timeout is a well know issue not only with POI spreadsheet, but it applies to process which consumes resources. As the data grows, you’ll need more…

·5 min read
Uncategorized

UI Testing With Casper JS

  When you develop small or large application, testing is an important aspect of the development process. But how do you test reliably and…

·2 min read
Uncategorized

Big Data Tools and Technologies

Tools and Technologies are always in demand to meet modern enterprise’s requirements. Now, modern enterprises mostly rely on real-time, predictive, and integrated insights on…

·3 min read
Uncategorized

DevOps Adoption and Practice

DevOps mainly comprising Development, Operations, Security, Testing and Deployment. An emerging set of practices for communication, collaboration and integration between IT operations and software…

·3 min read
Uncategorized

Export HTML to Word using docx4j in lucee CFML

It is very easy to export plain HTML text data to embed and export as word document. In CFML there is an inbuilt tag…

·4 min read
Uncategorized

Async/Await, Modern way of writing nodejs code

·1 min read
Uncategorized

Create Dynamic Forms using Angular

Learn using Angular how to build a simple dynamic form that can be easily extended based on the requirement. We will create dynamic form…

·8 min read
Uncategorized

AngularJS 1 and Angular 2 – interesting comparison

AngularJS is now well-known javascript framework, now let us quickly know more about AngularJS for comparison. What is AngularJS? AngularJS is not a library.…

·3 min read
Uncategorized

PhantomJS timeout error fixed in Node-Pdf from NPM

We tried using node-pdf from NPM – JavaScript Package Manager to generate PDF file from HTML file. node-pdf take HTML source as an input…

·2 min read
Uncategorized

Orientation Issue with iOS Image Upload

Initially, there was an issue with some photos that are uploaded on website and uploaded photos rotated (left, right or vertically) automatically. Before Upload  …

·2 min read
Uncategorized

Orientation Issue with iOS Image Upload (Part-2)

Just recently in the past a blog published on image orientation issue with iOS image upload, after that  we again experienced similar type of issue…

·3 min read
Uncategorized

Convert Audio-Video files into Mp3 Audio and Mp4 Video using FFMPEG Commands

Just recently there was a requirement to convert several audio files extensions into Mp3 Audio and several video files extensions into Mp4 Video for one…

·5 min read