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.
We explore how to package your Java code using jlink and maven in order to get all your dependencies in order.
We look at an example from ml5js to load images and predict them
We look closer at an encryption algorithm used in communication today in order to establish secrets at two endpoints.
I talk about my experience at a hackathon last weekend.
I try to solve Advent of code puzzles during the 2024 event. Please share your solutions and be a part of this great community.
We look into using the cephadm tooling to bootstrap and configure a small cluster with 3 drives and multiple hosts. We go into how cephadm administers different resources and shares them between hosts. Installing main host First we need curl in order to fetch the cephadm application sudo apt install -y curl Then we download…