Rethinking monorepos in the age of agents
As the industry switches to agentic coding, it makes less and less sense to keep separate repositories when agents benefit from the broader context of a monorepo.
Code, strategy, and first principles thinking.
As the industry switches to agentic coding, it makes less and less sense to keep separate repositories when agents benefit from the broader context of a monorepo.
The Gervais Principle
If software becomes nearly free to build and AI models become commoditized, where does economic value actually get captured?
Understand how public-key cryptography works with RSA encryption. Learn the mathematical concepts, see a toy implementation, and get practical OpenSSL commands for real-world use.
Learn how to implement real-time face detection using OpenCV and Python with the Viola-Jones algorithm. Complete tutorial with code examples and Haar cascades.
Learn the basics of machine learning with linear regression - covering supervised vs unsupervised learning, data visualization with Python, and implementing gradient descent from scratch.