Nik Tomazic
@duplxey
Followers
39
Following
78
Media
0
Statuses
60
I'm a full-stack developer & technical author. I specialize in Python, TypeScript, Django, React, and Docker. π»
Ireland, Europe
Joined December 2018
I've written 50+ educational articles on programming. They mostly cover: πΉ Django, Flask, React (Native) πΉ Web development & mobile development πΉ Deployment options (IaaS, PaaS, CaaS, BaaS) πΉ Code quality & performance They're available for free on my website! π
0
0
2
Building a Multi-tenant App with Django from https://t.co/kXSmeJJIBa This tutorial explains how to implement a multi-tenant web app in Django using the django-tenants and django-tenant-users packages. #Django
testdriven.io
0
11
34
Running Background Tasks from Django Admin with Celery https://t.co/mPdjf8jtyY
#Django
testdriven.io
0
11
46
Django Query Optimization - Defer, Only, and Exclude https://t.co/taGCPgtDGP Database queries are usually the bottlenecks of most web apps. To minimize the amount of data fetched, you can leverage Django's defer(), only(), and exclude() methods. #Django #Python
testdriven.io
0
5
40
After years of using @googlechrome I've been forced to switch to @firefox due to Manifest V2 deprecation. I feel like the web is practically unusable without adblockers.
0
0
0
Deploying a FastAPI Application to Elastic Beanstalk https://t.co/vC10POIyzo Walks through the process of deploying a FastAPI application to AWS Elastic Beanstalk. by @duplxey
#FastAPI #Python #AWS @FastAPI
testdriven.io
0
3
17
π New Python Wizardry: Find and Fix N+1 Queries in Django Using AppSignal
blog.appsignal.com
We'll track the N+1 query problem in a Django app and fix it using AppSignal.
0
1
1
I'm happy to present CoinRender, a web app I've been working on with my friend @duplxey 1οΈβ£ Upload your logo (supports PNG & SVG formats). 2οΈβ£ Choose the coin model, colour, material & rotation. 3οΈβ£ Render and download. π Visit https://t.co/gL1iwGQY7Z to check it out π±
1
2
3
π New Python Wizardry: Track Errors in Your Python Flask Application with AppSignal
blog.appsignal.com
Let's track and fix errors in a Flask application using AppSignal.
0
1
2
Deploying a Flask Application to Elastic Beanstalk https://t.co/s4QFLGJwcJ Walks through the process of deploying a Flask application to AWS Elastic Beanstalk. by @duplxey
#Flask #Python #AWS
testdriven.io
0
2
15
Deploying a FastAPI Application to Elastic Beanstalk https://t.co/vC10POI0JQ Walks through the process of deploying a FastAPI application to AWS Elastic Beanstalk. by @duplxey
#FastAPI #Python #AWS
testdriven.io
0
10
51
π New Python Wizardry: Track Errors in Your Python Django Application with AppSignal
blog.appsignal.com
Let's see how we can use AppSignal to track and fix errors in a Django application.
0
1
1
Migrating to a Custom User Model Mid-project in Django https://t.co/8rmo7vvL3f This article explains step-by-step how to migrate to a custom User model mid-project in Django. #Django
testdriven.io
0
16
43
Django Performance Optimization Tips https://t.co/pTsYLZiBZz This article addresses different aspects of Django performance and showcases some of the practices you can use to speed up your app. #Django
testdriven.io
0
19
102
Adding Charts to Django with Chart.js https://t.co/mimQwk4PYC Looks at how to add interactive charts to Django with Chart.js. #Django #JavaScript #Python
testdriven.io
0
14
65
Clean Code in Python https://t.co/61dB3Mb8TE Talks about clean code -- its benefits, different code standards and principles, and general guidelines on how to write clean code. #Python
testdriven.io
2
36
114
Do you need to host frontend and backend?! Here's a comprehensive guide we put together to help you host your application π https://t.co/AsaZXwshpC _________ @back4app #hosting #appdevelopment #devops #guide #tech #development
0
4
8
testdriven.io
0
13
32
Customizing the Django Admin https://t.co/5ExPWt2bOz Looks at how to customize Django's admin site through practical examples. We'll cover the built-in customization options as well as customization via third-party packages. #Django
testdriven.io
0
11
64