DEVELOPER NEWS STREAM
Direct logs, engine updates, and framework notifications parsed from curated RSS feeds and announcements, updated hourly.

faridz974Setting up a Typescript Node App
Setting up a Node project feels like a daunting task? Well, fear not! Our friend Matt Pocock has got...

Gergely SzerovayMaster Angular 17 (a study guide)
A study guide that helps you learn the new version of Angular

ArtistAssistApp - the open source web app to paint better with ease 🖌️🎨
IMPORTANT Since this publication, there have been new releases of ArtistAssistApp. ArtistAssistApp...

DeliaJavaScript Secrets Unleashed: Mastering Async/Await in 2023!
Asynchronous JavaScript is the backbone of a seamless web experience. From simple webpage...

Daniel Glejzner4 Laws of RxJS Observables
This is crucial to understand! Online materials can often be incorrect. Very short but meaty...

Jayvee Ramos1. Building a Project Setup for Microservices with NestJS and MongoDB
Introduction Creating a full-fledged application can be a daunting task, but with the...

Aditeya SrivastavaSetup Node with Typescript and eslint
Create an empty directory for your project and move in it. mkdir project cd project Enter...

Jayvee Ramos4. Building an Abstract Repository
Introduction In this tutorial, we'll walk you through creating a microservice for handling...

Basti OrtizJavaScript First, Then TypeScript
A recent trend has shaken up the JavaScript-TypeScript community: the anti-build-step movement. In this article, however, I will not argue whether TypeScript is still relevant today. Instead, I reflect on my own journey of stepping away from TypeScript—but for a completely different reason: consumer semantics!

Jayvee Ramos3. Building a Common Repository for Nest.js Microservices
Introduction: In a microservices architecture, maintaining consistent CRUD functionality...

Avwerosuoghene Darhare-IgbenUnderstanding "use strict" in TypeScript
TypeScript offers many helpful features to make coding cleaner and more reliable. In this article,...

Pierre BouillonWhat's New in StateAdapt 2.0.0
Three weeks ago, StateAdapt released a new major version. The main changes here is a rework of the...

Christian NwambaCan Next.js Handle 5000 Pages?
I wanted to share an experiment that drives Next.js 13 SSR and SSG features to its limit. I built a...

NareshReact Refs: key to DOM Manipulation Part-2
In Part-1 of the React Refs, we have seen how to get access to the own component DOM elements. Now we...

Ivan KarbashevskyiMastering `is.boolean` for Type Checking in JavaScript with 'thiis': Fun Examples and Useful Tips
JavaScript is a dynamic and versatile programming language that's known for its flexibility. As a...

Tomek PoniatowiczConditional rendering in React
I recently saw some posts and comments about conditional rendering in React and to my surprise some...