barco is a project I worked on to learn more about Linux containers and the Linux kernel, based on other guides on the internet. I got lots of feedback, interest, and some contributions/fixes last week and I wanted to share it with you.
Last year I built “brosa”, A CLI tool written in Golang to retrieve information useful for astronomy. I wanted to have some fun with Go and astronomy, and this is the first good idea I could think of. The CLI is built with Cobra and it has a few commands to see the weather forecast, locate the ISS, etc. It is by no means complete, useful, or complex, but it was a fun little project to work on.
First Issue is an initiative to curate a list of accessible issues from popular projects on GitHub, so developers looking for a new (or first) project to contribute to can get started quickly. Have a look!
A few weeks ago I built a primitive DNS server in Rust with the help of a few online resources to learn more about the language, systems programming and low-level networking. Check out the repo on GitHub!
A few weeks ago I built a primitive DNS server in Rust with the help of a few online resources to learn more about the language, systems programming and low-level networking. Check out the repo on GitHub!
I recently read the book "Database Internals: A Deep Dive into How Distributed Data Systems Work" by Alex Petrov and wrote a small blog post to summarise my learnings and provide some real world, MySQL-based examples that are missing in the book.