Month: January 2022

What, Why and How to Validate ?

Hey guys 👋🏻, In this article, let us learn about validation in case of application and learn about What, Why and How to Validate ?. What, Why and How to Validate ? To ensure that the data that you work with is the data in correct format, you need validation for it. Let us answer…

My Top 3 Server Side Technologies. What are yours ?

Hey guys 👋🏻, In this article, I will unveil My Top 3 Server Side Technologies that I work with. Node.js Node.js is a JavaScript Runtime for building scalable network applications. It is blazing fast and it is best to use when we have large number of concurrent connections active at a given point of time…

Understanding Primitives and Reference Types in JavaScript

Hey guys 👋🏻, In this article, let us cover the topic of Understanding Primitives and Reference Types in JavaScript. Primitive value is stored directly in the location that the variable accesses. And the Reference values are objects that are stored in the heap. Reference value stored in the variable location is a pointer to a location…

Backend Developer Roadmap (2021)

Hey guys 👋🏻, In this article, let us understand the roadmap that will help you in becoming a Backend Developer in 2021. Every website that we build these days need a backend to manage the business logic of the application. To manage huge data for an application you need a database along with a API…

10 JavaScript Projects Every Beginner Should Try

Hey everyone, In this article, let us see 10 JavaScript Projects Every Beginner Should Try. Introduction JavaScript is the language that powers the web and a language that you must know if you want to become a web developer. It is also one of the most popular programming languages in the community. In this article,…