Posted by
Alex | Published on April 19, 2025, 2:40 p.m.
Recently, I ran into an issue where, after updating a PostgreSQL user’s password, my Django application suddenly stopped connecting to the database and started throwing the following error even thoug credentials were correct:
Posted by
Alex | Published on Dec. 30, 2024, 6:14 p.m.
Your LinkedIn profile is your digital business card, often the first impression for recruiters and peers in the tech industry. A well-crafted profile not only helps you stand out but also makes it easier for the right opportunities to find you. In this article, we’ll explore actionable tips to transform your LinkedIn profile into a powerful tool for networking and career growth.
Posted by
Alex | Published on Dec. 11, 2024, 1:28 p.m.
When developing Django projects, you might often need to define similar or identical fields across multiple models. This redundancy not only violates the DRY (Don't Repeat Yourself) principle but also makes maintaining the code cumbersome. To address this, Django offers abstract models.
Posted by
Alex | Published on Dec. 11, 2024, 12:39 p.m.
Mastering Docker and Docker Compose is essential for efficient containerization and streamlined development workflows. This cheat sheet provides a quick reference to key commands, Dockerfile directives, and Compose configurations, helping you build, run, and manage containers with ease. Perfect for beginners and experienced developers alike.