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 MoreThe 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 More!(regex_illustration.jpg)Photo by Markus Spiske on Unsplash Regular expressions, also known as “regex” or “regexp”, are a powerful tool used for pattern matching in strings.
Read More!(coding_advice.jpg)Photo by Sigmund on Unsplash Writing code is something that you can learn at school, at some training, or even online.
Read More!(currying_intro.jpg)Photo by Min Ling on Unsplash Currying is probably one of the notions I had the most trouble understanding when developing in javascript.
Read MoreSudoku is a logic-based puzzle game. This article walks you through how to write a sudoku solver in TypeScript using backtracking algorithms.
Read MoreBacktracking 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 More!(vscode_ide.jpeg)Photo by Mohammad Rahmani on Unsplash I have been a VSCode user for some time now and I am very happy with the decision.
Read More