BByteLoggerinbytelogger.hashnode.dev·Jun 1 · 2 min readwatchr - Automate Your Dev Workflow When Files ChangeThe Problem Every dev has been there - you save a file, switch to the terminal, run the tests, switch back. Save, switch, run, switch back. It's just constant friction that breaks your flow. watchr el10
BByteLoggerinbytelogger.hashnode.dev·Jun 1 · 2 min readdenoiser - Clean audio for Dev Screencasts Without a Soundproof RoomThe Problem If you've ever recorded a screencast or a demo video, you've probably experienced this: you play it back and all you can hear is the hum of your pc, the fan in the background, or streetnoi00
BByteLoggerinbytelogger.hashnode.dev·May 12 · 2 min readI got tired of switching terminals - so I built logsnapA while back I was trying to install an audio driver on my laptop. Every time I tried a different configuration, I had to check three different log files to see what went wrong. Three terminals open, 00