nil pointers

Agentic systems · Building in public · Teaching DS&A · CS research highlights

Stay in the loop

I'd love to tell you when I publish a new post.

Get notified when I write about DS&A or software engineering. Unsubscribe anytime if it's not your vibe.

Prefer RSS? Subscribe via rss.xml.

The Personal Software Suite

The Personal Software Suite

IsomuxAISWE

A case for personal-software suites as a meta-harness feature: the agents build the apps, and the meta-harness runs them.

BCtCI Free Resources

BCtCI Free Resources

BCtCIDS&A

A comprehensive list of all free resources available from Beyond Cracking the Coding Interview, including chapters, problems, tools, and templates.

Queues in JS interviews

Queues in JS interviews

BCtCIDS&A

JS doesn't have built-in queues, which can be an issue if you have to implement a BFS. Here are the workarounds.