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

Leo LaneseHandling Angular (17+) API-Request using Signals
Signal instead BehaviorSubjects In the context of managing API payload updates, Angular...

Stefan BlosDiscord Clone Using Next.js and Tailwind - Part 2: Server List
In part one of the series, we did not cover any UI work and instead focused on setting up the project...

Ali HaydarLambda to S3: Better Reliability in High-Volume Scenarios
I have an API Gateway endpoint that routes requests to a lambda function that writes data into an S3...

AKclownDelete git branches in batches
🤡 Delete git branches in batches In daily development, we create a git branch...

György Márk VargaNotion Like text editor with AI autocomplete and Neon database in Next.js using shadcn/ui
Nowadays, there are many text editors that can be integrated into React applications. We can easily...

Alex Lohr💎 of solid-primitives, part 1: context
Solid.js is already pretty powerful, but even so, there are things it cannot do out of the box....

Samuel DuranteHow to convert a TypeScript built-in enum to a GraphQL enum
At Woovi we are GraphQL lovers, hence we develop many helpers around this tool to bring a good...

NazeelWriting a simple RESTful TypeScript web service with Bun.js
Bun.js is a JavaScript runtime written in Zig and powered by JavaScriptCore (which used in WebKit)....

Daniel GlejznerWhat is Angular Query?
Short breakdown 👇 Angular Query is used for syncing server data with client...

Marcelo WaismanStop creating HTTP clients manually - Part I
Start generating your HTTP clients and all the DTOs of the requests and responses automatically from your API, using openapi-generator instead of writing your own.

Kentaro Inomatamsal-browser plugin for Vue 3 Composition API and TypeScript
Just check it out. src/plugins/msal.ts import { ref, computed, ComputedRef, inject } from...

Alexandre MarquesSimplify type-safe configuration from multiple sources with zod-config
Introduction Have you ever found yourself writing the same configuration boilerplate code...

Geampiere JaramilloComparison between JavaScript and TypeScript
JavaScript and TypeScript are two programming languages widely used in web and application...

The Anh NguyenUI package: Gather user feedback in your React apps
I spent the weekend diving into publishing an npm package that I'm thrilled to introduce:...

KateBuilding Infinite Animated Scroll for React components
Contents General idea Lining up the components Animating Restarting Adjusting If you ever...

deji adesogaAngular Tips: Transforming Observables into Signals for Enhanced Reactivity
This post explores this transformative process and its significance in enhancing application reactivity and performance in Angular, using Signals.