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

Phuoc NguyenLazy load an image
Lazy loading images is a smart way to improve website performance. It's a technique that defers the...

WhiteA HackerNews clone built with Next.js and shadcn/ui
Introduction Next.js Hackernews is an open-source hackernews clone written in TypeScript...

Daniel SoglAnalyzing and optimizing the esbuild Angular application bundle
In the fast-paced world of web development, Angular applications often face the challenge of slow...

Rolf StreefkerkBuild Real-Time Apps with Eezze
Build Real-Time Apps with Eezze Here's a quick overview of what we'll cover in this...

gcascioDynamic breadcrumbs in Next.js using the app router
Often, breadcrumbs are used to show the user's current location within the site hierarchy. In a...

Akashdeep Patra10 Tips for Mastering TypeScript Generics
As a Senior software engineer, I've seen firsthand the transformative power of TypeScript's generics....

phukonWTF is a Monad?!
A monad in X is a monoid in the category of endofunctors of X. I came across the term MONAD in a...

Mayank vishwakarmaUsing the React Context API to Create a Loader Component
Web applications frequently include loading indicators, which give users indicators of progress while...

Keep it Silly, Stupid
If you've entered this article because you think I misspelt the KISS principle, I'm sorry, but you've...

fajarrivTest-Driven Development (TDD) in frontend code.
Image taken from here. What is Test-Driven Development(TDD)? Test-Driven Development...

Connie LeungText translation using Google Cloud Translation API in a NestJS application
Introduction I am a language learner who learns Mandarin and Spanish in my spare time....

Davide FicanoDeclare the type of a variable using that of a property
tiny how-tos to survive to the hostile code we write every day Suppose you are using a type buried...

Michael De AbreuHow to add Jest into your Vite project with TS
Hi future me! I'm sure you are as amazed as I am right now to find that the guide you are looking for...

Shahar KedarSchema Extension and Reuse
TypeScript truly shines in large projects where we frequently encounter a wide array of complex...

Martin PerssonThe future of Typescript in Production-Grade Applications
Introduction Javascript is everywhere and will not be going away anytime soon. I love...

Daniel SoglSimplifying Angular State Management Using NgRx SignalState
Introduction to Angular Signals With Angular v16, Angular has reimagined the development...