Don’t get blocked by QOS – RabbitMQ Quality Of Service work-around
We look into how to fetch messages manually so we don't prefetch any messages and create bottlenecks for longer running processes.
In this video we will cover what I use in my ceph cluster. I’m not an hardware reviewer but this is an example of what kind of hardware that could be used in a ceph cluster. Especially if you want to create a cluster for home use or testing.
We try to build a video lightbox for youtube videos. Showing thumbnails, on click open the video and play from the beginning.
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…
I had to setup a docker image that could handle request in an API using async jobs to do the actual workload. This means that I had to have something running in the background async while also having a docker image with web server and php.
We implement a simple REST web server using pure java. Both with socket server and using the HTTP server implementation currently in Java.
We look into how to setup webpack to package our Polymer 3 application.