Some code snippets with mistakes. Can you spot them?
Read more »
Full Django in a single file - views, models, API ,with async support. Automatically convert it to a full project. - radiac/nanodjango... (more…)
Read more »
Picture the scene: it’s 11pm and production is down. Stress. You’re about to roll back to the last good release. All you need is to… (more…)
Read more »
When dealing with heavy workload functionalities that can have a big impact on web application performance, you may face the need of running it asynchronously (scheduled or not). These asynchronous background tasks can not only drastically improve the sca... (more…)
Read more »
Very practical tutorial that goes through the steps and code to create a Python web application using the Django framework... (more…)
Read more »