News

The world of backend engineering is changing fast, and two big trends are coming together: serverless computing and ...
HTMX is the dynamic HTML extension that gives you the power of JavaScript with a few lines of simple markup. Let's see how it works with the popular Python-Django development stack.
If you are only interested in building a REST API backend, Django is an overkill. However, you can use the Django REST framework, which is a community-funded project by Encode. It uses Django as the ...
Django AWS API Gateway Websockets It is the aim of this project to create a uniform way to record websocket connections, associate the Django user who established the connection and then retrieve that ...
we're going to be creating the api using the following packages: Django this is a web framework and an orm (Object Relationship Mapper) which is basically just an sql interface (so creating tables, ...