Home/Blog/Uncategorized
Topic

Uncategorized

219 posts in this collection.

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
Uncategorized

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.…

·3 min read
Uncategorized

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…

·3 min read
Uncategorized

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…

·2 min read