PinnedPublished inITNEXTEvolution of Server-Side JavaScriptFrom Java-based runtimes to the rise of Node.js, the birth of NPM, the growing ecosystem, the innovating Deno, and the emergence of the…Sep 25, 20234626Sep 25, 20234626
Why Angular?Angular is a modern TypeScript-based framework for building Web, Cross-Platform, and progressive Web applications. Angular was developed by…6d ago216d ago21
Express.js RouterLearn how to define and use routes in Express.js applications, including CRUD methods, dynamic routes, wildcards, how to organize routes…Jan 131Jan 131
Express.js Basics & BeyondExpress is a minimalistic and flexible Node.js backend framework that provides robust features for building APIs. In this short series…Dec 23, 2024221Dec 23, 2024221
Angular Multi-Environment BuildsThis article is an in-depth guide to Angular build configuration. You’ll learn to serve, build, and distribute your project for different…Nov 20, 202462Nov 20, 202462
JavaScript: Quick StartJavaScript is a high-level programming language primarily used to create interactive and dynamic content on the web. It is also used for…Oct 13, 202450Oct 13, 202450
Angular Reactive Forms GuideThis article is a comprehensive guide to the vast possibilities of Reactive Forms in Angular. In this first part, we’ll learn why the…Sep 30, 202412Sep 30, 202412
Unit TestingThis article will teach you the basic concepts of unit testing, why it’s essential in software development & how to test JavaScript apps…Aug 31, 202439Aug 31, 202439
Event-Driven Programming in Node.jsThis article will explore the insights of the Events module in Node.jsJul 31, 202477Jul 31, 202477
Published inStackademicManaging APIs using Rx.js ObservablesA comprehensive guide into managaging, caching, transforming API data, handling errors, slowing down and aborting API requests using Rx.js.Jun 30, 20241222Jun 30, 20241222
The practical use cases of the OS module in Node.jsLoad balancing, OS-specific commands, dynamic data, constants. Meet the OS, one of the core Node.js modules that reads system information…May 18, 2024May 18, 2024
Rx.js Core FeaturesWhile the future of Rx,js in Angular is uncertain, Rx.js will remain a powerful utility for Reactive Programming and one of the widely used…Apr 30, 20242Apr 30, 20242
How to write better DocumentationWhether you’re developing software or designing a distributed system, writing quality documentation is essential for long-term development…Mar 6, 2024Mar 6, 2024
Share Data Between JavaScript ModulesImports, Globals, Dispatched Events, and Inter-Process Communication. Learn different ways to share data between modules in the Browser &…Feb 9, 20241Feb 9, 20241
JavaScript Module SystemThis article focuses on the importance of modules in JavaScript, the two most popular implementations, and demonstrates how to apply them.Feb 6, 20242Feb 6, 20242
Make the most out of every opportunityAs developers we tend to fantasize about things like working on dream projects, using the tech we love, and working with like-minded…Jan 22, 2024Jan 22, 2024
A Detailed look into Node.js HTTP moduleNode.js HTTP module is a built-in library that allows developers to create web servers, as well as communicate with other APIs using HTTP…Dec 31, 2023Dec 31, 2023
Working with Paths in Node.jsOne of the more useful skill sets in Node.js is to learn to work with Paths. In this article, you’ll learn how to read, parse, join, and…Dec 27, 2023Dec 27, 2023
Truthy and Falsy in JavaScript & How to Toggle Between?Tips and Tricks to improve the way you write JavaScript.Dec 15, 20233Dec 15, 20233
Node.js: The Big PictureNode.js is an open-source, event-driven JavaScript runtime environment used for executing JavaScript code outside the browser. In this…Dec 6, 20231Dec 6, 20231