Caching in Node.js with Redis: A Beginner’s Guide
Caching is a technique to store frequently used data in a temporary storage so that future requests for that data are faster. In Node.js applications, caching can help improve performance and reduce the load on your database. One popular tool
Integrating CKEditor in a Website
How to Integrate CKEditor in a Website? CKEditor- CKEditor is a rich text editor with main functionality of generating the html code of everything we write in it. We can CKEditor when we need to store html content with styling
Image.onload returns 0 for width/height of SVG image in 1E11
Problem: Image.onload returns width/height of SVG images “0” in 1E11: When you try to get size of svg image file using “image.onload” event, this returns exact file size in all browsers (Firefox, Chrome, Safari) except IE11. It returns 0 for
Some Tips to write a good professional email
How to write a good professional email 1. Keep it Formal: Professional emails should always be kept formal. A little bit of relationship building with the receiver can be accepted but by and large focusing on the professional matter is
Importance of promptness in customer service
What is customer service? It is the act of catering to your customer’s needs. The best way to do this is to provide and deliver high quality professional service and assistance to your customers during and as well as after
Using Bootstrap Tabs with Examples
Bootstrap tabs – How to create with Examples In Bootstrap, tabs can be created with “nav-tabs” class. for example <ul class="nav nav-tabs"> <li>….. <li>….. <li>….. </ul> User can also set the other properties of the li elements. User can set
Various Array helper methods in Javascript
Explanation of various Array helper methods in Javascript with example The various methods I am going to discuss below are a part of functional programming in Javascript. In functional programming output of the method depends on the arguments passed to
Understanding Nlog .Net Package with Examples
Record Logs with Nlog .Net Package – Explanation and Examples Nlog is a free .Net platform based framework designed for generating logs to record the history of events that help to troubleshoot errors and exceptions. Logging is one of the
What is new in Bootstrap 4
Introduction to Bootstrap 4 and what is new in it Bootstrap 4 final stable version was released on January 18th, 2018. There are lots of new changes in this version. 1) FlexBox Support:- Earlier Bootstrap’s layout was powered by float-based
Safari downloading files in .csv.html format | Workaround
Problem In one of the software we are developing, we faced a strange problem in Safari browser on Mac machine. A link on webpage was provided to download a file in .CSV format (server side code written in CakePHP). In
