Nik Tomazic

Nik is a software developer from Slovenia. He's interested in object-oriented programming and web development. He likes learning new things and accepting new challenges. When he's not coding, Nik's either swimming or watching movies.
Deploy a Django application to Render.
Deploy a Django application to Fly.io.
Learn what the best Heroku alternatives (and their pros and cons) are.
This article explains step-by-step how to migrate to a custom User model mid-project in Django.
Deploy a Django application to Dokku on a DigitalOcean droplet.
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).
This tutorial looks at how to handle subscription payments with Flask and Stripe.
This tutorial looks at how to handle subscription payments with Django and Stripe.
Deploy a FastAPI Application to AWS Elastic Beanstalk.
Deploy a Flask Application to AWS Elastic Beanstalk.
Deploy a Django Application to AWS Elastic Beanstalk.
Use Django Channels to create a real-time application.
Accept crypto Payments with Django and Coinbase Commerce.
Looks at how to integrate Django REST Framework with Elasticsearch.
How to write clean code in Python.
Deep dive into Django REST Framework (DRF) serializers.
Add interactive charts to Django with Chart.js.
Integrate Pydantic with a Django application.
Add session-based authentication to a Single-Page Application (SPA) powered by Django and React.