Great... If you are here then we have: discussed some backend jargon learnt some JavaScript and...
Environmental variables Middlewares Validation Middleware Error Handling middleware In the...
Building a Polling System with Node /...
In the previous excerpt, we discussed validation, authentication and authorization. We mentioned that...
Content Validation Authentication Authorization Adding validation Adding...
Content Introduction Project creation and initialization Create a simple server and a GET...
This is the 7th part of this JavaScript Series (as a part of the whole) and in this part, we will...
In this section, we will implement a game called Mastermind in JavaScript. This game development...
Previously in JavaScript Essentials: Part 4, We discussed if and else statements, for and while...
Previously in JavaScript Essentials: Part 3, we discussed quite a lot about objects and arrays and...
Previously in JavaScript Essentials: Part 2, we discussed quite a lot about string properties and...
Previously in JavaScript Essentials: Part 1, we started with some javascript data types including a...
Javascript is like a pot of honey. You can dip your finger into it and swipe a mouthful. It is sweet....
Let's skip all that... and get to the point. I like using Number.isNaN but today, it seemed, I learnt...
Nodejs is a JavaScript runtime. This means that nodejs is a program that allows you to run JavaScript...
In the context of an API, the communication between a server and the client, or a server and another...
JSON stands for JavaScript Object Notation. This is a format for data presentation and communication...
An API is an Application Programming Interface. I mean, that is what API stands for. Previously we...
I was reading a recommended book when I took an interest in programming. The book was "The Art and...
What is a back-end? In web application development, there is the front end. It refers to...
If you are curious or new to programming maybe you'd like to give Nodejs a try. I am planning on...
So, Distribution of Random Numbers in C!! Let's dive in. I believe that at least you have heard of...
Introduction I am back! It has been 244 days since my last post on August 26, 2022. A lot...
Overview of My Submission This is the final project I built, ARMS-redis-ts. I used a...
I have had my mishap. I turned right and left, not knowing what is wrong. Typescript saved the day...
First of all, let's start with the errors. node:internal/process/esm_loader:94 ...
First of all, I am doing well and I hope you are doing better. The first I heard about Redis, was a...
Introduction Python is a simple programming language that speeds up prototyping. Let's...
In this session, we will discuss: Anonymous Class Inner Class Enum Conclusion Anonymous...
In this session, we will discuss: Abstraction Interface Conclusion Abstraction There...