My backend dev diary 📔✨

Notes on my journey learning to code & all things backend

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

AMartin1987 | 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 been…

Read more →

Study notes: CS50 week 3 - Sorting algorithms

AMartin1987 | 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, i.e., sorted. This is why, when dealing with a large amount of data, searching…

Read more →

Study notes: CS50 week 3 - Searching algorithms

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

What is an algorithm? It's a finite sequence of rigorous instructions, typically used to solve a class of specific problems or to perform a computation (Wi…

Read more →

Study notes: Arrays vs lists in Python

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

 

An array is a linear data structure that stores a collection of similar data types at continuous locations in a computer's memory.

An representation of an array in memory. S…

Read more →
About me
notByAI badge