From Django Ponies to Unicorns: The DjangoCon US 2025 Talks We Would Love To HearHi everyone :) It is almost time for the annual DjangoCon US 2025, and the Program Team is eager to hear excellent talks from the community. The “submitting a CFP” experience could be confusing and scary for newbies, and for pros, imposter syndrome m...Mar 18, 2025·4 min read
My First DjangoCon US ExperienceLast year in October, I attended DjangoCon US for the first time and it was a great experience. From the pre-event Django Social to the keynotes, lightning talks and interaction at the booths, I learned a lot and met awesome people. Prep / Before the...Jan 9, 2024·4 min read
Navigating Django App Deployment with AptibleBeing able to manage APIs and deploy applications while gaining the advantages of automated scaling and rigorous security procedures is advantageous with Continuous Integration and Continuous Deployment (CI/CD). It gives devs the chance to concentrat...Sep 1, 2023·10 min read
Interacting with a Postgres Server on an EC2 Instance From A Docker ContainerHey there, Some weeks ago, I played around with Docker containers and a Postgres Server via an AWS EC2( Amazon Elastic Compute Cloud) instance (I had to support the restoration of files via a script). In this article, we will interact with a Postgres...Aug 10, 2023·10 min read
Getting Started with CircleCI: A Beginner’s Guide to Continuous Integration and Deployment(Pt. 2) In the previous article(Pt 1), we looked at: What CircleCI is CI/CD CircleCI Concepts And lastly, how to connect to CircleCI on Mac or Windows. For this second part, we will: Run a build based on the Hello Job config file from the GitH...Aug 2, 2023·5 min read
Getting Started with CircleCI: A Beginner's Guide to Continuous Integration and Deployment(Pt. 1) CircleCI is a tool used to make building, testing, and deploying software easier by using intelligent automation. To enhance your understanding of CircleCI, it is important to know what CI/CD is. CI/CD (Continuous Integration/Continuous Deplo...Aug 2, 2023·8 min read
Kicking it with Kubernetes ☄️At this point, you may or may not have come across Kubernetes. Well, is it important? Do you need to know about it? Yes, I believe it is important and you need to know about it if you want to automate the deployment of your apps. People who work wit...Feb 5, 2022·3 min read