My web dev diary 📔✨

Notes on my journey learning to code with Python & Django

"Clean Code", Git, Elden Ring & cute things

AMartin1987 | Published on: March 2, 2024, 5:47 p.m.

So currently, while I'm looking for work (almost any kind of work, really 😅, as my bank account is running out of savings and I want to keep contributing to our household expenses), I've be...

Read more →

Study notes: CS50 week 3 - Sorting algorithms

AMartin1987 | Published on: Jan. 26, 2024, 7:24 p.m.

As reviewed here, algorithms run faster and more efficiently when they operate on information that is already organized,...

Categories:

 

Computer science  

Read more →

Study notes: CS50 week 3 - Searching algorithms

AMartin1987 | Published on: Jan. 3, 2024, 9:54 p.m.

What is an algorithm? It's a&n...

Categories:

 

Computer science  

Read more →

Study notes: Arrays vs lists in Python

AMartin1987 | Published on: Dec. 27, 2023, 8:48 p.m.

 

An array is a linear data s...

Categories:

 

Computer science  

Python  

Read more →

Deployed PostgreSQL db to Vercel

AMartin1987 | Published on: Dec. 25, 2023, 9:59 p.m.

So, here I am after a few months of not writing on here... I spent some time working full-time at a beauty products store. Whenever I had a moment to rest, I found myself too tired to study 😅, so I...

Categories:

 

Videogames  

Python  

Django  

PostgreSQL  

Read more →

Migrated my db to PostgreSQL !

AMartin1987 | Published on: May 30, 2023, 4:47 p.m.

Finally, I converted my database (intially in SQLite3, as its Django's default db format) to PostgreSQL! So I guess it's ready for the next step in my learning project, which is hosting thi...

Categories:

 

Django  

PostgreSQL  

Read more →

CKEditor in Django Admin

AMartin1987 | Published on: May 18, 2023, 5:04 p.m.

I needed a more convenient way to apply HTML formatting to my posts, so I decided to install my first Django package: CKEditor.

...

Categories:

 

Django  

Read more →

My first post

AMartin1987 | Published on: May 15, 2023, 6:59 p.m.

This is my first post. I'll be treating this blog like a personal diary. I intend to use it mainly as a notebook to help me study some of the fundamentals of computer science (i.e., concepts di...

Categories:

 

Uncategorized  

Read more →
About me