Automating a Recipe Server Deployment: FastAPI, Terraform, and Ansible

This article explains how to build a server with FastAPI, Terraform, and Ansible in a automation workflow.It tell you about AWS provisioning, secure configuration with Ansible Vault, and app deployment with systemd services.

February 23, 2025 · 7 min

Our secret messages: Hill Cipher

Following the previous article about Caesar cypher, here is a more complicated cypher invented by Lester Hill in 1929 using linear algebra to encrypt the messages.

January 28, 2022 · 6 min

Our secret messages: Caesar Cipher

The ciphers are the base of our security in the internet but not just the internet, in the ancient world already were the need to pass secret messages. This article is a short explanation of Caesar cypher.

April 16, 2021 · 3 min