Building a Command-Line Application in Rust
December 19, 2022In this blog post we start from scratch and write a full command-line application written in Rust. We use Clap for argument parsing, and Reqwest for hitting the API.
Writing on Rust, Go, Python, and JavaScript, plus the occasional detour. Browse by tag or series.
In this blog post we start from scratch and write a full command-line application written in Rust. We use Clap for argument parsing, and Reqwest for hitting the API.
Advent of Code is an annual challenge to push your coding skills. This blog post talks about some of the reasons to join! Let's do it!
Twitter has had a rough couple of weeks since Elon Musk took over. I feel like it is time this tweeter flew the coop and found a new place to build a community. This post talks briefly about what Mastodon is and how I set myself up for success.
The death of Heroku's free option is a huge loss. In this post we discuss why...
This blog post summarizes my experiments with Flask, Restx and Docker. I go over the steps I took to get a simple Todo application from start to finish.
I changed my prompt configurator from Oh-My-Zsh to Starship.rs and with that changed my shell to Fish. This blog post tells the story of my upgrade and the pitfalls and benefits of moving to Fish Shell.
I recently had an issue installing Truffle locally on my computer. There was an issue with my version of Node.js or NPM... Instead of messing up or polluting my global NPM installs further, I took to Docker to get Truffle and Ganache working for me. This post details that journey.
This is a review of the books I read in 2021 and which ones I'd recommend giving a try.
I recently had a viral blog post and I wanted to share a surprising discovery of the current state of mobile website support! Over the course of the month, nearly 50% of my visitors were using a mobile browswer of some sort. What does this mean for me going forward?