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.
Avoid the count query in Django's paginator
Limit the content types in a Django model
Speed up counting with Django and PostgreSQL.
How to write clean code in Python.
Pros and cons of using Django REST Framework for building RESTful APIS with Django.
Deep dive into Django REST Framework (DRF) serializers.
Looks at how to integrate Django REST Framework with Elasticsearch.
Customize Django's admin site.
Add session-based authentication to a Single-Page Application (SPA) powered by Django and React.
Add authentication to Django REST Framework and integrate it with Auth.js
Add authentication to Django REST Framework with django-allauth and dj-rest-auth.
Integrate Pydantic with a Django application.
Add interactive charts to Django with Chart.js.
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.
Deploy a Django application to Azure App Service.
Use Django Channels to create a real-time application.
Deploy a Django application to Google App Engine.
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.
Accept crypto Payments with Django and Coinbase Commerce.