What to know when looking for work.
We talk about what is good to know when you take employment in a company.
Please follow me on twitter
Leave a comment, like and subscribe.
Music: purple-planet.com
We talk about what is good to know when you take employment in a company.
Please follow me on twitter
Leave a comment, like and subscribe.
Music: purple-planet.com
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 look into web assembly and compare it to x86 assembly code. Github repository: https://github.com/kalaspuffar/webassembly-example Please follow me on twitter Tweets by kalaspuffar Outro music: Danomate – http://danomate.com – https://www.youtube.com/user/danomate1
I took a look at the service provider interface in java. This is a needed interface to build simple services using easy building blocks to extend and improve programs or libraries. We will create one example and also look into some tools that use this interface already. Repository: https://ift.tt/3rsdFkP Please follow me on Twitter Tweets…
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
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
We look into what the error about global id reclaim when you upgrade your Ceph cluster is all about. I got this error when I installed my new cluster and had to solve the issue. After reading about the reclaim of the global id I understood that it was a really bad practice and I’m…