atlas news
    
Test Driven
09  avril     22h28
Clean Code in Python
   This article looks at how to write clean code in Python.
02  avril     22h28
Faster CI Builds with Docker Layer Caching and BuildKit
   This article takes a look at how to speed up your Docker based builds on CircleCI, GitLab CI, and GitHub Actions with Docker Layer Caching and BuildKit.
28  mars     22h28
Handling Database Migrations with Alembic
   This article looks at the high level architecture of how Alembic works, how to add it to your project, and some common workflows you’ll encounter.
08  mars     22h28
OAuth2 in Python
   This article first provides an overview of Oauth concepts and then looks at how to implement OAuth with OAuthLib.
07  mars     22h28
Adding Social Authentication to Flask
   This tutorial details how to add social auth to a Flask application.
29  février     22h28
Django REST Framework: Pros and Cons
   This article looks at the pros and cons of using Django REST Framework for building RESTful APIS with Django.
12  février     22h28
Docker Best Practices for Python Developers
   This article looks at several best practices to make your Dockerfiles and images cleaner, leaner, and more secure.
05  février     22h28
Django REST Framework and Vue versus Django and HTMX
   This article compares the development experience with Vue and Django REST Framework against HTMX and Django.
28  janvier     22h28
Working with Static and Media Files in Django
   This article looks at how to work with static and media files in a Django project, locally and in production.
12  janvier     22h28
Postgres vs. DynamoDB: Which Database to Choose
   This article compares and contrasts Postgres and DynamoDB, describing how to use them and what the differences are, to help you decide which one to choose.
10  janvier     22h28
Django vs. Flask in 2024: Which Framework to Choose
   In this article, we’ll look at the best use cases for Django and Flask along with what makes them unique, from an educational and development standpoint.
09  janvier     22h28
What is Werkzeug?
   This article explains what Werkzeug is and how Flask uses it for its core HTTP functionality.
04  janvier     22h28
How Are Requests Processed in Flask?
   This article shows the key steps for when a request is processed in Flask and the callbacks available to customize the processing of a request.
21  décembre     22h28
Basic and Full-text Search with Django and Postgres
   This tutorial looks at how to add basic and full text search to a Django app with Postgres.
15  décembre     22h28
Server-side Sessions in Flask with Redis
   This article looks at how server side sessions can be utilized in Flask with Flask Session and Redis.
12  décembre     22h28
Effectively Using Django REST Framework Serializers
   This article looks at how to use Django REST Framework DRF serializers more efficiently and effectively.
04  décembre     22h28
Automating Performance Testing in Django
   This article looks at how to set up automated performance tests to uncover and prevent inefficient database queries.
01  décembre     22h28
Python Type Checking
   This article looks at what type hints are and how they can benefit you. We’ll also dive into how you can use Python’s type system for type checking.
26  novembre     22h28
Django REST Framework and Elasticsearch
   This tutorial looks at how to integrate Django REST Framework with Elasticsearch.
21  novembre     22h28
Python Code Quality
   This article looks at how to improve the quality of your Python code with linters, code formatters, and security vulnerability scanners.
13  novembre     22h28
Deploying Django to AWS ECS with Terraform
   In this tutorial, we’ll look at how to deploy a Django app to AWS ECS with Terraform.
24  octobre     22h28
Running Flask on Docker Swarm
   This tutorial looks at how to run a Flask app on Docker Swarm.
23  octobre     22h28
Production Django Deployments on Heroku
   This article aims to simplify the process of deploying, maintaining, and scaling a production grade Django app on Heroku.
03  octobre     22h28
Python 3.12: What’s New
   This article looks at the new features in Python . and how they can be implemented.
24  août     22h28
Customizing the Django Admin
   In this article, we’ll look at how to customize Django’s admin site.
21  août     22h28
Deploying a Machine Learning Model to AWS Lambda
   This tutorial shows how to deploy a machine learning model to AWS Lambda.
