
Hunter Becton
May 25, 2023
The ultimate guide to CSS Flexbox
Master CSS Flexbox with this comprehensive guide. Learn to create responsive, flexible, and customizable web layouts with ease.
CSS
Video tutorials and written explainations.
Hunter Becton
May 25, 2023
Master CSS Flexbox with this comprehensive guide. Learn to create responsive, flexible, and customizable web layouts with ease.
CSS
Hunter Becton
January 22, 2023
Git aliases are abbreviated versions of Git commands that you can use instead of the full command name, which can boost your productivity as a programmer.
Git
Productivity
Hunter Becton
October 6, 2022
CSS Grid makes building responsive, adaptive grid layouts easy! This tutorial will show you how to use CSS Grid to create a responsive "Holy Grail" layout.
CSS
Hunter Becton
July 1, 2022
The CSS Box Model consists of four areas: content, padding, border, and margin. Knowing how they work together in web development and design is essential.
CSS
Hunter Becton
April 23, 2022
Learn how to change the styles of a navigation bar when a user begins to scroll and improve your user experience with a custom React hook and Tailwind CSS.
JavaScript
Hunter Becton
September 9, 2021
Want to build resizable panels like the CodePen editor? Follow this web development tutorial to learn how to build resizable panels in React with Split.js.
React
Hunter Becton
July 20, 2021
Create a progress bar at the top of a Next.js application to let users know when route changes start and finish or when their requests are being processed.
React
Next.js
Hunter Becton
June 15, 2021
Have you ever needed SSL on localhost? In this web development tutorial, you'll learn how to get HTTPS and a subdomain setup on localhost with Caddy Server.
Tools
Hunter Becton
February 20, 2023
Learn how to use web fonts for web development! From typography basics to implementation, we've got you covered for creating optimized, user-friendly websites.
Web Fonts
Hunter Becton
December 16, 2022
These VS Code keyboard shortcuts are easy to learn, improve your workflow, and help you become a more productive developer.
Productivity
VS Code
Hunter Becton
July 21, 2022
With so much riding on web accessibility, it's crucial to clearly understand the requirements for color contrast and how they might impact your website design.
Accessibility
Hunter Becton
May 25, 2022
Build a fallback image component in Next.js that renders a placeholder image if the original image link is broken and returns an error.
Next.js
React
Hunter Becton
March 24, 2022
Learn how to convert long, hard-to-read timestamps and date strings into a readable format using only vanilla JavaScript and the built-in toLocaleString method.
JavaScript
Hunter Becton
August 6, 2021
Learn how to create a simple scroll-to-top button with React to allow your users to quickly jump to the top of a webpage with just a click of a button.
React
Hunter Becton
June 24, 2021
Need to render React components from a database? In this web development tutorial, you'll learn how to use createElement to render React components without
React