Should you Commit Django Migrations to Git?
Explores the pros and cons of committing Django database migration files to a Git repository, discussing conflict risks and performance.
Paul Onteri is a software engineer passionate about Python, AI, cloud computing, and modern web development. His blog shares practical guides, innovative projects, and insights to help developers learn, experiment, and break barriers in tech.
14 articles from this blog
Explores the pros and cons of committing Django database migration files to a Git repository, discussing conflict risks and performance.
A developer uses Python, OpenCV, and computer vision to automate collecting in-game currency in City Island 5, earning millions overnight.
A tutorial on implementing full-text search in Django applications using PostgreSQL's built-in search capabilities.
An introduction to using Redux for state management in React applications, explaining core concepts and how it solves prop drilling.
A developer explains why Django is an excellent choice for building large, database-driven web applications, highlighting its rapid development, security, and ecosystem.
A technical guide on deploying a Django application using serverless containers on Google Cloud Run, covering concepts and a step-by-step deployment process.
A guide to setting up a custom domain email address that forwards to and sends from a free Gmail account, using services like Cloudflare.
A tutorial on setting up a self-hosted Platform-as-a-Service (PaaS) like Heroku using CapRover on a VPS in under 10 minutes.
Explains how to apply Atomic Design methodology to structure reusable components in React and React Native applications for scalable UI development.
A technical guide on automating Pinterest pin creation by connecting a website's RSS feed to a business account for bulk image uploads.
A step-by-step guide to manually deploying a Next.js application to Netlify using the CLI and plugin.
Explains why beginners in tech likely experience 'beginner syndrome' rather than imposter syndrome, and differentiates the two concepts.
A tutorial on deploying a Django application to Azure App Service, Microsoft's serverless platform, to eliminate server management.
A guide on contributing to open-source projects using Git and GitHub, covering the process from finding a project to making a pull request.