If you’ve ever needed your database to automatically respond to changes – like logging every update to a sensitive table, enforcing a business rule before an insert, or syncing derived data after a delete – then triggers are the tool you’re looking for. A database trigger is a function that the database executes automatically when […]
Monthly Archives: March 2026
GitHub Copilot costs $10/month, and I’d been using it for two years without thinking twice. But when Claude Code launched, I got curious. What if I just… switched? I didn’t want to just add Claude Code to my stack. I actually wanted to replace Copilot entirely for two weeks. I kept everything else the same […]
Checkboxes are a fundamental part of modern UI design. They allow users to make multiple selections, confirm actions, and control features with ease. And while they may appear simple, designing interactive and scalable checkboxes in Figma requires a clear understanding of components, variants, states, and properties. This guide walks you through everything you need to […]
Today Quincy Larson interviews Landon Gray. He’s a software engineer who worked at agencies for years. Then he taught himself AI assisted software development. And now he’s helping other devs do the same. Landon’s famous for proving that RAG pipelines can be written in Ruby and popularizing Ruby as a language for building machine learning […]
Have you ever faced a situation as a frontend developer where you needed to show a demo to your product manager, and something was broken in the API response? Or, a production bug where you were blocked by waiting on your backend team to provide you with a fix to implement further on the frontend? […]
The Web Speech API is a web browser API that enables web applications to use sound as data in their operations. With the API, web apps can transcribe the speech in sound input and also synthesise speech from text. This guide shows you how to build a full-stack web application that: Accepts audio input and […]
The healthcare industry is undergoing a profound transformation powered by artificial intelligence (AI) and data science. No longer limited to administrative automation or basic chat tools, AI now plays an active role in clinical decision-making, diagnostics, and personalized care. From early cancer detection using deep learning models to intelligent hospital dashboards that integrate lab results, […]
Today Quincy Larson interviews Chris Coyier. He’s a front-end developer and co-founder of CodePen and the CSS Tricks blog. He has also recorded more than 700 podcasts about software engineering. We talk about: How he thinks front-end development tools are 90% of the way to where they need to be How developing for the web […]
JWT auth feels clean until a stolen token still looks valid to your server. That’s the real problem: a bearer token proves possession of a token, but it doesn’t prove possession of a trusted device. If an attacker gets a reusable token, replay starts to look like a normal login. WebAuthn changes the shape of […]
Testing is the unsung hero of software development because shipping features is only half the battle. We just published a comprehensive course on the freeCodeCamp.org YouTube channel that will teach you all about why and how to test software. You will learn about the foundational Testing Pyramid and how to balance fast unit tests with […]
