Entries by

,

An Introduction to the npm : An Absolute Beginner’s Guide

npm is the standard package manager for Node.js. In January 2017 over 350000 packages were reported being listed in the npm registry, making it the biggest single language code repository on Earth, and you can be sure there is a package for (almost!) everything. It started as a way to download and manage dependencies of Node.js […]

,

Comparing MEAN vs. MERN: 5 Key Differences for Choosing the Best Web Development Stack!

Within the JavaScript ecosystem, a particular app will consist of a combination of technologies, called a “stack.” The MEAN, MERN, and MEVN (pronounced “Mevin”) stacks are among the most popular technology stacks that developers use to create websites and mobile applications. But, what are the major differences between these stacks? And, do developers prefer one […]

,

The V8 JavaScript Engine : A high-performance JavaScript engine

In this V8 introduction, we will ignore the implementation details of V8: they can be found on more authoritative sites (e.g. the V8 official site), and they change over time, often radically. What is V8 javascript engine? V8 JavaScript engine was initially developed for Google Chrome and Chromium web browsers to improve the performance of JavaScript […]

Why use node.js for backend : A complete case study with pros and cons

With so many frameworks available, sometimes it is hard to decide on something new and different. In the case of Node.js, you probably have heard sentences like ‘JavaScript runtime’ or ‘event-driven’ or ‘operates on a single thread event loop’ and have been wondering what it all means. After over 20 years of stateless-web based on […]

5 Best Python frameworks to enhance coding experience in 2021

Python has come up as a great platform for web applications in the past few years. It has become a major choice for the developers and with several frameworks added to it, it is now becoming extremely popular in the market. Python is also increasing in popularity with major features like functionalities, uniqueness, and general […]