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 […]
Daily Archives: March 28, 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, […]
