Blog

Category: Custom Development

Blog
Asijit Giri - Apr 16, 2020

Archive Logs On Tableau Server Using Ziplogs

Tableau server is widely used as a collaborating platform, data analytics and many more. It is a product from Tableau, it means you can use the functionality of…
Blog
Debopoma Chaudhury - Oct 23, 2018

jQuery Data Table with Both Row and Column Selections

Data Tables is a plug-in for the jQuery JavaScript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, and adds advanced interaction controls to any…
Blog
Priyam Ghosh - Jul 10, 2018

Expand Linux VM Partition

In a virtualized environment you have a LINUX based Virtual Machine and the root drive has run out of space in an existing partition inside a single VM…
Blog
Debopoma Chaudhury - Mar 27, 2018

Adding Gradient to Shapes in Angular 4 D3 Charts

Many a time in D3 charts there might be a requirement to add gradient inside shapes (like circles /squares /rectangles). In that case, one needs to add a…
Blog
Debopoma Chaudhury - Jan 30, 2018

Angular 4 At a Glance

Angular is a framework for building client side web applications in TypeScript or JavaScript. The language of choice for Angular (Version 2 and above) is TypeScript. Code is…
Blog
Aniruddha Mridha - Oct 24, 2017

Use of Selenium other than Software Testing

Selenium is an open source (free) web testing tool that can automate browser applications. Basic use of Selenium is to automate application process flow to avoid repetitive steps…
Blog
Sushant Agrawal - Mar 21, 2017

How to update Node.js modules to latest versions

There are situations when some Node.js modules in the application become obsolete and need to be updated to the latest versions. The command npm install reads the module…