Web Development

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…

Frontend Developer Roadmap

Hey guys 👋🏻, In this article, let us understand the roadmap that will help you in becoming a Frontend Developer in 2021. Step 1: First learn HTML, CSS and JavaScript Step 2: Work on your own projects to build skills and then work on LIVE projects. Go grab some internship to get some working experience…

Where to filter the data – backend or frontend ?

Hey everyone, In this article, let us discuss about a very important question regarding filtering the data that we get from the database or API. So the question is :  Where exactly should we filter the data ?  🤔 Backend … ?  🤔 Frontend … ?  Well, the answer is :  It depends.  Let us…