Posts
All the articles I've posted.
-
How Software Companies Die
Published: at 10:26 AMA humorous and insightful look at how software companies thrive and eventually decline, based on Orson Scott Card's analogy of programmers as domesticated bees and the inevitable corporate shift from innovation to bureaucracy.
-
The First Few Milliseconds of an HTTPS Connection
Published: at 01:26 PMAn in-depth look at the initial milliseconds of establishing an HTTPS connection, using Wireshark and a debug build of Firefox to analyze the SSL/TLS handshake and certificate verification process.
-
Leaflet - An Open-Source JavaScript Library for Mobile-Friendly Interactive Maps
Published: at 02:00 PMAn introduction to Leaflet, a lightweight open-source JavaScript library for creating mobile-friendly interactive maps, highlighting its features, performance, and usability.
-
Visual Representation of SQL Joins
Published: at 11:16 AMA visual guide to understanding different types of SQL joins, including INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN, with visual aids to help grasp the concepts.