Blog


  • I recently made my first code contribution to WordPress! Getting started was confusing, so here’s what I wish I had: a concise getting-started guide. Read more


  • I wrote a simple WordPress plugin that defines a custom style called Reverse on mobile for the Columns and Media & Text Blocks. Blocks with this style will stack in the opposite order when the screen width is narrower than the responsive breakpoint for that block. I also created a pull request on WordPress/Gutenberg to… Read more


  • I recently created a web app, and I chose to use ChatGPT to help me with the project. It was a very interesting experience, so I thought I would share how it went compared to my expectations. Read more


  • Nim App

    This is a simple web app that allows the user to play the game Nim again an AI opponent. I have given the human player the choice to go first or pass, so the human can always win, but I have programmed the AI opponent so that it will always win if the human makes… Read more