bash

Automating Cache Warmup after Deployments with Bash Script

13 December 2023- 1 min read

Deploying changes to a production environment can sometimes lead to cold caches, resulting in slower response times for your users and, even worse, for the Google crawler. To mitigate this issue, a...

Pokemon Fights In Bash

14 April 2022- 1 min read

This bash script emulates a fight between 2 Pokemons using the PokeAPI from the terminal. It uses the field attack from stats for the fight.

Deploying and Best Practices with Alibaba Cloud

11 May 2018- 12 mins read

With this How-To I want to talk about Best Practices using Alibaba Cloud (阿里云) deploying a new website/webapp to their infrastructure, also covering the implementation of the maintenance. The artic...

Creating a bootable Ubuntu USB on a MacBook Pro 5,5 Mid-2009

19 May 2014- 2 mins read

Ubuntu is a Debian-based Linux operating system, with Unity as its default desktop environment. It is based on free software and named after the Southern African philosophy of ubuntu, which often i...