Django was originally developed to run large content-driven web applications for a newspaper publisher in 2005. It provides tools to facilitate rapid development and encourages clean, pragmatic design. It takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel.
All Articles
Random learnings, thoughts and musings from Paul Onteri mostly around software development.
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.
Imposter 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.