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

Titouan CREACHWhy is pattern matching so great
Ok, let's start with a story. You are a front-end developper and you work with your mate Bob. Bob is...

redpangilinanIotawise: An Open-Source Habit Tracking App
Introducing Iotawise, an open-source habit tracking app I built using latest technologies such as...

MicaTooltip Accessible: como crear un copy to clipboard button
¡FELIZ AÑO NUEVO! Feliz 2024, para todos. Espero que este año lo comiencen con todo, por este lado...

Rohit AgarwalWe open sourced our AI gateway written in TS
We've been building a robust AI gateway at Portkey for the past 10 months. Over this time, Portkey...

Chris CookTypeScript: The Unexpected Magic of Generics
Over the weekend, I stumbled across an interesting TypeScript feature that I wasn't aware of. I...

Paul Reichelt-RitterUsing MongoDB Atlas with Azure Kubernetes Service - Coded with Pulumi
For the last couple of days, I've struggled with the challenge to configure my MongoDB Atlas DB to...

Matt AngelosantoHow to use import attributes in TypeScript and JavaScript
Written by Ukeje Goodness✏️ import is a fundamental keyword in JavaScript and TypeScript that...

NazeelWriting type safe API clients in TypeScript
Writing API integrations can be a daunting task. But it does not need to be. How many times have you...

Tibet TornaciMaking TypeScript enums not suck in 500 bytes or less.
Over the past two weeks, I've been working on crabrave, a <500B (when bundled) library that brings...

Abdullah AdeelThe Bias Nature of JavaScript Event Loop
JavaScript is the single most controversial language for its single-threaded nature and its bias on...

liuzitingI Know What Your Pet Is Thinking - Gemini
"I Know What Your Pet Is Thinking" is an image recognition application developed using the Gemini Pro...

Matt AitkenTrigger.dev v3: Durable Serverless functions. No timeouts.
Trigger.dev v2 allows you to create durable long-running code that successfully avoids serverless...

Preston "Brady" AdgerMaking async requests simple
If you're a front-end web developer, you will inevitably run into the predicament of managing your...
Mía SalazarTypescript for Angular developers
Versión en español It's been two years since I started working with Angular and, I'm not going to...

Vitor RiosPadrões de Projeto em TypeScript: Singleton vs Factory vs Decorator
Introdução Padrões de projeto são métodos comprovados para resolver problemas comuns no...

Maksim DolgihCustomizable Angular animations from Component
How we use Angular animation We are used to creating Angular animations with explicitly...