News

The world of backend engineering is changing fast, and two big trends are coming together: serverless computing and artificial intelligence. This combination is creating amazing opportunities for ...
For professionals like the Lead AI Engineer or Senior AI Engineer, the Mistral Agents API represents a powerful addition to their AI toolkit.
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.
We are going to use a few Python packages for Django and various add-ons. This mostly-complete list of requirements is here, but, in practice, you would build up this list over time as you develop ...
If you've ever wished for an easier way to track errors in Python-Django apps, Sentry could be the answer to your dreams. Let's get started with Sentry in Python.
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 ...
Interested in learning Python? Jack Wallen takes you through your first steps in building a simple application to take user input and write it to a file.