Python Type Hint for a List of Strings
May 19, 2022A blog post description
Unbundling for Learning
April 19, 2022Becoming a better developer by "unbundling" large applications
Example Django External HTTP Request
April 14, 2022An example showing how to make an external http request with Django when the page loads.
Using a Django Queryset in JavaScript
April 07, 2022An example on how to use data from a Django queryset in JavaScript
React Interview Questions - Click to Edit Form
March 31, 2022A React interview question about editing data inline
React useContext TypeScript Example
March 25, 2022A short example of using React's useContext hook with TypeScript
TypeScript Type Assertion Example
March 23, 2022A short example on using a TypeScript type assertion
Basic D3 forceSimulation TypeScript Example
March 21, 2022An example of using D3's forceSimulation to make three circles move
Simple D3 TypeScript Environment
March 18, 2022Building a D3 TypeScript environment with rollup.js
An Intro to Using TypeScript Mapped Types
March 15, 2022An explanation and example on using TypeScript mapped types
TypeScript Readonly type for a Single Property
March 09, 2022How to create a Readonly type for a single property of an object
Transparent Header Using CSS Backdrop Filter
March 07, 2022A quick example of a tailwind inspired transparent header that's made using css backdrop filter
React Interview Questions - Donation App
March 02, 2022How I'd work through and solve an intermediate level React job interview question.
Quick React Checkbox Example
February 17, 2022This might be one of my most used patterns in React. Click an element to update a state value, and use that state value somewhere else. This…
TailwindUI Table With CSS
February 15, 2022I've always felt that the secret to being proficient with tailwindcss is to also be proficient with CSS. Which really isn't a secret I…
My HTML and CSS Starter Template and Process
January 18, 2022Most of the pages I've been creating lately are some variation of the pancake stack . Containing a header and main section at a minimum…
Thoughts on CSS Intrinsic Design and Avoiding Media Queries
January 12, 2022I can't account for every viewport size with media queries. I realize this isn't a profound revelation for experienced frontend developers…
Designing Simple Menus
January 05, 2022The title of this post was almost "Designing Simple Mobile Menus". But I think this design can be applied to other types of menus too. It…
JavaScript Toggle Multiple SVG Elements
January 01, 2022I was recently working on a mobile menu button for a project that needed to display an arrow pointing down when the menu was closed and…
Responsive Font Size Example
December 15, 2021An example on creating responsive font sizes
CSS Split div Evenly
December 08, 2021A couple of ways to split divs evenly
CSS Full Width li Links
December 06, 2021An example of full width li links
CSS Flexbox Header Template
December 03, 2021A template I like to use for building responsive headers
CSS Color Palette Example
December 01, 2021A brief example of how I set up and use color palettes in my css
Another CSS Grid Responsive Blog Template
November 03, 2021Another example of a responsive blog template built using css grid and no media queries
No Time Dad
A blog about web development written by a busy dad
View all posts