Getting Friendly with Git: Your Code’s Best BuddyImagine Git as a super-smart assistant for your code. It’s like a superhero that keeps track of every little change you make while you’re…Mar 4, 20241Mar 4, 20241
Modules in JavascriptIn JavaScript, a module is a way to organise and structure code by encapsulating its functionality. It allows you to split your code into…Feb 14, 2024Feb 14, 2024
Basic code-related questions usually asked in the JS interview.How to sort an array?Feb 3, 2024Feb 3, 2024
How to configure multiple SSH keys in GITWhy there is a need for multiple SSH keys:Feb 3, 2024Feb 3, 2024
Angular Routing — Part 1In Angular, routing refers to the mechanism by which the application’s views (components) are mapped to specific URLs or paths. It allows…Jan 25, 2024Jan 25, 2024
Dependency injection in AngularIn Angular, dependencies refer to services and objects that a class requires to execute specific tasks. Dependency Injection (DI) is a…Jan 25, 2024Jan 25, 2024
Event Looping in JS — Part 1The Event Loop is a continuous process that handles the execution of code, managing the call stack, microtask queue, and callback queue to…Jan 18, 2024Jan 18, 2024