Advent of Code 2022 – Day 6
I'm trying to solve all the Advent of Code puzzles in this video series.
We solve todays challange at the advent of code 2020. Come join and have some fun. Git repository: https://ift.tt/3qha6xP Please follow me on twitter Tweets by kalaspuffar Learn the basics of Java programming and software development in 5 online courses from Duke University. https://ift.tt/2QkqKvO My merchandise: https://ift.tt/3aqGTZF Or visit my blog at: https://ift.tt/3bF6D4l Outro music:…
We will read an Hacker manifesto writter by The Mentor. Github Repository http://bit.ly/2CvAPzH Please follow me on twitter Tweets by kalaspuffar Music: purple-planet.com Outro music: Sanaas Scylla
We look into ceph storage building our own cluster using the ceph storage engine. A cluster usually contains multiple monitors, object storage daemons, managers and metadata servers. We talk about what their role is and how to install machines to handle this. We also cover what requiredments a ceph cluster has. Git repository: https://ift.tt/3o2K8wO Please…
I started to use a lot of the paint functions in Java at work and I wanted to create an example that could teach me about the different shaders available in Java. The paint interface is not something you come across if you don’t draw things in Java but having an understanding of the possibilities…
We talk about creating a new user and talk about user permissions and create login profile and start script, all needed for bootstraping user login. Please follow me on twitter Tweets by kalaspuffar Outro music: Danomate – http://danomate.com – https://www.youtube.com/user/danomate1
We look into how to use jreleaser and deploy our code to Github and creating release documentation with some simple steps.