Skip to content

Posts#

Here I'll post few things that I want to document

  • Mail Server with Postfix and Dovecot: Walkthrough of the setup of a custom mailserver from scratch, explaining all the bases needed for sending your own emails to anywhere without being tagged as spam and also being able to receive mails from anyone.

  • Ansible: Tutorial with the basics of Ansible, explaining the importance of defining the configuration of a deployment as code.

  • Python coroutines and asyncio: Understanding how asyncio works and its benefits. Checking how much performance improvement we can get of a single thread when running multiple IO operations async in Python vs a single process with locking IO operations.
  • KISS: Keep It Simple, Stupid. Explaining the importance of understanding the problem before proposing a solution via ficticional scenarios based on real life experiences.

Last update: 2023-07-10
Created: 2022-08-30