Skip to main content

2 posts tagged with "rust"

All my articles that I used Rust

View All Tags

How I Implemented Authentication in a Rust CLI Application 🥳

· 5 min read

Moonenv is my CLI application for managing environment variables, which I discussed more about in this article. This solution had been running for a few months, and I was able to validate my idea, but a crucial part was still missing: authentication!!!

So, for a few weeks, I entered a research and development phase using GoLang and Rust, which I will discuss in this article.

Learning Rust, A Journey Through Challenges and Fun 🚀

· 4 min read

Learning Rust for me was like revisiting my two years of experience programming embedded systems in C. There are still many concepts I don't fully understand, but that doesn't worry me because I pick them up as I work on my personal projects in Rust.

I chose a CLI project to start this journey because I felt the challenges I would face along the way would be interesting—and they were!