100 Days of Code ReflectionIntroduction On Jan 17th, I started the 100DaysOfCodeChallgene, and over the past six months I have been learning how to be a front-end web developer and I am now proud to present to you the 100th day of all my work. . While it has been more than 100...Sep 13, 2022·4 min read
My journey through the 100 days of code! Day 8-14Day 8: Another project day during BootCamp! This time we made a roman numeral converter. At first, it was confusing, but once I heard the logic it was very similar to a change counter I made for CS50. Is it just me or is it the first logical steps o...Feb 4, 2022·5 min read
My journey through the 100 days of code! Day 0-7Recently, I have been struggling with staying motivated during my learning process of becoming a Web Developer I have joined the #100daysOfCode to help me stay accountable and have a log to go back to see my evolution of progress. And, wow just from ...Jan 25, 2022·5 min read
Simple HTML Boiler PlateAn HTML boilerplate when you are not on Vscode. This comes in handy whenever I am coding on my Ipad during vacation or a long car ride. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content=...Jan 25, 2022·1 min read