I’ve recently discovered the Coredumped YouTube channel with really well-structured videos. #Fundamentals #Learning #Rust
I’ve recently discovered the Coredumped YouTube channel with really well-structured videos.
#Fundamentals #Learning #Rust
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...
#Django #HTMX #Learning
I've 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...
I've 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...
#Learning #SQL
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 ...
#Django #Learning #Tests