Building Web Applications

What I've Learned Along the Way

8 Posts

author_profile_image

mariangela

September 21, 2024

Install Linux on Windows with WSL2

How to install Ubuntu 22.04 LTS on Windows with Windows Subsystem for Linux (WSL 2)

author_profile_image

mariangela

September 20, 2024

GitHub installation in Ubuntu

How to install and log in to GitHub from the Ubuntu terminal

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