homeportfolioblogsabout
Blogs
Blog1
The Dangers and Differences of JavaScript .innerHTML, .innerText, and .textContent

In JavaScript, there are a few ways to edit the contents of an element but how do you know which one to choose? Let’s learn a little more about...

Blog1
Type of CSS — Inline, Internal, and External

Early on in my journey of becoming a software engineer, I realized that I took a liking to CSS (Cascading Style Sheet), a language used to style HTML elements. What’s better than making your vision come to life vi...

Blog1
How to Publish Your React App on GitHub Pages

Looking to share your project with friends, family, and let the world see your work? Here’s a simple guide to deploying your React App to Github Pages. Once you have created your repository on Github and have set u...

Blog1
VS Code Extensions to Make Your Life Easier as a Software Engineer

In starting my journey as a software engineer, I found myself watching more experienced engineers working in a Visual Studio Code editor...