Java 12 – Spring cleaning
We talk about the new features in Java 12, all about garbage collectors and switch statements.
Please follow me on twitter
Outro music: Danomate
- http://danomate.com
- https://www.youtube.com/user/danomate1
We talk about the new features in Java 12, all about garbage collectors and switch statements.
Please follow me on twitter
Outro music: Danomate
- http://danomate.com
- https://www.youtube.com/user/danomate1
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 look at how to use web components in Angular, React or VanillaJS. Github repository: https://github.com/kalaspuffar/using-web-component Please follow me on twitter Tweets by kalaspuffar Outro music: Danomate – http://danomate.com – https://www.youtube.com/user/danomate1
We look into scaling Kubernetes using a RabbitMQ queue or using horizontal autoscaling. There are guides for autoscaling using CPU, and I found a repository for RabbitMQ scaling. I will do the operations I’ve detailed in the git repository below. Git repository: https://ift.tt/2Auzz1h Please follow me on twitter Tweets by kalaspuffar Or visit my blog…
We look into how to setup kubernetes easily on one machine and then get cephfs mounted into a pod. Using ceph you could balance workloads or share resources easily in your kubernetes cluster. Git repository ceph-kubernetes An example of how to setup ceph mounting on a kubernetes cluster. Ceph Packages First up after you have…
We look into a Travis CI configuration file in order to test Android projects. Github Repository https://github.com/kalaspuffar/secure-quick-reliable-login Please follow me on twitter Tweets by kalaspuffar Outro music: Danomate – http://danomate.com – https://www.youtube.com/user/danomate1
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…