
Similar Posts
Using a Non-Deterministic System to Find Climate Patterns
ByAdilA few months back, I started on a journey to learn about how I might use Generative AI. I wasn’t sure what I was going to learn. I’ve found the joy in Product Management again. I have also started to pattern match enough that I am fixing code and making changes on my own. I…
Sora Isn’t the Problem: It’s the Mirror
ByAdilThis article was originally published on KahWee’s blog. Read more on the original site. The Real Problem I finally got access to Sora in TikTok form, and something clicked. This isn’t annoying because Sora is bad. It’s annoying because it’s honest. The Core Problem: Friction Is Gone Here’s the insight: lying used to have a…
Migrating from Remix to React Router v7
ByAdilThis article was originally published on KahWee’s blog. Read more on the original site. Why I Switched Last weekend, I made the decision to migrate one of my full-stack React applications from Remix to React Router v7 framework mode. The migration took about two days and went surprisingly smooth – here’s why I made the…
Where to buy the Icon Blue Special Edition DualSense PS5 controller – you should only need one link, and here it is
ByAdilGet those moody blues into your setup – direct from Walmart 🎬 Watch the Video
ASP .NET Core modals
ByAdilIntroduction Modals are great for asking questions and providing information to users. Learn how to work with Bootstrap modals by placing the modal code in separate pages for reusability, along with cleaning up pages. ASP.NET Core source code Informational modal For this modal, a message to display, text for the button, and text for the…
De User Story a Test Case en minutos: microservicio IA (FastAPI + Gemini + Langfuse) para QA
ByAdilIdea central: si la IA entiende tu User Story y sus criterios de aceptación, puede proponer un set inicial de casos de prueba trazables (Basado en buenas practicas de ISTQB), en minutos. Tu equipo se enfoca en revisar, enriquecer y automatizar… no en escribir desde cero. ¿Qué problema resuelve? Pasar de requerimientos a test cases…