💡 Why I Code as a CTO
An insightful reflection on how technical leaders can remain practitioners. It emphasizes that AI is redefining the boundaries between management and engineering.
A Chief Technology Officer explains why they continue to code despite their leadership role, describing how hands-on development helps them stay close to technical challenges and quickly respond to customer needs. They argue that AI-assisted tools have made this dual role more practical and align well with the flexibility expected of modern tech leaders.
🔗 Read more 🔗
🧠 The Linux Boot Process: From Power Button to Kernel
A masterfully written deep dive into Linux internals, bridging firmware, bootloaders, and the kernel. Perfect for anyone studying OS design or system boot mechanics.
A comprehensive explanation of how a computer transitions from powering on to running the Linux kernel. It details the steps from BIOS and UEFI to GRUB, through real, protected, and long modes, explaining memory mapping and paging in clear terms. The article ends with an exploration of kernel relocation and address randomization for security.
🔗 Read more 🔗
🧩 You Already Have a Git Server
A clean, minimalist reminder that Git alone can handle self-hosting — ideal for developers who want full control without cloud dependencies.
A guide to turning any SSH-accessible Git repository into a simple personal Git server. It covers enabling branch pushes, automating updates with hooks, and serving repositories over HTTP. The approach highlights Git’s inherent simplicity, reliability, and self-hosting power.
🔗 Read more 🔗
🌐 WebDAV Isn’t Dead Yet
A compelling reminder that proven open standards like WebDAV can still outperform bloated cloud stacks for many use cases. A must-read for minimalists and self-hosters.
Despite its age, WebDAV still offers a reliable and straightforward way to manage file storage and synchronization. The article contrasts it with complex S3-like solutions and demonstrates how to deploy WebDAV securely with Apache or Caddy. It also notes its enduring presence in Finder, Explorer, and Nextcloud integrations.
🔗 Read more 🔗
