Fernando Abolafio·Jan 20Software engineering is splitting into 3 jobs (and I didn’t notice until I stopped using my editor)Find out which job matches your profile: operator, product or mantainer
Fernando Abolafio·Jan 7Building Robust Stateful Agents with Effect and Cloudflare Durable ObjectsCloudflare Durable Objects are powerful primitives for building stateful applications. They provide a unique combination of persistent…
Fernando Abolafio·Dec 29, 2025Before you hire an AI coding agent, fix your contractsAI doesn’t magically “understand your codebase.” It navigates whatever boundaries you’ve made explicit — and it crashes into the ones…A response icon1A response icon1
Fernando Abolafio·Dec 26, 2025The best way to give AI agents instant access to any repositoryHow I solved the “AI agents need good context” problem once and for all
Fernando Abolafio·Mar 26, 2024Migrating Remix to ViteChallenges, learnings, and scripts — still not done yet 😰A response icon3A response icon3
Fernando Abolafio·Jun 6, 2022Data Fetching in NextJs with High Order FunctionsAn advanced pattern that speeds up the development of pages by reusing common data and behavior requirements.
Fernando Abolafio·Mar 25, 2021How to go async with useEffectExecute asynchronous tasks with useEffect clean and safelyA response icon1A response icon1
InJavaScript in Plain EnglishbyFernando Abolafio·Mar 16, 2021You might not need a Provider in your React appMany times we use the React Context API to share top-to-bottom states. However, a simple approach can be taken instead.