Posts tagged with "technical"
- Kind of annoyed at React
Just a little ranty rant about my fave JS library, ya know. - Jumblie 100
Today is the 100th Jumblie puzzle day! - Publishing to my blog from Obsidian
This is how I publish to my Git-based blog straight from Obsidian (kind of) - Making a single line break in markdown
Here's how you can add single line breaks in your markdown documents! - Jumblie Build Log
I built Jumblie, a jumbled word search game. Here's how! - A use-case for CSS :has()
I found an unexpected use case for the newly, fully supported :has() selector! - Adding co-authors to TinaCMS's Git commits
You can add co-authors to the TinaCMS bot now more easily - How and when to use keys in React
When you render lists in React, you need to use keys. - Thirteen Potions Build Log
I made a game called Thirteen Potions for js13kgames, here's how I did it! - Trying out TinaCMS
I'm trying out TinaCMS to make it faster and easier to post here! - Removing trailing space underlines from groups of anchor tags
Sometimes when you have a bunch of anchor tags, the trailing spaces around them are underlined. Here's how to fix that. - Hello, world
Lorem ipsum dolor sit amet (but for real) - Building My S60-X Keyboard
After a bunch of trial and error, I built and programmed my first mechanical keyboard! - Pure CSS3 Text Carousel
I built a pure CSS text carousel because I couldn't find one I liked. Here's how I did it, and tweaks for later. - Closures in JavaScript
Closures in JavaScript are an important concept that all JS devs should know. So here's a summary for you. - Adding Keyboard Shortcuts to your React Apps
Using the Mousetrap library, you can add keyboard shortcuts to your React apps. - Making the Whitney Houston API
I made a Whitney Houston API. Because why not. - A Brief History of the PNG
The PNG file format has been around forever... sort of. Not really. - The CSS Image Values Spec
The CSS Image Values Spec allows you to cleanly blow up pixel art on the web. - HTML+CSS Tutorial, Part 2
This is part 2 of a two-part tutorial for beginners as an introduction to HTML and CSS. - HTML+CSS Tutorial, Part 1
This is part 1 of a two-part tutorial for beginners as an introduction to HTML and CSS. - Design Your First iPhone App
It's not too bad to start building the phone app of your dreams!