Junior Software Engineer
Educational Background: Bachelor of Science Southern New Hampshire University 02-2022
GitHub @ https://github.com/Dodio-John
Welcome to my portfolio, this section is a brief showcase of some software engineering works. Each project here represents a journey of problem solving, critical thinking, debugging, and continual growth. From full stack web applications I have migrated to the cloud, to mobile apps, I've used my educational background and coding expertise to craft coding solutions to enhance user experiences. Through meticulous planning and design, and strategical testing, I strive to deliver products that not only meet but exceed expectations.
Travlr Full Stack Development
My Projects
In this project I developed a full stack web application utilizing the MEAN stack. This was my first ever full stack application that I migrated to the cloud using Amazons AWS web services and Docker Docs for containerization. In this project I deepened my understanding of HTML and learned to utilize Express Node.js and Angular for my web framework. For my websites classes I utilized JavaScript. This project challenged my ability to utilize a framework and coordinate many technologies copaceticaly. To view the source code click the file below or visit my GitHub!
Python Web Scraper
In this project I write a web scraping script that scrapes www.scrapethissite.com. This program scrapes the website and takes a books title, price, and rating and displays it to the output. This is a very simple project but it taught me the fundamentals of web scraping. I learned how to inspect and call HTML from webpages and use it in a program of my own.
Black Jack Game
Black Jack is such a fun game I decided to make my own version of it as a personal project. What this project does is takes an array of numbers that appear in a card deck and deals the player and dealer two cards each using random int. There is maximum and minimum values that the dealer has to follow the rules of the game so I used a for loop to get the desired results. While this project seems easy initially it broadened my understanding of loop logic and taught me necessary lessons about randomizing integer values. Not to mention the Awesome clip art creation!