I make my first contribution to HacktoberFest 2021
We will talk about what HacktoberFest is and how to contribute. The HacktoberFest 2021 is a really good way to get into open source, boost your CV and help out your fellow programmers.
I’m trying to solve all the Advent of Code puzzles in this video series.
We are in our new linux environment and create gcc compiler that will be our final compiler. Then we look at some text manipulation libraries, compressors and file attribute tools.
We look into how to use the amazon s3 object storage API. After that, we changed it over to use our Ceph cluster and store objects in that storage engine. The s3 API is straightforward to use, and many storage engines support it out of the box.
I’m trying to solve all the Advent of Code puzzles in this video series.
We look at the differences in how we do HTTP requests today in Java 8 vs the new incubation project in Java 9 for HttpClient.
In this video, I go through how to set up the API to add blocks in Minecraft using Python. We also looked into how to take the maps …