Create a New Years Countdown Timer with Luxon.jsHello World I welcome to you another tutorial and code along for building a countdown timer. To be able to follow along, it is best to have a good grasp of Javascript classes and its methods along with the following topics: Document Object Model(DOM...Sep 26, 2022·7 min read
Meet my latest project: CheckoutsideI built a weather app using vanilla javascript. I know what you might be thinking. React would have been great for this project. I have used React in the past-first learned in a software engineering boot camp. However, I have since decided to reintro...Sep 17, 2022·2 min read
12 Tools Perfect For a Web DeveloperWhen starting your journey in learning web development, there are not many tools required other than a platform to write code. But as you know, you begin to explore the tech community and seek things that can help you with your development or workflo...Jul 29, 2022·4 min read
Create a Random Color Generator with JavascriptHello World: This is a tutorial and code for building a random color generator that displays the hex color code of the current document background color. To be able to follow along, it is best to at least have an idea about the following topics: Jav...Jul 25, 2022·13 min read
Can Javascript change HTML content?Hyper Text Markup Language(HTML), Cascading Style Sheets(CSS) and Javascript all go hand in hand. You can make very simple web pages with just HTML. You can also add some styling with CSS, but it’s by including Javascript that you can make your page ...Jul 25, 2022·4 min read
Getting Started with SassSass is CSS with extended functionality. It can help speed up coding and organize stylesheets. That would mean CSS is a prerequisite to writing Sass. Using Sass, as I have mentioned before, has many benefits. Cleaner code, reusability, excellent doc...Jul 8, 2022·3 min read
Let's Learn: CSS Learning GuideHello and welcome to a brand new series that I'm going to be starting. The point of this series is to reimplement fundamentals in different development tools. I will be outlining the journey I took to learn web development up to this day with the hop...Mar 11, 2022·3 min read