Comments on NASA's 10 rules
Software development topics I've changed my mind on after 10 years in the industry - Blogomatano
Software development topics I've changed my mind on over the course of a decade
The Full-Stack Lie: How Chasing “Everything” Made Developers Worse at Their Jobs
Why the obsession with being a coding Swiss Army knife is sabotaging careers — and how to reclaim your superpower
Dopamine addiction to coding
You want to get into coding? You are already coding professionally, but are afraid AI will take your job? The solution is very easy: get…
How to Think About Security in Next.js
Learn about what security protections are built-in Next.js and view a guide for auditing applications.
Rails’ Partial Features You (didn’t) Know
Rails partials have many lesser known features. From counters to spacer templates! Learn all there is to know about partials.
Why You Should Never Rescue Exception in Ruby - Daniel Fone
Extra, Extra - Read All About It: Nearly All Binary Searches and Mergesorts are
Posted by Joshua Bloch, Software EngineerI remember vividly Jon Bentley's first Algorithms lecture at CMU, where he asked all of us incoming Ph.D. ...
Use.GPU - Reactive/Declarative 3D Graphics
A blog about random hacks, graphics and design, math and other ephemera.
Mastering Server-Side Rendering in Next.js: An Advanced Guide
Take your Next.js SSR game to the next level — fast, scalable, unstoppable
The Joy of Under-Engineering - Ham Vocke
Try building software using basic tools only to declutter your developer toolbox and learn which tools are worth using.
facundoolano/software-papers: 📚 A curated list of papers for Software Engineers
📚 A curated list of papers for Software Engineers.
fontseca.dev — Multithreading, Concurrency, Parallelism, or Asynchrony?
Professional software developer with several years of industry experience.
Browsertech Digest: Encrypting offline storage for local-first apps
Hey folks! This issue is about IndexedDB, WebCrypto, and my surprising conclusion to the problem of where to put the key in a local-first app. You can also...
Handmade Hero
An ongoing project to create a complete, professional-quality game accompanied by videos that explain every single line of its source code.
Delete all merged git branches with one terminal command
Automate your git cleanup! Here's a shell function to add to your bashrc/zshrc file to delete all merged git branches in one command.
How to hire Guillaume Portes
Epic Web Principles
Learn full-stack web development with Kent C. Dodds and the Epic Web instructors. Learn TypeScript, React, Node.js, and more through hands-on workshops.
If Not React, Then What? - Infrequently Noted
Frameworkism is now the dominant creed of today's frontend discourse, and it's bullshit. We owe it to ourselves and to our users to reject dogma and embrace engineering as a discipline that strives to serve users first and foremost.
Avoiding useEffect with callback refs
Interacting with DOM nodes doesn't necessarily need useEffect
Introduction to Components
Components are the core building block in which all applications written with React, Angular, and Vue are built. Let's explore what they are and how to build them.
Git: avoid reset --hard, use reset --keep instead - Adam Johnson
When I started learning Git, I found many references covering two ways to undo commits with git reset:
React Native, and "the native feel" — mozzius.dev
by Samuel · 11 min read
Functional documentation
Thoughts on making our documentation as reusable as our code.
Testing HTML With Modern CSS
CSS can be a great HTML testing tool, especially in 2024
Thompson Sampling: A Powerful Algorithm for Multi-Armed Bandit Problems
In the realm of decision-making under uncertainty, Thompson Sampling has emerged as a popular and effective algorithm, particularly for…
Big Ball of Mud
While much attention has been focused on high-level software architectural patterns, what is, in effect, the de-facto standard software architecture is seldom discussed. This paper examines the most frequently deployed architecture: the BIG BALL OF MUD
How to Extract API Routes Using JavaScript Babel Parser and AST: A Step-by-Step Guide
bliki: Humble Object
If a program element is hard to test, move as much logic as possible out into testable collaborators.
Write code that is easy to delete, not easy to extend.
“Every line of code is written without reason, maintained out of weakness, and deleted by chance” Jean-Paul Sartre’s Programming in ANSI C.