How I Built an iOS App with Vibe Coding — From Blank Page to App Store
The 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 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