Week 9
the ninth gate
JUNE 13th – 15th
I completed a WordPress development project, which involved installing and activating the Main WP plugin for the university’s websites. I also updated, deactivated, and deleted WordPress plugins for the websites. I used WordPress Admin Dashboard, Main WP plugin, and WP-CLI commands in Terminal. I documented my progress in an Airtable spreadsheet.
I also began building a tic-tac-toe game using html, css, and javascript using a source-code editor, Visual Studio Code.
Tic Tac Toe Game ( In Progress )
One of the resources I referenced used a different scripting language. They built their game using Typescript, so I had to re-interpret their code and adapt it for my scripting language, Javascript. It was challenging to adjust and follow along while learning something new, however, I learned some new principles along the way. This obstacle allowed me to better understand the fundamental syntax of different scripting languages.