After months of coding with LLMs, I'm going back to using my brain • albertofortin.com I've been building MVPs and SaaS products for 15 years. Let's work together on your next project.
Ground control to Major Trial When a $130M aerospace company chooses to endlessly abuse free trials instead of typing git pull, you start to question gravity, or at least common sense.
BuyMeACoffee silently dropped support for many countries, and nobody cares Silent changes in payment methods on big creator funding platforms raise some unpleasant questions.
Building a Product, Live on Twitch 🎥 Next week, I will start building a real-world app live on Twitch — using ABP Framework and AI to get things done faster and smarter. The app is called BeeFocus (I’ve already secured beefocus.io), and it will include: * 🔖 Read It Later * 🌐 RSS Feeder...
Ollama's new engine for multimodal models · Ollama Blog Ollama now supports new multimodal models with its new engine.
Building Your Own CQRS Pipeline With Decorators (Dropped MediatR!) Get the free Clean Architecture template: https://dub.sh/ca-template Want to master Clean Architecture? Go here: https://bit.ly/3PupkOJ Want to unlock Modular Monoliths? Go here: https://bit.ly/3SXlzSt So… you’ve removed MediatR. But how do you replace p...
ABP Module - Identity Tired of scattered identity features? ABP's Identity Module gives you full control over users, roles, claims, and more with advanced authentication and authorization for .NET. Website: https://abp.io Module: https://abp.io/modules/Volo.Identity.Pro All M...
Understanding the Domain and Application Layers in ABP Framework When building a well-structured and maintainable software system using the ABP Framework, it is essential to understand the core responsibilities of the Domain and Application layers. These layers implement the Domain-Driven Design (DDD) principles and en...
.NET Web App Modernization Made Easy with Tomáš Herceg's New Book and DotVVM DotConnect and Entity Developer dotConnect and Entity Developer boost .NET development with high-performance ADO .NET providers and visual ORM builder. Try a 30-day free trial now! Show Notes "I remember I had the entire life cycle of the web forms pr...
A leap year check in three instructions How to test for leap years (until year 102499) in the proleptic Gregorian calendar with just three 32-bit instructions, with detailed explanation of the bit-level tricks.