Skip to main content
CSS-Tricks
  • Articles
  • Notes
  • Links
  • Guides
  • Almanac
  • Picks
  • Shuffle
Search

Articles Tagged
maintenance

11 Articles
{
,

}
Direct link to the article Open Source & Sustainability
github maintenance open source

Open Source & Sustainability

It’s a god-damned miracle to me that open source is as robust as it is in tech. Consider the options. You could have a job (or be entrepreneurial) with your coding skills and likely be paid quite well. Or, you …

Chris Coyier on Jan 12, 2022
Direct link to the article Where Does Logic Go on Jamstack Sites?
jamstack maintenance

Where Does Logic Go on Jamstack Sites?

Here’s something I had to get my head wrapped around when I started building Jamstack sites. There are these different stages your site goes through where you can put logic.

Let’s look at a special example so you can see …

Max Kohler on Aug 24, 2020
Direct link to the article Levels of Fix
maintenance

Levels of Fix

On the web, we have the opportunity to do work that fixes things for people. It’s fascinating to me how different the scope of those fixes can be.…

Chris Coyier on Jul 20, 2020
Direct link to the article How to delete all node_modules directories from your computer
maintenance node

How to delete all node_modules directories from your computer

Nice tip from Chris Ferdinandi:

My node_modules directories contained 50mb of stuff on the small side, and over 200mb of files in some cases. Over a few dozen projects, that really adds up!

Two dozen projects with 200 MB worth …

Chris Coyier on Jul 8, 2020
Direct link to the article JavaScript Libraries Are Almost Never Updated Once Installed
jQuery maintenance

JavaScript Libraries Are Almost Never Updated Once Installed

Some commentary from Zack Bloom on the Cloudflare Blog, looking at requests to CDNJS for versions of jQuery.

What we don’t see is a decline in our old versions which come close to the volume of growth of new

…
Chris Coyier on Mar 4, 2020
Direct link to the article PSA: It’s That Time to Update the Copyright Year on Your Site
maintenance

PSA: It’s That Time to Update the Copyright Year on Your Site

Every year about this time I see articles going around reminding people how to update the copyright on their websites. Usually somewhere in the footer. You know, a line like:

© Copyright 2007-2019 CSS-Tricks

I am very absolutely not a …

Chris Coyier on Jan 1, 2020
Direct link to the article Simplicity
maintenance

Simplicity

Earlier this week, Bastian Allgeier published some interesting thoughts about complexity in web development and how changing simple things can often feel far more difficult than they need to be:

You want to build a JS file? Please update Webpack

…
Robin Rendle on Sep 12, 2019
Direct link to the article Decaying Sites
maintenance

Decaying Sites

Websites have a tendency to decay all by themselves. Link rot, they call it. Unpaid domain name registrations. Companies that have gone out of business. Site owners that have lost interest. What’s sadder than a 404? Landing on a …

Chris Coyier on Apr 4, 2019
Direct link to the article Approaches to Deprecating Code in JavaScript
JavaScript maintenance

Approaches to Deprecating Code in JavaScript

Recently, I had to dig into the topic of code deprecation in JavaScript. I feel like this topic gets less coverage even though it may a play key role in certain projects, especially when working in bigger teams or dealing …

Kaloyan Kosev on Mar 23, 2018 Updated on Mar 26, 2018
  • 1
  • 2
  • Older

CSS-Tricks is powered by DigitalOcean.

Keep up to date on web dev

with our hand-crafted newsletter

DigitalOcean
  • About DO
  • Cloudways
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Contact
  • Write for CSS-Tricks!
  • Advertise with us
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • Bluesky
Back to Top