
Recently I had two occasions where I needed to create a simple one-page placeholder for a full website that’s still in the works. As a basis for my code I turned to Manuel Matuzović‘s HTML Boilerplate. My current HTML boilerplate →
A rather geeky/technical weblog, est. 2001, by Bramus
If you ever want to create a Chrome Extension, this repo might come in handy: A basic foundation boilerplate for rich Chrome Extensions using Webpack to help you write modular and modern Javascript code, load CSS easily and automatic reload the browser on code changes. Chrome Extension Webpack Boilerplate →
If you have attended any hackathons in the past, then you know how much time it takes to get a project started: decide on what to build, pick a programming language, pick a web framework, pick a CSS framework. A while later, you might have an initial project up on GitHub and only then can …