📰 Dev.to · Tomislav Maricevic
Articles from Dev.to · Tomislav Maricevic · 4 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9011)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog

Dev.to · Tomislav Maricevic
4mo ago
The Illusion of Simplicity
I really like Django. I would pick Django over any other option for setting up a website regardless...

Dev.to · Tomislav Maricevic
1y ago
Handling CSRF Login Errors Gracefully in Django
What's CSRF? Cross site request forgery is a type of attack where a malicious website...

Dev.to · Tomislav Maricevic
1y ago
Better living through optimized Django
Every engineer that loves Django and has a blog has at least one of these posts. Django's ORM is...

Dev.to · Tomislav Maricevic
1y ago
Why I always assign intermediate values to local variables instead of passing them directly to function calls
Instead of def do_something(a, b, c): return res_fn( fn(a, b), fn(b), ...
DeepCamp AI