App Performance: From Data Outage to Four Nines Uptime
Making mistakes is all part of the process when building an app business—and long-term success comes down to what you learn from your challenges and setbacks. In this article, you’ll learn how…
Making mistakes is all part of the process when building an app business—and long-term success comes down to what you learn from your challenges and setbacks. In this article, you’ll learn how…
CSS is on a tear lately. Again, I’ve heard of a brand new thing I’ve never seen before, and again it’s via Miriam: CSS Conditionals. 🎉 CSSWG just resolved to…
There is a new thing coming in CSS: @layer. As with all new things, it takes time to really wrap your head around it. And despite me tapping at my…
CSS ::before and ::after pseudo-elements allow you to insert “content” before and after any non-replaced element (e.g. they work on a <div> but not an <input>). This effectively allows you…
(This is a sponsored post.) The web’s premier conference is online this fall, October 11–13, 2021: An Event Apart Full Summit. If you already know how good of a conference…
Quick summary ↬ Building a development environment with the shell as a keystone offers multiple benefits. You can use tools that fit nicely with each other, you can customize everything depending…
It is easy to convey a complex idea through a video. For example, this landing page of a developer-focused tool demonstrates the real-time resizing of images using URL parameters. However,…
Quick summary ↬ The last 18 months have been a time of unprecedented turbulence. As the people of the world have flooded online, businesses have joined them, using web development tools…
Whether you’re a web designer serving various clients or a developer who offers products, utilizing your website for customer support makes sense. It provides users with a way to both…
This is a good tweet from Harry: Simple yet significant thing all developers should keep in mind: CSS resources (fonts, background images) are not requested by your CSS, but by…