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

Tim Pap🚀 🤖 Let's Retrieve Data and Talk: A Full-stack RAG App with Create-Llama and LlamaIndex.TS
🦙 LlamaIndex is an open-source data framework that allows developers to build applications powered by...

Larsonvalue, err := in javascript
Embracing Error Handling in TypeScript: A Journey Beyond Try-Catch As a software developer...

Doguhan UlucaHow to Rewrite Angular Apps to be Nearly Observable and Subscribe-Free
Managing subscriptions is one of the trickiest parts of working with RxJS and Observables in Angular....

Antonio BasileHow to create Angular 17 project with Nx
Summary Introduction What is DDD? What is NX? A little bit of NX commands create...

Union Types in TypeScript
After immersing myself in TypeScript for three years and actively writing production code, I've...

Dedaldino DanielUse this template to create a backend with nodejs + express + prisma + typescript + tdd + S.O.L.I.D Principles
Nowadays we don't want to waste so much time configuring so many things when starting an application,...

Matteo FranaReact, where are you going?
I'm writing these random notes as an open letter to the people I deeply trust in the React (and more...

Vicky VasilopoulouReact Query Tanstack, axios and customised hooks
Hello guys!😀 Thank you for reading my article! This one is short but I hope you find some value to...

Alexander OpalicThe Problem with "as" in TypeScript: Why It's a Shortcut We Should Avoid
Introduction: Understanding TypeScript and Its Challenges TypeScript is like a helper for...

robertefteneProtecting Angular Routes: Exploring the Power of canLoad and canActivate for Secure and Efficient Navigation
Navigating a web application involves more than just creating links and rendering content for the...

user30948756After creating RawJS, I'm never touching React again.
EDIT: I'm the author of RawJS. Everyone, please cool your jets. Omitting this on the main article was...

Ayako ykExploring useMemo in React: Optimization and Real-World Applications
I recently joined a new team and kicked off a project with TypeScript and NextJS. As I delved into...

Abdulkadir N. A.Data synchronization with state machines (XState) and data-loaders in NodeJS
How would you build out a solution to the following problem? You receive a stream containing several...

YazMerge Sorted Array - Leetcode 88 - TypeScript
Here's the Leetcode 88 solution using TypeScript. Watch on YouTube Leetcode 88 - Merge...

Vladyslav ZubkoTypeScript Might Not Be Your God: Case Study of Migration from TS to JSDoc
"We will soon migrate to TypeScript, and then..." – how often do you hear this phrase? Perhaps, if...

Afraz KhanTransforming TypeScript Enums into Object Arrays
Typescript enums are of three types: Numeric enum: All enum members have numeric values. String...