-
Automated Hexo build with GitHub Actions
2023-04-12How to automate Hexo builds using GitHub Actions, enabling reliable CI pipelines for static blogs and documentation sites.
-
Here we go again 🤘
2023-04-06A personal reflection on recurring patterns in software development, technology trends, and the feeling of starting over again.
-
log4shell - A nightmare before christmas
2021-12-12A deep technical analysis of log4shell (CVE-2021-44228), explaining how the exploit works, why it enabled remote code execution, and why it became one of the most critical software vulnerabilities ever discovered.
-
Emojis, collations and prepared statements - A new path to encoding hell
2021-08-09An explanation of emoji encoding issues, covering Unicode, UTF-8, and why emojis often break in databases, APIs, and applications.
-
Look & Say - Voluntary Code Golf
2021-01-21An explanation of the look-and-say sequence, how the pattern works, and how to implement the algorithm step by step.