Prabhat Giri | 2 months ago
Pair programming is a development technique where two programmers work together at one workstation. One programmer writes the code, while the other reviews each line as it’s typed. This method may sound time-consuming at first, but the benefits it brings to the table can dramatically improve the d...
Prabhat Giri | 4 months ago
Frontend development is a dynamic and rewarding field that offers endless opportunities for creativity and innovation. Whether you're just starting or looking to enhance your skills, this comprehensive guide will walk you through the essential steps and skills needed to pursue a career in front-end ...
favorite 1
Prabhat Giri | 4 months ago
Angular is a leading framework for building dynamic web applications, developed and maintained by Google. To truly master Angular, developers need to understand its core concepts and features. In this article, we’ll cover the top 10 Angular concepts you must know to become proficient in Angular de...
Prabhat Giri | 4 years ago
You must have heard of loops before if you are into programming. Loops are basically used to either execute similar code multiple times or to work with iterables like an array. If you are new to javascript and are wondering how to work with loops and arrays in javascript, then stay tuned, we will di...
favorite 1
Prabhat Giri | 5 years ago
One fine morning your mom tells you something."Listen! once you are done with your breakfast, make sure you fill up every empty water bottle and put them in the refrigerator ".So basically you have been asked to do something once something else is done.This is how callbacks work.Example ...
favorite 1
Prabhat Giri | 5 years ago
Programming is fun but this sometimes comes up with mistakes and errors.No matter how much of programming experience you have , you always make mistakes and those mistakes result in unexpected results.This is what we term as errors and exceptions.In this article i will talk about errors and exceptio...
Prabhat Giri | 5 years ago
Arrays are the most common data structure used in computer programming. In this article we are going to talk about using arrays in javascript, don't worry if you are not familiar with arrays in any programming language, we are going to talk about javascript arrays from scratch. Definition Javascript...