Testing ChatGPT Testing ChatGPT Dec 5, 2022 With all the rage of ChatGPT going around, I gave it a test to see how would it do as a code reviewer. To test,
Quick Script to Backup Postgres WAL Sep 16, 2022 I wanted to run a simple and quick script that could backup Postgres WAL into S3. The following simple Bash script does exactly what I
TicTacToe in C TicTacToe in C Aug 27, 2022 One of the coding exercises I've used to interview people is to implement a TicTacToe in 30 minutes. The idea is to implement as much