Back to lists
eng
Web Dev Resources

Preface

I’m mostly a hobby developer u2013 I’ve learned mostly by taping together bits of code found all over the internet for years now. This space is mostly for remembering the cool and useful shit I run across, but hopefully you can find something useful in here!

Tools

  • VS Code u2013 More or less the god of code editors at this point. I was resistant to moving to something so “heavy”, only to find once I tried it it is incredibly fast on top of being packed with useful stuff.
  • Codekit u2013 All sorts of fun things out of the box. Compass, local servers, sass compilation & more. I use VSCode more these days to cover these needs, but I relied on Codekit for years.
  • RunJS - JavaScript playground for your desktop

Setting Up Your Editor

VS Code

Building a Portfolio or Blog

CMS Options

  • Prose - The lightest you can get – Edit files directly in your repository with a web editor
  • Kirby - File-based CMS that’s developer-friendly

Portfolio & Self Promotion

CSS

Typography

  • TypeNugget - Typography tool for creating and testing font combinations
  • Type Scale - Visual calculator for creating type scales

Variable Fonts

Grid

Color

Visual Assets & Art

  • CSS Doodle u2013 Draw complex patterns & visuals in pure CSS.

Web Fonts

  • Recursive - Variable font for code & UI with extensive customization options

Static Site Generators

  • Next.js u2013 Can’t beat em? Join em. Got bullied into writing React, but Next is pretty ok.
  • Jamstack u2013 A great starting point for learning about static site generators and what is out there.

11ty

Git

Site Speed & Testing

Examples & Inspiration

Last updated