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

Benjamen PyleDynamoDB Incremental Export with Step Functions
When working on building solutions, the answer to some problems is often, it depends. For instance,...

Barry Michael DoyleExploring the New useOptimistic Hook in React: Enhancing UI with Optimistic Updates
If you're as excited about React's new features as I am, you've probably been keeping an eye on the...

AlexHow to Handle Scroll Events in React
Photo by Taylor Flowe on Unsplash In this blog post, we’ll explore how to handle scroll events in a...

Ekaterine MitagvariaHow did you switch from JavaScript to TypeScript?
How did you switch from JavaScript to TypeScript? I really would love to hear how other people did...

Israel Díaz ZapataAxios + Vue.js 3 + Pinia, a “comfy” configuration you can consider for an API REST
Let me share with you with this guide a comfortable / easy configuration for Axios in a Vue.js 3 app...

Matt ButcherStoring state between serverless requests with TypeScript and Spin
One frequently cited frustration with using serverless or Functions as a Service (FaaS) is storing...

Ibrahim ShammaReact Reducers
When it comes to reducers, you may often think that it is related to the great Redux library, but it...

NingloVSCode Architecture Analysis - Electron Project Cross-Platform Best Practices
Preface VSCode is arguably the most well-known Electron application. Since it was open...

Tatiana CaciurGet Production-Ready Client Libraries from Zod Schemas
Many Speakeasy users define their TypeScript data parsing schemas using Zod, a powerful and flexible...

Gergely SzerovayMaster Angular 16.1 & 16.2
A study guide that helps you learn what’s new since the 16.0 version of Angular

Mark PhelpsGenerating Types for Feature Flags
Feature flags are amazing tools to help you ship your code safely by guarding your end users against...

Ted KlingenbergThe New Transparent RPC for JavaScript
Getting data from a JavaScript server is too complicated. I'm not saying that it's difficult but...

Craig ☠️💀👻How does TypeScript's explicit resource management work?
TypeScript has a fun new using keyword which lets us play with explicit resource management! In this...

GihanRanganaHow to Build Express JS Server with Typescript
If you're looking for a quick and easy way to get started with Express JS, then this video is for...

satyajit nayakConverting Handlebars AST to Template Strings with hbs-ast-to-str
Handlebars.js is a popular templating engine that allows you to create dynamic templates for your...

Serif COLAKELSimplify Your Codebase with Auto-Sorting Linter using eslint-plugin-simple-import-sort
Introduction In the world of software development, maintaining code quality is a paramount...