RSSAmplifier

Blog

Paul Onteri

Random learnings, thoughts and musings mostly around software development.

paulonteri.comRSS feed ↗14 posts

Latest posts

Should you Commit Django Migrations to Git?

Should you commit django database migrations to source control?

Using Computer Vision to make €6,147,455 Overnight in In-Game Currency

Making millions overnight in an in-game currency with a simple Python script - playing a game using Computer Vision.

Full-Text Search with Django & PostgreSQL in Six minutes

Introduction to full-text search with Django & PostgreSQL. Disclaimer: It's easier than you think!

State Management in React with Redux: An Introduction

State Management in React with Redux: A brief introduction

I Love 💚 Django

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.

Serverless Python Google Cloud Platform: Hosting Django on Cloud Run

Learn about the basics of Serverless, Docker and deploying a Django (Python) application to Cloud Run, a serverless offering by Google Cloud Platform.

How to Use Your Own Custom Domain with Gmail for Free

Send and receive emails from a custom domain in Gmail for free (without having to pay for G Suite / Google Workspace).

How to Set Up Your Own Heroku-like Cloud (PAAS) in 10 Minutes

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.

Atomic Design in React & React Native Applications

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.

How to Bulk Upload Images from your Website to Pinterest

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.

How to Deploy Next.js to Netlify Manually

How to build and deploy a Next.js app to Netlify manually (via the command line or in CI).

You Don't Have Imposter Syndrome (as a Beginner)

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?

Serverless Python on Azure: Django with App Service

The basics of deploying a basic Django (Python) application to Azure App Service, a serverless offering by Microsoft Azure.

How to contribute to Open-Source Software with Git & GitHub

Beginner friendly intro on why and how to contribute to open-source software.