Why Is Time to First Byte (TTFB) Important?
Time To First Byte (TTFB) is a measurement of the time is takes for a server to respond to a request: how quickly your visitor can start to load your page.

For somebody who quite enjoys reading and writing, I'm not much of a blogger...
You are currently on the second page (out of a total of six) within my blog. The more recent articles are towards the start so you may find that going to the first pageis most relevant. Or you might find exactly the article you are looking for right here!
Time To First Byte (TTFB) is a measurement of the time is takes for a server to respond to a request: how quickly your visitor can start to load your page.
You can let Google know that your website (and the content within) has been updated by submitting an updated sitemap automatically using a simple Node script
Of all the quirks in CSS, margin-collapse is perhaps one of the more cruel for a new front-end developer to encounter. Let me explain...
Changing a user's cursor using CSS is an often-missed, and sometimes-abused power that more developers should use (with caution)..
As my working year draws to a close, I wanted to take a moment to wish you all a very happy holidays
JavaScript is extremely good at handling truthy and falsy (or 'falsey') values. Nevertheless, when you need to typecast an object into a boolean, use !!
We all have a responsibility to do whatever we can for the environment. Web development has a surprising environmental impact, we can do better.
JavaScript's Math.random() is a Pseudo-Random Number Generator (PRNG) which programmatically generates not-quite-random values. Usually, that's all you need.
The front-end development landscape and JavaScript frameworks move quickly. React, Vue, and Angular stand out as leaders, deserving a comparative discussion.
Specificity in CSS can trip up even the most seasoned of front-end web developers. I've often joined projects where stylesheets are littered with !important.
Whilst they have been around for quite some time, static site generators have really increased in popularity over the past two or three years..
Tracking down phantom focused elements where keyboard interactions suddenly drop from view can be frustrating without using Web Developer Tools
As web developers, we are responsible for what gets output from our websites and applications to our users. A decent understanding of on-page SEO is essential.
Websites have not been set-and-forget for a long time now, and without the technical know-how to update a static site, CMSes are a key part of web development.
Most developers will find themselves - sometimes frequently - in a situation where they need to amend a Git commit. Amending Git is easy when you know how!
As someone new to the web, or hoping to launch your first website, hosting may come as a bit of a complicated shock. Hopefully I can help offer some advice!