Written content to help you along your web development journey, without forgetting to have some fun along the way.
React and Vue are two of the most popular component frameworks used in modern website development. Let's break down the differences between these two everyday tools.
It may seem like jQuery has been dead for years, but it is still widely used in 2022. But should you take the time to learn it?
Designing a website with variable content is challenging. Here’s a suggestion I give designers that helps strengthen the system without adding significant scope to the project.
You can get to production faster by separating CI and build/deployment process. But there’s risk in it. Here are two approaches to help with the decision.
To help the developers build robust and high-quality web apps, Angular offers plenty of useful tools.
A handy CLI tool for catching misspellings in any files in your codebase.
Add a component that dynamically swaps between next/link and a native anchor tag, and decides how to write the target attribute, all based on the href property.
Although more applicable to traditionally-built sites, inlining critical CSS can be a quick and easy performance boost for your site, especially as it grows.
Inlining critical CSS is a breeze for classic SSG sites built and deployed using Netlify. Here’s how it works.