This week in #dev (Dec 23, 2022) Highlights of what happened in our #dev channel on Slack this week. thoughtbot January 3, 2023 This Week In Dev TIL Accessibility Ruby
This week in #dev (Dec 16, 2022) Highlights of what happened in our #dev channel on Slack this week. thoughtbot December 27, 2022 This Week In Dev Rails Ruby JavaScript TIL
This week in #dev (Dec 2, 2022) Running shell commands in Ruby, truly random numbers, fixing flaky tests, and how to get the most out of TypeScript. thoughtbot December 20, 2022 This Week In Dev Testing Ruby TypeScript TIL Tip
This week in #dev (Pilot) Highlights of what happened in our #dev channel on Slack this week. thoughtbot December 13, 2022 This Week In Dev Rails Ruby JavaScript TIL Tip
Executables can Introspect their Output Destination Sometimes, a programs output will depend on where it is sending that output. Sid Raval December 6, 2019 TIL Unix Shell
Waiting for File Write Completion on iOS It’s straight forward to watch a directory for file writes, but how can you be alerted when a file has finished being written? Adam Sharp and Sid Raval January 24, 2019 iOS Swift TIL