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

Eden Ella3 Principles for Component-Driven Development
Bit drives a paradigm shift in the way we structure our software and collaborate on code. Its...

Sergei OrlovAn 85 Lines of Code Static Site Generator with Bun and JSX
In this post we'll take a brief look on how to create an SSG (static site generator) with Bun. It...

Vitor RiosInterfaces vs. Types em TypeScript: Entendendo as Diferenças
Introdução TypeScript, uma extensão tipada do JavaScript, introduziu conceitos poderosos...

Amine Ben hammouHow I Created an Extension to Automate VSCode With External Scripts
I wanted to use VSCode to manage my todo lists and ended up creating a framework for VSCode...

Juan Carlos Lucena MonjeHow to implement Single Responsibility in React
Overview The Single Responsibility Principle (SRP) is a key concept in software design...

Brian Opedal#noImplicitOverride in tsconfig.json
Set noImplicitOverride: true It lets Typescript do more of what typescript is meant to do....

Bart ZalewskiMastering TypeScript: A Comprehensive Guide for JavaScript Developers
Introduction In the ever-evolving world of web development, TypeScript has emerged as a...

AyyashReplacing Angular Universal with SSR version 17.0
Angular has adopted Universal and made it a kid of its own! Today I will rewrite some old code we...

Ricardo EstevesNext.js 14 and Emerging Open Source Projects
The React.js ecosystem has witnessed remarkable growth and innovation in recent years, propelling it...

Josie DawHow to Add Background Audio to Expo Apps
One of the most common problems that I've come across with audio with Expo apps is trying to get the...

Matteo BrunitsParticles 3.1.0 Released
tsParticles 3.1.0 Changelog New Features Added poisson disc plugin for better...

YazRemove Element - Leetcode 27 - TypeScript
Here's the Leetcode 27 solution using TypeScript. Watch on Youtube Leetcode 27 - Remove...

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