gradient textsuccess textdanger textwarning text
Blog
Here’s a list of my blog posts. Filter by topic:
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.
Learn about push notifications, their benefits, use cases, types of push notifications, and their do's and don'ts.
Article looks at serverless computing, various software architectures, serverless functions, their benefits, and use cases.
In this tutorial, we'll look at how to securely deploy a Django app to Azure App Service.
This article explores the process of deploying a Docker container to a production environment. It looks at Docker, its benefits, deployment options and more!
This article looks at containers, their benefits, use cases & more!
In this tutorial, we'll look at how to securely deploy a Django app to Google App Engine.
Chatbots, chatbot types, benefits of using a chatbot & how to code your own chatbot.
Authentication, authentication types, React + Firebase Auth, React + Back4app Auth
In this tutorial, we'll look at how to deploy a Django app to Render.
In this article, you’ll learn what a backend for a mobile app is and everything you need to know to build your backend.
Node.js, its advantages and disadvantages & how to deploy a Node.js app to Back4app.
Deploy a Django application to Fly.io.
This article explains step-by-step how to migrate to a custom User model mid-project in Django.
Deploy a Django app to Dokku on a DigitalOcean droplet.
Learn what the best Heroku alternatives (and their pros and cons) are.
Configure GitHub Actions to continuously deploy a Django and Docker application to Linode.
Integrate Mailchimp with Django for newsletters and transactional emails.
Differences between Django's class-based views (CBV) and function-based views (FBV).
In this tutorial, we'll walk through the process of deploying aáFastAPIáapplication toáAWS Elastic Beanstalk.
In this tutorial, we'll walk through the process of deploying aáFlaskáapplication toáAWS Elastic Beanstalk.
In this tutorial, we'll walk through the process of deploying a production-readyáDjangoáapplication toáAWS Elastic Beanstalk.
In this tutorial, we'll build a real-time chat application witháDjango Channels, focusing on how to integrate Django with Django Channels.
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.
In this tutorial, we'll look at how to integrate Django REST Framework with Elasticsearch.