Blog

Here’s a list of my blog posts. Filter by topic:

#auth
#aws
#backend
#cicd
#code
#crypto
#deploy
#django
#djangorestframework
#docker
#elasticsearch
#email
#fastapi
#flask
#github
#nodejs
#parsejs
#payments
#pydantic
#python
#react
#rest
#spa
#stripe
#websocket

All

Django Performance Optimization Tips's image
This article looks at where potential performance issues can occur in a Django application and how to address them in order to speed up your app.
#django
What are Push Notifications?'s image
Learn about push notifications, their benefits, use cases, types of push notifications, and their do's and don'ts.
#backend
#parsejs
What are Serverless Functions?'s image
Article looks at serverless computing, various software architectures, serverless functions, their benefits, and use cases.
#parsejs
Deploying a Django App to Azure App Service's image
In this tutorial, we'll look at how to securely deploy a Django app to Azure App Service.
#deploy
#django
The Ultimate Guide to Deploy Docker Apps's image
This article explores the process of deploying a Docker container to a production environment. It looks at Docker, its benefits, deployment options and more!
#django
#docker
What are Containers in Cloud Computing?'s image
This article looks at containers, their benefits, use cases & more!
#backend
#deploy
#docker
#flask
Deploying a Django App to Google App Engine's image
In this tutorial, we'll look at how to securely deploy a Django app to Google App Engine.
#deploy
#django
How to build a Chatbot in React.js?'s image
Chatbots, chatbot types, benefits of using a chatbot & how to code your own chatbot.
#backend
#parsejs
#react
Ultimate Guide to React Firebase Authentication's image
Authentication, authentication types, React + Firebase Auth, React + Back4app Auth
#auth
#parsejs
#react
Deploying a Django App to Render's image
In this tutorial, we'll look at how to deploy a Django app to Render.
#deploy
#django
How to Build a Backend for a Mobile App?'s image
In this article, you’ll learn what a backend for a mobile app is and everything you need to know to build your backend.
#backend
#parsejs
How to Deploy a Node.js Application?'s image
Node.js, its advantages and disadvantages & how to deploy a Node.js app to Back4app.
#deploy
#nodejs
#parsejs
Deploying a Django App to Fly.io's image
Deploy a Django application to Fly.io.
#deploy
#django
Migrating to a Custom User Model Mid-project in Django's image
This article explains step-by-step how to migrate to a custom User model mid-project in Django.
#django
Deploying a Django App to Dokku on DigitalOcean's image
Deploy a Django app to Dokku on a DigitalOcean droplet.
#deploy
#django
#github
Heroku Alternatives for Python-based Applications's image
Learn what the best Heroku alternatives (and their pros and cons) are.
#deploy
#python
CI/CD - Django and Docker with GitHub Actions's image
Configure GitHub Actions to continuously deploy a Django and Docker application to Linode.
#cicd
#django
#docker
#github
Integrating Mailchimp with Django's image
Integrate Mailchimp with Django for newsletters and transactional emails.
#django
#email
Class-based vs Function-based Views in Django's image
Differences between Django's class-based views (CBV) and function-based views (FBV).
#django
#python
Deploying a FastAPI Application to Elastic Beanstalk's image
In this tutorial, we'll walk through the process of deploying aáFastAPIáapplication toáAWS Elastic Beanstalk.
#aws
#deploy
#fastapi
Deploying a Flask Application to Elastic Beanstalk's image
In this tutorial, we'll walk through the process of deploying aáFlaskáapplication toáAWS Elastic Beanstalk.
#aws
#deploy
#flask
Deploying a Django Application to Elastic Beanstalk's image
In this tutorial, we'll walk through the process of deploying a production-readyáDjangoáapplication toáAWS Elastic Beanstalk.
#aws
#deploy
#django
Introduction to Django Channels's image
In this tutorial, we'll build a real-time chat application witháDjango Channels, focusing on how to integrate Django with Django Channels.
#django
#websocket
Accepting Crypto Payments with Django and Coinbase's image
In this tutorial, we'll integrate Django with Coinbase Commerce to accept different crypto payments. We'll look at two different approaches: Coinbase Charges and Coinbase Checkout.
#crypto
#django
#payments
Django REST Framework and Elasticsearch's image
In this tutorial, we'll look at how to integrate Django REST Framework with Elasticsearch.
#django
#djangorestframework
#elasticsearch