04  août     22h28
Deploying Django to AWS with Docker and Let’s Encrypt
   In this tutorial, we’ll deploy a Django app to AWS EC with Docker and Let’s Encrypt.
03  août     22h28
Securing a Containerized Django Application with Let’s Encrypt
   In this tutorial, we’ll look at how to secure a containerized Django app running behind an HTTPS Nginx proxy with Let’s Encrypt SSL certificates.
31  juillet     22h28
Django Session-based Auth for Single Page Apps
   This article looks at how to add session based authentication to a Single Page Application SPA powered by Django and React.
30  juillet     22h28
Django Stripe Tutorial
   Quickly add Stripe to accept payments on a Django Python website.
27  juillet     22h28
Dockerizing Django with Postgres, Gunicorn, and Nginx
   This tutorial details how to configure Django to run on Docker along with Postgres, Nginx, and Gunicorn.
18  juillet     22h28
Django REST Framework Authentication with Auth.js
   This tutorial looks at how to add authentication to Django REST Framework and integrate it with Auth.js.
11  juillet     22h28
FastAPI with Async SQLAlchemy, SQLModel, and Alembic
   This tutorial looks at how to configure SQLAlchemy, SQLModel, and Alembic to work with FastAPI asynchronously.
21  juin     22h28
Developing an Asynchronous Task Queue in Python
   This tutorial looks at how to implement several asynchronous task queues using the Python multiprocessing library and Redis.
15  juin     22h28
Continuously Deploying Django to AWS EC2 with Docker and GitLab
   In this tutorial, we’ll look at how to configure GitLab CI to continuously deploy a Django and Docker application to AWS EC .
04  juin     22h28
Sessions in Flask
   This article looks at how sessions work in Flask.
31  mai     22h28
Deploying and Hosting a Machine Learning Model with FastAPI and Heroku
   This tutorial looks at how to deploy a machine learning model, for predicting stock prices, into production on Heroku as a RESTful API using FastAPI.
28  mai     22h28
Dockerizing Flask with Postgres, Gunicorn, and Nginx
   This tutorial details how to configure Flask to run on Docker along with Postgres, Nginx, and Gunicorn.
18  mai     22h28
Django REST Framework Authentication
   This tutorial looks at how to add authentication to Django REST Framework with django allauth and dj rest auth.
16  mai     22h28
Testing Flask Applications with Pytest
   This article serves as a guide to testing Flask applications with pytest.
04  mai     22h28
Dockerizing Flask with Postgres, Gunicorn, and Traefik
   This tutorial details how to configure Flask to run on Docker along with Postgres, Gunicorn, Traefik, and Let’s Encrypt.
27  avril     22h28
Django and Pydantic
   This article looks at how to integrate Pydantic with a Django application.
24  avril     22h28
Accepting Payments with Stripe, Vue.js, and Flask
   This tutorial details how to develop a web app for selling products using Stripe, Vue.js, and Flask.
23  avril     22h28
Deploying a Flask and Vue App to Heroku with Docker and Gitlab CI
   This tutorial looks at how to containerize a full stack web app powered by Flask and Vue and deploy it to Heroku using Gitlab CI.
22  avril     22h28
Developing a Single Page App with Flask and Vue.js
   The following is a step by step walkthrough of how to set up a basic CRUD app with Vue and Flask.
16  avril     22h28
Adding Charts to Django with Chart.js
   In this tutorial, we’ll look at how to add interactive charts to Django with Chart.js.
14  avril     22h28
Django REST Framework Basics
   This article serves as an introduction to Django REST Framework, focusing on serializers, views, and routers.
06  avril     22h28
Asynchronous Tasks with FastAPI and Celery
   This tutorial looks at how to configure Celery to handle long running tasks in a FastAPI app.
31  mars     22h28
Building an Intelligent Education Platform with OpenAI, ChatGPT, and Django
   This tutorial shows how to build an intelligent educational platform using OpenAI APIs and Django.
20  mars     22h28
Django Performance Optimization Tips
   This article looks at where potential performance issues can occur in a Django application and how to address them in order to speed up your app.