Recently, I applied for a position as a Junior Web Developer for a HubSpot Agency. My experience with HubSpot was mainly forged during my time as a Web Dev Fellow at Center Centre while Shayne and I were researching replacement CRMs. We tested several CRMs (Contact Relationship Management tools), including Salesforce, Monday.com, and HubSpot. Of... Continue Reading →
Adding Custom Fonts to a WordPress Site Manually
During WordCampUS, I heard that Google Fonts is coming to WordPress! Up until now, developers and users had to install a plugin to access Google Fonts and apply them to their sites. Google Fonts is a free and open-source collection of fonts provided by Google. It allows web designers and developers to easily access and... Continue Reading →
WordPress and Gutenberg: My New Favorite Guilty Pleasure
Recently, I had the opportunity to build two new WordPress sites for my current employer, Center Centre, using the latest content editing process: Gutenberg Blocks. What are Gutenberg Blocks? Well, I'm glad you asked. According to ChatGPT, Gutenberg Blocks are: "...individual content elements in the WordPress Gutenberg editor. They include various elements like text, images,... Continue Reading →
Migrating a WordPress Site the Hard Way
A few weeks ago, the other Web Dev Fellow and I were tasked with migrating a couple of WordPress sites. The challenge: doing it without a plugin. The Task As a Web Dev Fellow at Center Centre - UIE, we maintain, update, and edit the WordPress sites that our customers visit, We have the legacy... Continue Reading →
A New Skill Added
This week at my Web Dev Fellowship at Center Centre - UIE, I was given a task that tested my skills as a PHP developer. The Goal The ad banner at the bottom of a specific article needs to be different than the ad banner on all other articles. Dr. Leslie Jensen-Inman's "Yes. And..." article... Continue Reading →
PHP ? “Enjoy the Game” : “Try PHP!”
I'm trying to find as much time to practice PHP as I can in between holiday festivities. I had a chance to write a short word-based game in PHP for one of my Codecademy assignments. I liked it so much, I decided to create a repository to remember it! What Is This? For this Codecademy... Continue Reading →
Welcome to PHP!
During my job search, I had the opportunity to interview for a backend engineering position that uses PHP. Most of my experience with backend languages is in Python and NodeJS, so I decided to sign up for the Codecademy PHP course to learn the basics of PHP. I have been learning this language for the... Continue Reading →
Starting a New App: CounTic
As a teacher, I often had to track student behavior for a variety of reasons. Most of the tracking was logged on paper and, occasionally, an Excel spreadsheet. I hated these antiquated methods because they usually involved carrying a clipboard or laptop from lesson to lesson or room to room. I wished there was an... Continue Reading →
Happy Holidays!
It has been a busy few weeks at my house with Thanksgiving and traveling to Virginia to be with family. I haven't posted in a while and a lot has been happening in my coding journey. Before Thanksgiving Break, I did a quick TypeScript course on Codecademy, which helped me better understand how TypeScript complies... Continue Reading →
Back to Codecademy with Redux Practice
Now that I've completed the MITxPRO Coding Bootcamp, I'm going back to Codecademy to bolster some gaps in my knowledge. Currently, I am learning about Redux and how to manage state and actions using this JavaScript library. For my first assignment, I was tasked with building a Redux reducer function for a Wagon Train game.... Continue Reading →