Should you commit django database migrations to source control?
All Articles
Random learnings, thoughts and musings mostly around software development.
Making millions overnight in an in-game currency with a simple Python script - playing a game using Computer Vision.
Introduction to full-text search with Django & PostgreSQL. Disclaimer: It's easier than you think!
State Management in React with Redux: A brief introduction
Choosing a web framework is hard especially now when there are a lot of frameworks, each designed differently. Here is why when building a large database-driven application, I would honestly pay to use Django.
Learn about the basics of Serverless, Docker and deploying a Django (Python) application to Cloud Run, a serverless offering by Google Cloud Platform.
Send and receive emails from a custom domain in Gmail for free (without having to pay for G Suite / Google Workspace).
When building new projects, it’s usually annoying to repeatedly set up stuff like web servers, databases, etc. It’s often expensive or tedious to set up and manage. That’s where open-source PAASs came in. They are free and often have an easy-to-use app/database deployment & web server manager.
The need for some kind of a design system appears when we start to get overwhelmed by the count of components in a project. Atomic design is well suited for this.
Bulk upload images from your website to Pinterest using an RSS Feed. Once Pinterest is connected to your website’s RSS feed, all new posts will be automatically saved to a preselected Pinterest board.
You Don't Have Imposter Syndrome (as a Beginner)
- Published on
•- Reading time in minutes
- 6 min
•#imposter-syndrome#beginners-syndrome#beginner#zero-codeImposter syndrome is 'not knowing what you are expected to know' and beginner syndrome is 'not knowing much & not expected to know much'. What's the difference?
The basics of deploying a basic Django (Python) application to Azure App Service, a serverless offering by Microsoft Azure.
Beginner friendly intro on why and how to contribute to open-source software.