Interviews

5 Skill the best engineers I know have in common https://www.developing.dev/p/5-skills-all-10x-engineers-have?utm_source=tldrwebdev

AI

Will LLM scale? https://www.dwarkeshpatel.com/p/will-scaling-work

Architecture

Caching vs CQRS Caching vs CQRS strategies

Every system is a log Avoid system coordination with a unique log

Good retry, bad retry Story about retry avalanche effect, exponential back-off, jitter, retry budget, circuit breaker

Kafka bad as job queue How Kafka is bad as a job queue, an example

React

Why React Re-Renders Best description about re-renders, memoization, pure components

How to Use Google Sheets as database Front end integration with Google Sheets and React

My Experience Modernizing Packages to ESM Details on the painful experiences and hard-earned lessons I've learned migrating the Redux packages to ESM

Microfrontends should be your last resort

useActionState and useOptimistic Classic todo list rewritten in React 19 new features

Node

NPM Supply chain security About NPM opensource attacks and security

Durable objects Super fast SQLite in durable objects

Using vector databases Build a simple vector database using Pinecone and OpenAI embeddings

Job