How to set up Let’s Encrypt
We will talk about how to set up Let's Encrypt, what is required, what commands to run and what to do with the result. Lastly, we add renew command to keep the cert up to date.
We look at the last release of lit-html and what have been added to the latest API.
We’re looking into a solution using log4j to consolidate our logs in an third-party system using Application server and IBM has disabled the support for log4j in the application servers logging framework. I tried to reverse this process and check what was needed to enable this feature again. First of we need the log4j framework…
In this video, we look into running rados gateway on backends other than Ceph, particularly in SQLite. This could be useful for testing workloads or running a proxy service with user management. First a good start is to upgrade / update your system so you have the latest packages. sudo apt update sudo apt full-upgrade…
This story tells you how I got my job and what brought me to seek the job at Textalk.
We solve the day 9 challenges for the Advent of Code.
We look into how to upload really large files using fetch. By splitting up the files, we bypass browsers’ upload limitations. We send …