How Claude Code is built
TIL React is no longer limited to UIs for the web and mobile. Claude Code (and several other agentic CLI tools) use React for command-line UIs, whatever UI means in that context. See https://term.ink/.
TIL React is no longer limited to UIs for the web and mobile. Claude Code (and several other agentic CLI tools) use React for command-line UIs, whatever UI means in that context. See https://term.ink/.
One more peril of AI. If you cannot fight it, embrace it!
The age of solopreneurship. My biggest takeaway is the example for identifying a Burning Problem.
“Comfort” and “yes” debts are the most dangerous of the three career debts. They prevent you from doing focus work, learning new marketable skills, and strengthening resume. Despite immensely growing as an engineering leader, I sadly accumulated career debt on the technical hands-on front in the last couple of years. Thankfully, I’ve been making up for it and paying back my debt in the last few months through deliberate learning and practice. If that resonates with you, do it before it’s too late.
An interesting example of software supply chain cyber attacks. Remember CrowdStrike?
Measuring developer productivity was hard enough. Now engineering managers have to contend with measuring the impact of AI on dev productivity. Laura provides a list of key metrics (based on trends across big tech) that should be a good starting point for most orgs. Essentially, establish a baseline and later measure the same metrics again after introducing AI in dev workflows.
The definitive guide to React Server Components. Just read this to avoid a 4-hour course on React 19 ;)
A good case study on keeping multi-region routing/complexity in a separate layer, effectively hiding it from both users and developers. Smart!
More than the main topic, loved the distinction between Load Balancers vs API Gateways vs Reverse Proxy.
What strikes me is the simplicity of the architecture. Interesting use of OCR + LLM to extract + structurize highly inconsistent restaurant menu data. Until multimodal LLMs came along that could do both tasks at once. Human-in-the-loop using their guardrails model is also intriguing.