I started my software journey from photography. Through that, I learned to love the process of creating from scratch. Since then, this has led me to software development as it fulfills my love for learning and building things.
Completed Projects
Client satisfaction
Years of experience
Used components of Javascript to implement basic data structures through the game of Battleship. Used a terminal to display ships and tracked where ships are hit or missed.
Hit!
Miss!
You sunk a Cruiser.
There are 4 ships left!
Uses a public movie API to build a collection movie list that sorts from A to Z or vice versa. It also counts how many movies in each container and adds user's favorite movies into another container.
Uses simple algorithm concepts in Javascript to produce an arithmetic result in a terminal.
console.log(result);
if (operation === '+') {
return a + b;
} else if (operation === '-') {
return a - b;
}
Used HTML concepts such as creating a form and a basic skeleton. It also used components of both the grid and flexbox elements to produce a landing page.