Verify HTTP links with awesome_bot
When writing articles, blog posts, technical papers, README's etc, it's common to reference other web pages. Your content may not move, but there is no guarantee »
When writing articles, blog posts, technical papers, README's etc, it's common to reference other web pages. Your content may not move, but there is no guarantee »
This week we finally got to do some Terraform work again on a new project. The setup is simple, we have some Azure resources we want »
As last year, this is my contribution to the advent calendar we do over at Bekk. Hope you like it! Testing, testing "Testing shows the presence, »
For the last 10 years or so I have used Trello as my preferred service to keep track of my reading. I wrote a blog post »
This is a cross-post of my contribution to this year's advent calendar we do over at Bekk. Hope you like it! Introduction Setting up reliable environments »
Continuing the containerization Last year I wrote about how to set up a local reverse proxy with nginx and mkcert via Docker-Compose. Being able to spin »
For the second year in a row, my current employer Bekk has set out on a ambitious December journey: Bekk Christmas, 264 tech articles in 24 »
Good practices from the Twelve-Factor app When developing modern web application or services, the Twelve-factor app taught us that our services is completely self-contained and does »
If you host some simple hobby services with plain old Docker, chances are high that you have been thinking about how to automate the deployment process. »
Intro Github Actions is a welcomed edition to the (still) growing world of CI/CD tools. Since Actions is Github's own tool, it integrates more closely »