Stoop Coffee: How a Simple Idea Transformed My Neighborhood Editor’s note: This is a guest post from Patty Smith.
Gemini 2.5: Our most intelligent AI model Gemini 2.5 is our most intelligent AI model, now with thinking.
Exploring new .NET releases with Dev Containers - .NET Blog Learn how to set up and use dev containers for experimenting with new .NET releases.
TypeScript Migrates to Go: What's Really Behind That 10x Performance Claim? JavaScript is slow!!! You could get that from the announcement with a 10x performance increase after migrating the TypeScript compiler to Go. The real story? Node.js works well at I/O but struggles with CPU-intensive tasks like compilation. Read more to l...
🆘Bill Cole 🇺🇦 (@grumpybozo@toad.social) @jwz@mastodon.social The stats we collect for the #SpamAssassin project (mass-scan results from participating sites) have long shown that spammers are more consistent at making SPF, DKIM, and DMARC correct than are legitimate senders. DMARC in particular ...
How to Get Started with AI in Your Business? Thinking about using AI in your business? In this shorts we discuss how it really works! Here is the full video: https://www.youtube.com/watch?v=CXpWjxCIY_E&list=PLsNclT2aHJcOsPustEkzG6DywiO8eh0lB #aiforbusiness #entrepreneurship #businessgrowth #te...
How to Change the CurrentUser in ABP? | ABP.IO ABP Framework provides a powerful service for accessing information about the currently authenticated user in your application. Understanding how to u...
Check this before choosing a Key-Value Store 💌 Free Developer Insights: https://guiferreira.me/newsletter #softwaredevelopment #softwareengineering
I Tried Out This MassTransit Error Handling Solution - My thoughts Giveaway: https://gleam.io/QY45F/milan-jovanovic Want to master Clean Architecture? Go here: https://bit.ly/3PupkOJ Want to unlock Modular Monoliths? Go here: https://bit.ly/3SXlzSt Get the source code here: https://www.patreon.com/milanjovanovic Check...
Extract HTML to a Razor component in Visual Studio with 1 Click Have you ever found yourself adding too much code to a .razor file and wanted an easy way to move it to its own reusable component? When working with HTML in a Razor file, you can now use CTRL+. or right-click and select Quick Actions and Refactorings to ...
Level Up Your Razor Pages: Meet htmx, Your New Best Friend - Chris Woody Woodruff Hey there, fellow ASP.NET developer! If you’re tired of wrestling with JavaScript frameworks or want to simplify your life, you’re in for a treat. Today, we’re diving into the wonderful world of HTMX and why it might just be the missing piece to make your...
Extending Claude with External Tools: MCPs in Action Learn how Model Context Protocol (MCP) breaks through Claude's knowledge limitations by enabling real-time web search and external tool integration through the desktop application.
Build API Mock Server in 2 Minutes! 🚀 Spin Up a Mock API in Just 2 Minutes with Postman! In this super quick tutorial, you'll learn how to use Postman's Mock Server feature to create a fully functional sample API in under 2 minutes — perfect for prototyping, testing, or frontend developme...
Nicolas Mattia – SKÅPA, a parametric 3D printing app like an IKEA manual First introduction to and release of skapa, an app for generating 3D printable models.
I won't connect my dishwasher to your stupid cloud This weekend I had to buy a new dishwasher because our old GE died.
Estimating Gender Equality Modeling Assume we have data about job application procedures \(P_i\), with \(i \leqslant N \in \mathbb{N}\), where we have data about the number of male \(M_i\) and \(F_i\) applicants and if a male applicant was offered a job \(P_i = 0\), or a female con...
The Solution Space I’ve written about leverage in the past. But now that I’m deeper into my career (and a founder), it’s worth revisiting. Leverage is the principle with which I frame nearly all of my decisions. It is almost inarguably the central pillar around which all ou...
Killing in the name of Privacy How an AD blocker killed my work of months and how is this related to telemetry in FOSS
Composer Linker: The npm link for PHP Developers Just simple folk, with HTML, trying to make a living
Boris Tane Using Durable Objects and Drizzle ORM to create isolated SQLite databases for each user in a Hono app
My Ruby Debugging Tips in 2025 This is a quick & unpolished collection of my Ruby debugging tips and recommendations. You can use the Ruby LSP extension to connect to debug.gem too. It requires a slightly different launch.json configuration (example) and provides better error han...
The Role of A/B Testing in Entshittification – Mert Bulan How over-relying on A/B testing can degrade user experience and contribute to the entshittification of products.
Nix derivations by hand My recent posts on dynamic-derivations had me thinking more about working with Nix more directly.
It's Time to Stop Building KV Databases I'm so sick of Key-Value. The most unopinionated, uninspired data model that is a pain to use for anything. They're very popular! Among database vendors. Or,...
RealtimeKit and CPU Scheduling Take a look at your process tree, it's likely that you might notice a new service: rtkit-daemon, the RealtimeKit Daemon. It seems nobody on the internet is talking about it, so let's explain what it's about in this article.
The Idealization of Farming by Tech Every programmer I know has at some point longingly expressed how “[they] want to work with [their] hands”. Some say they wish they were a carpenter, some want to be in the fields on a farm, some want to raise chickens, or milk cows. It is however inevita...
The design and impact of building a simple key-value database in Inko After publishing the recent 0.18.1 release of Inko, I spent a few weeks building a simple key-value database in Inko. The result of this work is KVI, a Key Value database written in Inko. One might wonder: why exactly write a simple key-value database whe...
I Made a Million Dollar Product from My Dorm Room - Nick Winans The story of the nice!nano; a wireless Pro Micro-compatible microcontroller board I made in my freshman year of college.