Styling Your Console Logs
Sometimes it’s nice to have some color in your console logs to differentiate important logs or just have things look a little nicer. Here’s how to add a little style with CSS.
Sometimes it’s nice to have some color in your console logs to differentiate important logs or just have things look a little nicer. Here’s how to add a little style with CSS.
Quick and easy ways to select elements in your DOM with native Javascript methods.
Just discovered the Texture.js library for creating SVG patterns. Seems nifty and wanted to remind myself to try it out for something later on.
Very occasionally you may want to (temporarily) lock the scroll position on the <body>
. To do so on iOS takes a bit more effort…
Just reminding myself how to update my Ubuntu server after logging in through SSH and seeing the familiar message: “30 packages can be updated. 24 updates are security updates.” Pretty simple to do but I always end up googling it.