Vanja Ćosić
The personal website of Vanja Ćosić
https://vanjacosic.com/
2025-01-05T20:33:36Z
Vanja Ćosić
https://vanjacosic.com/
Copyright © Vanja Ćosić
https://vanjacosic.com/favicon.svg
Using test fixtures to seed the database in Phoenix
https://vanjacosic.com/posts/import-test-fixtures-in-your-phoenix-modules/
2023-07-22T13:04:34Z
2023-07-22T13:04:34Z
Quick tip showing how use test fixtures to seed the database during development of Elixr / Phoenix projects.
Sign your git commits using SSH keys
https://vanjacosic.com/posts/sign-your-git-commits-using-ssh-keys/
2023-06-19T19:49:30Z
2023-06-19T19:49:30Z
Let others know that code was written by you and not someone pretending to be you. Here's how to configure commit signing in git and on GitHub.
Rotate and upgrade your SSH keys
https://vanjacosic.com/posts/rotate-and-upgrade-ssh-keys/
2023-06-07T14:16:36Z
2023-06-07T14:16:36Z
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
https://vanjacosic.com/posts/google-unleashes-the-zip-tld-on-us/
2023-05-18T15:00:00Z
2023-05-18T15:00:00Z
Explaining why the security community is debating the latest internet domains.
Working with OpenAPI YAML specifications in JS
https://vanjacosic.com/posts/openapi-yaml-in-js/
2023-05-06T00:00:00Z
2023-05-06T00:00:00Z
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
https://vanjacosic.com/posts/deploy-zola-github-pages/
2023-04-03T00:00:00Z
2023-04-03T00:00:00Z
How to deploy your static Zola site automatically to GitHub Pages on every push.
How to call a C function from Rust
https://vanjacosic.com/posts/rust-ffi-to-c/
2022-10-02T00:00:00Z
2022-10-02T00:00:00Z
A simple tutorial on how to call a C function from Rust 🦀