Nice work! I just started learning how to touch type and have been wanting some code-specific training to help improve my symbol wpm. This is perfect.
What I currently track: - Hours of sleep per day - Calories burned per day - Calorie intake per day - Caffeine per day (mg) - Financial Portfolio performance every few days - Monthly spend on different categories (eg.…
Dan Carlin's Hardcore History - Excellent podcast about history. The 'Prophets of Doom' episode is my favourite. Darknet Diaries - Hacking / technology. Planet Money - Short episodes on economics and money Acquired -…
This is great. I recently went through the exercise of deploying a periodic lambda function using AWS SAM. The development workflow was great, except when I needed binary dependencies for the MSSQL database driver.…
I have been wanting to try Pulumi out for a while. As an avid terraform user, I welcome the ability to use a proper language instead of the declarative HCL. For those who have migrated from terraform -> Pulumi, what are…
They do complement one another but docker has tooling that solves similar problems. Does docker-compose (https://docs.docker.com/compose/) fit your needs?
That's really cool! I just started learning about constraint programming using Z3, and scheduling is the first area I'm looking at. Do you have any advice or resources you found useful? Much of the underlying theory…
I love Go specifically for this purpose. I wrote a simple server doing exactly that with Twilio: https://github.com/dang3r/jenophone/
Nice work! I just started learning how to touch type and have been wanting some code-specific training to help improve my symbol wpm. This is perfect.
What I currently track: - Hours of sleep per day - Calories burned per day - Calorie intake per day - Caffeine per day (mg) - Financial Portfolio performance every few days - Monthly spend on different categories (eg.…
Dan Carlin's Hardcore History - Excellent podcast about history. The 'Prophets of Doom' episode is my favourite. Darknet Diaries - Hacking / technology. Planet Money - Short episodes on economics and money Acquired -…
This is great. I recently went through the exercise of deploying a periodic lambda function using AWS SAM. The development workflow was great, except when I needed binary dependencies for the MSSQL database driver.…
I have been wanting to try Pulumi out for a while. As an avid terraform user, I welcome the ability to use a proper language instead of the declarative HCL. For those who have migrated from terraform -> Pulumi, what are…
They do complement one another but docker has tooling that solves similar problems. Does docker-compose (https://docs.docker.com/compose/) fit your needs?
That's really cool! I just started learning about constraint programming using Z3, and scheduling is the first area I'm looking at. Do you have any advice or resources you found useful? Much of the underlying theory…
I love Go specifically for this purpose. I wrote a simple server doing exactly that with Twilio: https://github.com/dang3r/jenophone/