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

Gergely SzerovayAngular Addicts #20: unit testing the new defer blocks, NGRX Signal store extensions, app architectures & more
My favorite Angular resources of November, 2023

Nhan NguyenZod - TypeScript-first schema declaration and validation library #7
✨ Set a Default Value with Zod ✨ Our following example starts similarly to the last: a form input...

Sumit BhanushaliProduction Ready NodeJS build using Docker and npm
An app with a smooth deployment process is reliable and has fewer bugs because it is easy to release...

AdrianDetect what calls your Node.js code
While most of the time it's actively discouraged to detect and react to how your code is called,...

KirillNavigating the Maze of Type-Guarding in JavaScript
Introduction JavaScript, renowned for its flexibility, introduces unique challenges when...

Ali SpittelWhat’s new in AWS Amplify: Features to Build and Scale Fullstack Apps
AWS Amplify has rolled out several new capabilities for developers building fullstack applications in...

Husnain MustafaGenerics in React
What are generics Have you defined a function/method in any language? If so, you probably...

Jean Carlo Vittory LagunaUtiliza el patrón de diseño Strategy 👾
El patrón de diseño Strategy es una técnica utilizada para definir una serie de algoritmos,...

Nhan NguyenZod - TypeScript-first schema declaration and validation library #5
✨ Extract a Type from a Parser Object ✨ We have a function to print our StarWarsPeopleResults to...

Blank ParticleCreating a tailwind plugin shouldn't be that hard, right?
Recently, I came across a site called RealtimeColors.com, It's a pretty cool site that helps you...

Vivek AlhatObserver Pattern for Beginners
Observer Pattern The observer pattern is a widely used behavioral design pattern. It...

Matteo BrunitsParticles 3.0.0 is out. Breaking changes ahead.
tsParticles 3.0.0 Changelog (link) tsparticles / ...

Shreya🔥🔥 Our awesome OSS friends 😍
The open-source software (OSS) community thrives on collaboration and mutual support. Developers...

Abdulkadir N. A.GraphQL directives for supercharging your API
Most GraphQL schemas have types representing things that need to be queried, such as Books, Items,...

Oleg ProskurinSanity Visual Editing & Live Preview Demo Project
We've developed a demo project 🚀 to test Sanity's Visual Editing and Live Preview features with...

gingerTypescript's enums may not be what you think
If you're not familiar with what an enum looks like, here you go: enum Direction { Up = 1, ...