Building a series of clocks
See the live site See the GitHub repo If you're like me, you have a few devices that you're really not using any longer. You paid good money for them…
See the live site See the GitHub repo If you're like me, you have a few devices that you're really not using any longer. You paid good money for them…
See the live site See the GitHub repo I've had the idea for a while of creating a site that listed several Git actions that included a list of the…
Recently I transferred my web hosting from SiteGround to WP Engine. SiteGround is a great web host - I just no longer needed the amount of space the GoGeek plan…
Adding the links to your menu can be a bit confusing. You can go directly from the homepage to the About page by writing href="about". But what if you need…
You've learned something about coding or web development. But how do you really solidify that knowledge? What can you do to expand your skillset? For me, the answer is to…
My first introduction to React was through an introductory Skillcrush course. We made a few projects using CodeSandbox. And since then, I've taken an intro Scrimba course. But I really…
Play Learning to code is incredibly fun. But how do you become sure of your skillset? If you've completed tutorials and built something, why don't you feel like you know…
Be the best version of you. An example from the Scrimba course. Last weekend I finally dove into a topic I've long been curious about: CSS animations. JavaScript is often…
This had photos but doesn't now. Backup your work before changing your theme! So what is the difference? .lost-hero-content { background: url("img/fredrick-kearney-jr-unsplash.jpg") no-repeat scroll left center / cover rgba(0, 0,…
When I first wrote the CSS for my contact form, I wrote this: .main-content { max-width: 60%; margin: 0 auto; } Which looked like it worked. Until I was reviewing…