Blog Archive
One of my favorite (and necessary) tools is iTerm2. I use it all day every day. I recently discovered a neat shortcut that I would like to share here. See what I did to add a little time back to my day and also reduce reaching for the mouse.
I finally rebuilt my color application in React. I had been wanting to do that for a long time, but finally got around to it. It was really fun, too. Check out https://sasscolorcalculator.com/ to give it a spin. This application started out as an Angular 1 application and has been trucking along for years. […]
Sometimes it is necessary to find a word or text string on a website. You could go through all the pages and manually scan each page but with most sites, this approach simply isn’t a good use of your time. Recently I was asked to find a specific class within the markup. Sometimes the class […]
If you’re more into video tutorials: Let’s say you work on an older, but very much alive, site. You occasionally get tasked with adding features here or enhancing sections there. These are typical tasks from clients. Now in a perfect world, the HTML and CSS would be written in a perfectly extendable way, but […]