Vanja Ćosić

Posts

Rotate and upgrade your SSH keys

A step-by-step guide to replacing your old SSH keys with new ones based on modern elliptic curve cryptography (Ed25519).

Google unleashes the .zip TLD on us

Explaining why the security community is debating the latest internet domains.

Working with OpenAPI YAML specifications in JS

Converting an OpenAPI spec written in YAML to a JSON file and parsing it with the Swagger JavaScript client.

Deploy a Zola site to GitHub Pages

How to deploy your static Zola site automatically to GitHub Pages on every push.

How to call a C function from Rust

A simple tutorial on how to call a C function from Rust 🦀