2022 recap, 2023 goals
Jan 03, 2023
Another year has gone by, and December is the perfect time to reflect on what we’ve done in the past 12 months.
Wait, but why? 🤔
Like everyone else, I don’t have enough time to do everything I want.
...
➦
Release-plz: release Rust packages from CI
Jun 26, 2022
Releasing Rust packages is tedious and error-prone, just like most IT manual tasks. For every package you want to release, you need to:
Increase the version in Cargo.toml. Update the changelog.
...
➦
CKAD: 2021 tips, vimrc, bashrc and cheatsheet
Sep 06, 2021
You are probably busy studying for you exam right now, so I will try to be brief.
In the following I will share the things that helped me the most in becoming a CKAD, while trying to avoid all generic tips you can find in all the other blog posts like this.
...
➦
My 2020 Recap: Open Source, talks, meetups and more!
Jan 02, 2021
I am not a huge fan of year recaps or new year’s resolutions. Mainly because I don’t like thinking about the past in general or setting goals for the future. I like to focus on the present, following my curiosity day by day and if I realize I want to accomplish something I don’t wait the new year to do it, but I try to start as soon as possible.
...
➦
Rust makes cross compilation child's play
Dec 05, 2020
Why do I care about this Recently I solved this delta issue, where the maintainer asked to switch from Travis CI to GitHub actions.
These are all the pull requests I’ve done if you want to have a look at this journey: #399, #400, #409, #411, #413, #417 and finally #418.
...
➦
📽 2 videos about rust code coverage in VSCode
Oct 11, 2020
Useless personal stuff It's several years now that I feel the need to share what I learn with other people. I gained so much value from free online content that at this point I consider immoral for me to not give back something to the community.
...
➦
Create an amazing Rust GitHub project in no time
Sep 05, 2020
Boring introduction Expectations on open source projects are becoming higher and higher everyday. If a project is not well documented or it doesn't have a test suite and a continuous integration environment, it is very unlikely that it will be taken seriously by the community.
...
➦
Continuous integration with VHDL
Apr 19, 2020
Skippable introduction During this lockdown (like almost everyone) I have a lot of free time, so I decided to give a look at my to do list. In the looong term goals part where you can find impossible goals like "save the world" or "learn haskell" there was "learn vhdl", too.
...
➦
Doc-org: org-mode + latex + docker = pdf
Feb 26, 2020
Why plain text is better than word processors I was so tired of working with word processors like Microsoft Word that I created yet another a documentation system based on plain text.
...
➦
Linux on my 32GB windows tablet is surprisingly good
Jan 11, 2020
Why I removed windows from my tablet I have a HP Pavilion X2 10-n105nl: an hybrid laptop/tablet with detachable keyboard and touch screen display. I bought it in 2016 in order to take notes at university with its keyboard and a Dell active stylus.
...
➦