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…
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…
Async/Await, Modern way of writing nodejs code
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…
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.…
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…
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 …
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…
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…
Character Encoding Issue with Nodejs
Recently we faced many issues with character encoding in Nodejs. We came across the iconv module and this post explains how we handled those issues.…
Agile Development – A practice to maximize advantages
Agile is more likely a philosophical approach towards software development then just a methodology. It is smartly avoiding proscription in its precise phrasing which…
Cloning SVN Repository to GIT on Windows
Since couple of weeks working on implementing Git Repository for our codebase of our all projects. Before this we were using SVN as versioning…
