
Why Static Typing & Why is TypeScript so popular?
According to the Stack Overflow Developer Survey 2020, 67.1% of TypeScript users loved it. This makes it the second most loved language, behind Rust, and narrowly […]
According to the Stack Overflow Developer Survey 2020, 67.1% of TypeScript users loved it. This makes it the second most loved language, behind Rust, and narrowly […]
A linter is a computer program that analyzes and checks source code. It flags programming errors, indentation errors, formatting errors, bugs, and suspicious constructs. 1. […]
Back in the early days when websites were becoming interactive, JavaScript was introduced. The JS interpreter was present in the browser and did an amazing […]
Today we are going to learn about a revolutionary technology that is being used to build great web applications: Node.js. You may have heard of it […]
Networking is a very important part of computing. But how do we do it? A network is a group of computers that are able to […]
As a developer getting started with Node.js application development, there a few basic skills that you need to be familiar with as you start to […]
Let us start by getting a better understanding of what Node.js is. Node.js is a runtime environment used for executing server-side code with higher efficiency […]
Discord bots are very cool. They’re also very fun to make. But how do you make one? Typically, Discord bots are written in Node.js. Node.js is […]
In this guide, you will build a Node.js REST API with the Express Framework, expose it to the internet with Ngrok and make test requests to it on Postman. 1. Introduction […]
Node.js is a robust technology stack with a rich ecosystem. However, debugging Node.js applications remains a difficult task, since they can fail without any error […]
In my previous article, we went over an introduction to hapi.js framework, and I briefly mentioned Koa.js, another major Node.js framework. This article will us give an […]
Docker allows us to run our applications as containers. A container is a standalone executable package that is lightweight and has everything needed to run an application […]
The power of Node.js is backed by open-source frameworks that form the ecosystem of JavaScript. As a Node.js developer, it is practically impossible to constantly avoid their […]
A time ago, traditional server side rendering used to be the norm. All of the HTML was dynamically rendered on the server and sent to […]
Docker is a very popular tool used by many developers today. If you have Docker on your machine, you do not need to have Node.js […]
ReactiveX stands for Reactive Extensions. It is a collection of projects done by the ReactiveX community. They bring asynchronous programming into different programming languages and platforms. […]
Security is a huge concern for everyone. The safety of the code you use is important regardless of you being a beginner or expert in […]
Node.js is a JavaScript run time environment which is used to create server-side applications and tools. Node.js is fast, portable, and written in JavaScript but it […]
Date is a crucial development function that developers come across in their development workflow. To achieve this with ease you need great tools such as […]
Node.js has various frameworks, each of which is catered to the varying demands of users and developers. This article will give a comparison between the […]