News

The world of backend engineering is changing fast, and two big trends are coming together: serverless computing and ...
Coding may seem like entering into a new world altogether. There are just tons of languages to choose from, so being fogged ...
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.
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, ...