Drive Chrome using Puppeteer
We look into how to screenshot in different devices, take coverage metrics and check loading performance.
We look into high availability using Heartbeat and DRBD. Heartbeat is a software to monitor and failover when a machine is unresponsive and DRBD can help you replicate data between machines making your setup highly available. This solution can help you doing maintenance work without downtime.
We will reverse engineer some code to figure out how it works and talk about different techniques to understand code.
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.
We look into the tool reptyr and screen to handle long-running processes and shells. Kubernetes at scale managed for you!
I thought it could be interesting to do a small review of the PaaS solutions I’ve come into contact with and my experience. To preface this post I want to say that I mainly use PaaS solutions for prototyping and small scale development. None of the solutions I’ve built so far is running in production…
We look closer at an encryption algorithm used in communication today in order to establish secrets at two endpoints.