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

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...

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...

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...

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

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...

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...

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...

Lee PriestThe Energy Drink Episodes 4: The Return Of The Lambda Functions
This post is the fourth part of a ‘Let’s CDK’ series. You can catch up on part 1 here, part 2 here...

Connie LeungQueuing jobs in NestJS using @nestjs/bullmq package
Introduction Both Bull and BullMQ are queue libraries that persist jobs in Redis. Bull is...

ymc9Modeling Authorization in Prisma - No Theory, Just Code
Authorization is a special topic for software development. You'll get many theories about different...

Serif COLAKELUnderstanding the "Element" React Component: A Flexible Approach to Conditional Rendering
When working with React, developers often encounter scenarios where they need to conditionally render...