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

Richard ZampieriExpressoTS Middleware & Controller
ExpressoTS Doc ExpressoTS as you may already know, is a lightweight but very robust backend...

Jay BorichaWhat is tRPC and how can we use it in our Apps.
Introduction There are various ways available out there to make APIs like REST APIs,...

gcascioTranslating zod errors with next-intl
tl;dr - An approach to translate zod errors with next-intl using a zod error map. Adapt the zod...

Jordan IsipIntroducing EmailBuilder.js - a free and open source block-based email template builder
Since the launch of our main product last year, we've been hearing from our customers on how much...

Bosco DomingoA (somewhat) deep dive into TypeScript constructor intricacies, step-by-step
If you've ever wondered how TypeScript's constructor shenanigans work, here's a quick one for...

EdaLeetCode Meditations: Container with Most Water
The description for this problem states: You are given an integer array height of length n. There...

EdaLeetCode Meditations: 3Sum
Let's start with the description for this one: Given an integer array nums, return all the triplets...

Gergely SzerovayAngular Addicts #23: Angular 17.2, Nx 18, Signal forms, Analog, WebExpo & more
My favorite Angular resources of February, 2024

MicaAccordion accessible y reutilizable solo con la etiqueta details y css
Bienvenides a una nueva entrada de mi sección dedicada a realizar componentes reutilizables y, sobre...

Marcin ŻmudkaDo not use boolean flags for your react state
Recently, I found myself tasked with refactoring a component designed for displaying posts in a...

Dennis ZimmermannWhen redux-persist meets Expo FileSystem
In the world of react(-native) development, where efficient state management is essential,...

Anton ZamayUsing the Singleton Pattern in React
The singleton pattern is a software design pattern that restricts the instantiation of a class to one...

Luis ValdésCreating a Cognito Trigger using CDK and TypeScript
In the current scenario we want our users to be able to sign up for an account, and when the user...

fajarrivSOLID Principle in NextJS using Typescript
SOLID is an acronym for five key principles of object-oriented programming that aim to improve the...

Ashutosh BhadauriyaAdding passkeys to a Remix App
This tutorial will show how you can add passkeys to your Remix app using Hanko. We have a basic auth...

Michael Otu What is REST API
An API is an Application Programming Interface. I mean, that is what API stands for. Previously we...