Building Web Applications

What I've Learned Along the Way

7 Posts

author_profile_image

mariangela

August 01, 2024

Create a new project in Django

We are going to create a very simple Django application to sell some product. It will only have one page from where customers can buy our products, and the admin panel.

author_profile_image

mariangela

July 08, 2024

Install PostgreSQL in your Django application

What is PostgreSQL. What ACID and MVCC mean. How to interact with PostgreSQL databases from the CLI with psql and from your Python application with psycopg2

author_profile_image

mariangela

July 01, 2024

Install a private Python package

How to install a private Python package – a package not published in PyPI – in your Django project’s virtual environment

author_profile_image

mariangela

June 26, 2024

Setting up the Development Environment

How to set up the dev env for your Django project on your local machine

author_profile_image

mariangela

June 26, 2024

A faster way to install Linux with WSL2

How to install Ubuntu 24.04 LTS with WSL2 in just a couple of steps