How to setup a Toast site to be styled with TailwindCSS
Posts in 2020
Oct
How to install node modules that are locally on your filesystem into another project
Sep
How to auto-enable darkmode OS-wide on Windows 10 with an open source utility
How to use serde_path_to_error to get more context into why a deserialization is failing
How to implement the Display trait for custom structs in Rust
Aug
How to navigate into the repo within GitHub Actions using the GITHUB_WORKSPACE environment variable
A look in how as a Web Developer I was able to remix the manual for Mutable Instruments Plaits to be more refined for my taste
Notes for the book Working In Public by Nadia Eghbal
how to store secrets inside GitHub Actions
Jul
How to cache data between workflow runs in GitHub Actions
Jun
How to examine a JavaScript bundle that includes a source map to dig into what ends up in a bundle shipped to production
A look at a zsh function I wrote to quickly resize images using the imagemagick convert command
May
How to be able to trigger an alfred workflow to search through and easily navigate a digital garden
How I am automating creation of new posts on my site with Plop
Twitch content production streams by ChefBrent
A collection of topics to follow up on (or that have been already followed up)
Some frequently used GitHub Actions that may appear in many workflows
Notes on the types of actions that are either written in JS or Docker
A method to create artifacts from GitHub Actions runs
A top down hierarchy of GitHub Actions components
A listing of the events that can kick off a workflow in GitHub Actions
Various things that can be run as building blocks of GitHub Actions
A Collection of VS Code extensions I use and reccomend
Apr
Trigger actions and modify settings of OBS scenes and sources using a MIDI controller
A new feature of GitHub Actions where you can transfer data between jobs using outputs
A look into my hardware and software used for my streaming setup
With use of the tailwindcss-dark-mode plugin, you can add support for customizing the look and feel of your site between a light and dark mode
How to add the TailwindCSS library into a Gatsby project using PostCSS
PurgeCSS will be able to greatly reduce the outputted CSS file to get rid of any classes that you do not use in your code
GitHub Actions scheduled workflows allow for a task to be done in GitHub Actions on a fixed schedule using a cron syntax
Mar
How to create a GitHub Action workflow to trigger deploys to Netlify whenever a commit to master is made
Using the pull_request GitHub Actions trigger, you can write workflows to run tests on pull requests
obs-virtual-cam provides an interface where you can take the video output and convert it into a virtual webcam for apps like Skype or Zoom
How I used GitHub Actions and tools like Twilio to automate the process of adding items to a follow-up list
Feb
A guide on how to use Twilio and GitHub Actions to send weekly event alerts
How to bundle NodeJS with node modules to be used in a GitHub Action as GitHub does not include node modules automatically
How to take rust code and compile and bundle it down into a webpack bundle
Jan
A look into a JS optimization in Firefox that makes the array.shift method as fast as array.pop
An introduction on how you can write WebAssembly modules in Rust using wasm-pack