SAStefan Adolfinstadolf.hashnode.dev·1d ago · 9 min readYour subgraph only knows half the storyAlmost every serious dapp hits the same wall. You index your contracts, you get a clean GraphQL API, and querying chain state becomes genuinely pleasant: query { pools { id token0 token100
SAStefan Adolfinstadolf.hashnode.dev·4d ago · 7 min readWhat Actually Runs Your NotebookThat's not a knowledge gap worth being embarrassed about, it's a sign the thing is doing its job. But if you're choosing tools for a team, debugging a weird notebook, or wondering why your colleague s00
SAStefan Adolfinstadolf.hashnode.dev·Aug 5 · 9 min readLeaving GitHub: A Practical Map of the AlternativesFor about fifteen years, deciding where to host your code was the most boring decision an engineering team made. You picked GitHub. You moved on. That's changing. GitHub's reliability has slipped noti00
SAStefan Adolfinstadolf.hashnode.dev·Jul 7 · 6 min readYour .env Setup Is a Design DecisionEvery project starts the same way. You create a .env, paste in a database URL, and move on. Six months later there are five of them, nobody quite remembers which one wins, and someone loses an afterno00
SAStefan Adolfinstadolf.hashnode.dev·Jul 6 · 7 min readLet Your Readers Chat With Your Knowledge Base: A Practical Guide to the OptionsSay you've spent years building something valuable: a focused collection of articles on a topic you care about, each one pointing to primary sources — PDFs, research papers, external pages. It's a sma00