Talking about software, philosophy and my experience in tech.

All of my blog posts on programming, philosophy, experience, and more, sorted by their date. You can also filter them by clicking on the tags below.

Filter by tags:

Understanding the Template Method Pattern in Ruby

8 min read
Learn how to use the Template Method design pattern in Ruby. This guide explains the pattern step by step and shows how it can help you write cleaner, more maintainable code.

How Automation Can Shape (and Simplify) Your Business

6 min read
A personal take on how small automations can simplify everyday business tasks and free up time for more meaningful work.
  • automation
  • business
Read more ›

How to Integrate a Comment System into Your Jekyll Blog

4 min read
A simple guide to setting up Disqus on a Jekyll site, so readers can leave comments on your posts.
  • jekyll
  • integrations
Read more ›