My first week at CenterCentre ended with a bang! I learned an incredible amount in five days and I'm still reeling from being given this opportunity. CenterCentre is a unique company which is part school for UX (user experience) designer sand part UX training for companies and individuals. There are several products to keep track... 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 →
It’s Finished!
After many months and many long days, my capstone for the MITxPro Coding Bootcamp is finally finished! I used my frontend Bad Bank website and added a backend and database to it. Specifically, I created the backend using ExpressJS and NodeJS, and incorporated a MongoDB database. I deployed my frontend and backend on Heroku and... Continue Reading →
Firebase Practice
This week, MITxPro introduced us to serverless services with Firebase. This platform was developed by Google and provides developers the ability to create mobile and web applications with services. It gives developers tools that they often would have to build themselves like fire storage, databases, authentication, and many more. For example, in today's challenge, I... Continue Reading →
Numbers App
## What It Is This is a Codecademy project in which I used React, Bootstrap, and a couple of APIs to create an app that provides the user with math facts, trivia, and practice. The purpose of the project was to utilize APIs and provide the user with 'messages'. ## How It Works When the... Continue Reading →
Bad Bank Application
I am currently working on a Bad Bank Front End Application for the MITxPro coding bootcamp. I built it using Create-React-App and Reactstrap. This project is the second portfolio project for this bootcamp and will be the basis for our capstone project at the end of the cohort. Building this app has been challenging, but... Continue Reading →