Today I Learned - Rocky Kev

Tagged “automation”

  1. TIL prefers-color-scheme automatically

    For swapping between light mode and dark mode, you don't need JS. Using the `prefers-color-scheme`, that will automatically run the design code based on the user's preference.

  2. TIL unzipping a file in node using zlib

    Since my application needs to read whatever is inside that '.gz' file, I had to figure out a way to simplify that. That was done with zlib.

  3. TIL about AutoHotKey

    When you're getting annoyed at running the same commands over and over again.

See all tags.