Thoughts on design & technology
This is the space I use to talk about my interests, ideas, and projects. Most of the time, this will be focused on front-end web design and development.
I am, however, a creative with many interests. I may occasionally write about traditional art, illustration, printmaking, book making, productivity, organization, accessibility, ethics, and inclusion in design.
Latest Posts
-
Displaying Git info on the command prompt
Let's look at how to display Git information as a part of the ZSH prompt.
-
Customizing ZSH
Creating a custom terminal experience is something of a rite of passage for software developers, especially those who use the terminal every day. In this post, I take a tour through my current setup.
-
Code Comments Revisited
Back in 2019 I made a post about a code comment plugin I had found for VS Code, and how I configured it to fit my needs. Today I wanted to expand on that to show how I go about commenting my code in general.
-
Resizing a MacOS window with the Shortcuts app
If you ever record or share your screen you may have wanted to get the window you were sharing to be a specific size or aspect ratio. Let's look at how to achieve this with Shortcuts.
-
Working with 11ty Collections
Create complex and nested collections to handle multiple taxonomies in a site built with 11ty
-
Making a leather discbound notebook cover
My custom discbound notebook has been a project of mine for a few years. I’ve tried all kinds of covers, both homemade and store-purchased, but none of them ever felt special or personal. Making a leather cover had been in the back of my mind for quite a while, so let's make one.
-
Website Redesign 2021
My website has always been a testing ground of new ideas, a place for me to experiment and learn new things, so it’s only natural I do a major redesign every other year or so. However this design marks a shift in how I talk about myself and my work.
-
Custom Discbound Notebook
Today I share one of my personal labors of love, a project I’ve worked on for a few years, and one that continues to evolve - my notebook.
-
Writing Smarter CSS
Authoring more robust CSS with smart selectors
-
Getting Started with Plausible
Plausible is a fantastic alternative to existing JS based analytics solutions. Inexpensive, lightning fast, and build around privacy.
-
Approaches to Web Typography
There are a handful of ways we can use what we learned about modular scales when creating the typographical system of our website, from simple single scale systems to fully fluid typography. This article will take a look at each style and implementation, but all of these systems aim to address the question of how to handle text on both small and large screens.
-
Vertical Rhythm
Vertical rhythm is a concept in typography that aims to keep vertical spaces between elements consistent with each other. This creates repeatable patterns that readers subconsciously understand and use to read faster and more accurately.
-
Typographical Scales
In any form of design, one uses a series of measures to plan and layout the product. Measurements create precision, consistency, and promote trustworthiness. In print, common measurements are inches, centimeters, points, and picas. In the world of digital and web design we use pixels and more relative measurements such as percentages.
-
On a Modern Grid
Back in October, Marvin Danig made a fantastic blog post on the state of responsive web design and the future of CSS frameworks. I wanted to continue some of his points and see how a responsive first grid system might look.
-
CSS Organization
While researching best practices of CSS organization this past year for a huge UI project at work, I ran across several ideas and strategies to solve this problem. My goal here is to digest these ideas and formulate a more comprehensive approach to organizing CSS.
-
Code Comment Anchors
One of the really cool plugins I found for VS Code is this tool called Comment Anchors. It’s a way of adding more visible, meaningful comments to your code. I’m a really big fan of writing documentation in the code itself, so its nice to have a way to highlight the most important notes.