JavaScript has long been the go-to language for building interactive web applications, but I’ve never enjoyed its complexity. The endless frameworks, bloated d...
I used Docker in my previous work but didn’t handle anything particularly complex. Now, I want to delve deeper into Docker and containerization. I’ve found the website Docker Learning Roadmaps
My first encounter with relational databases was when I started building my first Django blog. It began with SQLite and later moved to PostgreSQL. Along the way, I somehow managed to get everything...
It occurred to me recently that this app is not covered with tests. I thought about end-to-end tests with pytest and Playwright, which will be performed later. Currently, I'm covering this app ...
I want to write an automated script that runs monthly and saves database dump files to the AWS S3 bucket. First, one should make an AWS S3 bucket and get its credentials. Then I...
I want to write an automated script that runs monthly and saves database dump files to the AWS S3 bucket.
First, one should make an AWS S3 bucket and get its credentials.
Then I...