Technology

Bitnami Docker Repository Changes Broke My Deployments

Bitnami suddenly changed their Docker repository policy and naming, which broke a huge amount of deployments. Here's how I caught it, fixed it, and what we can learn.

Read
Technology

Setting Up a Terragrunt with tfEnv, SOPS, TFLint, and pre-commit

Setting up a Terragrunt repository effectively maybe it's hard, but it's crucial for maintaining a clean, secure, and efficient infrastructure-as-code workflow.

Read
Daily life

Trip to Japan: Booking multiple connections tickets

As I was planning my trip, my top choice stood on affordable flights. As risky as it is sometimes, I want to share some disadvantages of cheap traveling through SEASIA by multiple connections flights

Read
Daily life

How I discovered, that remote work not only allows you to work from home

I worked remotely from another country to improve my mental and physical health. I want to share quick note how it worked out, and what my future steps might be

Read
Technology

Automate Instagram feed with GramAddict

Sometimes I don't have time to browse Instagram, and as you know - spent time on your account will definitely help your SEO and getting your online activity noticed by others. For this I have now GramAddict

Read
Technology

Joining #100DaysOfHomeLab Challenge

At the beginning of the month, following the words of my friend, I started looking into putting up a HomeLab server. After many instances during this short journey, I finally managed to make a server to put up my home services, which I needed for a long time

Read
Technology

Building ad-block home server from the scratch. Again...

After the recent chaos I found on my Raspberry Pi server and its unstable performance I made a fresh attempt to build a simple ad filter in my home using rPi

Read
Technology

Map all AWS resources and make a vulnerability report using cloudmapper

Last time I remembered about a tool that allows you to create a big map of current resources present in your AWS account, and based on it make a report of potential vulnerabilities, threats, unused resources and much more. I can thank a colleague at work for finding it - such explorers are a real treasure!

Read
Technology

Secure files using git-crypt

With the use of git-crypt, we can secure sensitive data, keys or passwords without separating them outside the repository

Read
Technology

Using Github 'actions'

When creating pipelines, we often use already-made code we've written ourselves in previous projects. Whether in GitHub Actions we can replace them with maintained actions!

Read
Technology

Launch multiple WordPress server in docker way

If you want to run multiple WordPress sites and other services but don't have time to configure each one with their specific library versions, you can set all in one big docker config

Read
Technology

Training: Tiny Python Projects

Website containing simple challenges in Python to clear mind and train your skills.

Read