How I automated my blog deployment with GitHub Actions
How I set up a GitHub Actions workflow that automatically builds my Hugo site and deploys it via FTP — zero manual steps, zero server management.
Read articleHow I set up a GitHub Actions workflow that automatically builds my Hugo site and deploys it via FTP — zero manual steps, zero server management.
Read articleAfter 15 years of WordPress complexity, I ditched the backend, the plugins, and the database overhead in favor of Hugo — a static site generator that lets me write everything in Obsidian, build in under a second, and finally own my content the way I always should have.
Read articleThe story of using AI tools like Cursor, ChatGPT, and V0 to build and publish an iOS subscription tracker app from idea to App Store.
Read articleAn introduction to regular expressions to understand how they work and use them with more confidence.
Read articleA few simple pieces of advice I wish someone had shared with me when I started coding.
Read articleA simple and progressive introduction to currying in JavaScript.
Read articleSudoku is a logic-based puzzle game. This article walks you through how to write a sudoku solver in TypeScript using backtracking algorithms.
Read articleBacktracking is a general strategy that can be used to solve many different types of problems. This article discusses how to use backtracking with JavaScript to solve the n queens problem.
Read articleWhy VSCode became my IDE of choice to code efficiently every day.
Read article