Links tagged with “chrisferdinandi”
-
Web dev craftsmanship | Go Make Things
I’m not convinced we’re “on the verge of a renaissance” unfortunately. There are still bespoke suits, but it’s never going to be more than a small craft that’s only for those with money or time.
-
Static Site Generators and CMS’s | Go Make Things
I haven’t looked at any of these but have occasionally looked for such things, and here some are.
-
How to scale a JavaScript project over time (part 1) | Go Make Things
A nice short series showing how he gradually structures vanilla JavaScript files.
-
How I setup and configure all of my websites | Go Make Things
By Chris Ferdinandi. A dozen static sites on a Digital Ocean droplet.
-
How to get started with web development | Go Make Things
I’d have no idea what to suggest to someone wanting to learn this stuff, but this looks like a great list for front-end development.
-
How I structure my vanilla JS projects | Go Make Things
Some tips in here.
-
The Vanilla JS Toolkit
A nice collection of JavaScript methods, plugins, etc that don’t require any extra frameworks or libraries.
-
Building an extensible app or library with vanilla JS | Go Make Things
I like this, although I’d like a “Step 2” with some more complex examples. (via Adactio)