Building a portfolio website with HTML & CSS | Part 3
In this video (Part 3 of 4) I'll be building the Skills section of a Frontend Mentor challenge, the single-page developer portfolio.
In this video (Part 3 of 4) I'll be building the Skills section of a Frontend Mentor challenge, the single-page developer portfolio.
In this video we'll be going through the basics of Git, GitHub, and GitHub Desktop app-- how to set them up and use them to track your code changes.
In this video I'll show you how I research and build a Wordle clone from scratch with HTML, Sass, and JavaScript.
In this video (Part 2 of 4) I'll be building the hero section of a Frontend Mentor challenge, the single-page developer portfolio.
In this video, I'll show you the steps I take when debugging a CSS problem, from how I type in search engine requests, to looking through search results, to testing and re-testing.
With so many web dev technologies and languages out there, it can be overwhelming to get started in web development. And if you are already a web developer you may find it difficult to keep up with new technology and trends. This web development roadmap will help guide you in deciding what technology and languages you should learn about in 2023 and beyond.
Codux is a visual IDE, or graphical editor, that allows you to build and edit React components like you’re drawing on a canvas.
Get started with React Router 6.4, learn how it differs from 6.x and how you can use its amazing new data-fetching (and submission) features!
Git is an essential tool for every developer! It helps you manage code snapshots, go back to older snapshots (e.g., if you messed things up) and work on multiple features simultaneously.
Remix is an amazing React framework that vastly simplifies the process of building fullstack React web apps. With this crash course, you'll learn how Remix allows you to seamlessly blend frontend and backend code into each other.