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

Levy Mateus MacedoTypescript typeguard strategy: fancy way to check unknown types
Introduction Typescript is an incredible combination with javascript, by the way just...

mrasuEchoed: Observable Integration Testing using OpenTelemetry on top of Jest
Troubleshooting integration test failures can be challenging, especially when you run multiple...

Olamide AdeniyiNestJS Emails with react-email and nodemailer
Before now backend developers only had the option of designing email templates with template engines...

Bhavy LadaniMagic of TypeScript Generics
Introduction Welcome, fellow developers, to the mystical realm of TypeScript Generics! 🚀...

Abeinemukama VicentHow to Dockerise a NodeJS - TypeScript API || A Comprehensive Guide from Environment Setup to Deployment with a CI/CD Pipeline
In the dynamic world of software development, streamlining the deployment process and ensuring...

Sebastian SdorraIntroducing Content Collections
Transform your content into type-safe data collections

Miguel CrespoCanceling requests in Javascript
If you're a developer like me, you probably had to write some custom logic to handle stale requests...

Vinícius Cristofari BarbosaTypeScript to Check JavaScript
TypeScript is a programming language that adds static types to JavaScript, allowing developers to...

Vinícius Cristofari BarbosaHow to use a local tsconfig.json to customize TypeScript checking without bothering your colleagues
We know that TypeScript is a programming language that adds static types to JavaScript, enabling...

Matt MillerMastering Shadow DOM Manipulation with JavaScript and TypeScript
Introduction: In the world of web development, dealing with Shadow DOM can be both challenging and...

Ricardo EstevesMigrating from Express to Hono
Introduction In the ever-evolving landscape of Node.js frameworks, developers are...

Vinícius Cristofari BarbosaTypeScript para checar JavaScript
TypeScript é uma linguagem de programação que adiciona tipos estáticos ao JavaScript, permitindo que...

Vinícius Cristofari BarbosaComo usar um tsconfig.json local para personalizar a checagem do TypeScript sem influenciar seus colegas
Como usar um tsconfig.json local para personalizar a checagem do TypeScript sem influenciar...

Aaron ElligsenVerifying Count Equal and Divisible Pairs in an Array
Verifying Leetcode question 2176. Count Equal and Divisible Pairs in an Array Let's take a...

MicaFocus Management: how to improve the accessibility and usability of our components
A little bit tired of always seeing the typical introductory courses about accessibility, I decided...

Matt AngelosantoUsing Deno with Jupyter Notebook to build a data dashboard
Written by Agustinus Theodorus ✏️ In this guide, we will explore building a data analysis dashboard...