I Have to Migrate Seven Domains to WP Engine in 9 Days

My long-time (23 years!) host is shutting down suddenly and forcing me to do something I’ve wanted to do for many years now and really never had the time- move from my old-school host to modern WordPress hosting… I’m actually excited by it since it’s going to give me some new tools to simplify the […]

Will HTML5 Boilperplate Remove Normalize.css?

I know what you’re thinking… Am I back to writing? Coding open source software? Hopefully. I’m about to drop H%BP 9.0.0, so there’s that at least. Anyway, we’re talking about removing normalize.css from the project in this issue: Drop Normalize.css · Issue #2939 · h5bp/html5-boilerplate I am leaning towards removing it with no replacement, but […]

Configuration of the HTML5-Boilerplate Git Project and GitHub Repo

This post outlines the configuration of the HTML5-Boilerplate repo as well as the basic process we use to manage the project. As Github has matured as a platform and HTML5 Boilerplate has matured as a project there are a lot of lessons to be learned from the way we run the show here. GitHub configuration […]

Looking For Options to Automate Translations of Front-end-Developer-Interview-Questions

I inherited the Front-end-Developer-Interview-Questions project years ago and while I’ve helped the project improve in a few ways, the project (50,000+ stars!) is not where I’d like it to be. The biggest thing holding it back, right now, is the fact that we are doing manual translations of the questions across 30+ different languages. I […]

How Did I Miss This?

Apparently, if you make a repo with a name that matches your username, you can add the contents of the associated Readme.md to your public GitHub profile. Basically, if you create this: roblarsen/roblarsen the contents of https://github.com/roblarsen/roblarsen/blob/main/README.md will be displayed at the top of https://github.com/roblarsen That’s pretty cool!