new post every sometimes

learnings, thoughts, and other musings.

  • Data Structures Primer

    January 6, 2024

    Data Structures Primer

    A data structure is a logical organization of data that simplifies or speeds up their processing, meaning it is a way that allow you to store and organize your data whether you are building a simple program or a complex system; data structures is a must.

  • What the heck is time complexity??

    December 30, 2023

    What the heck is time complexity??

    When we have more than an algorithm to solve a certain problem, in order to choose the best algorithm, we need to calculate the complexity of each one, and the algorithm with the lowest complexity is the one who has the best approach; but WHAT IS COMPLEXITY?

  • Understanding Machine Learning

    September 26, 2023

    Understanding Machine Learning

    If the past few years has not found you living on a desert island without electricity or communication with the outside world, you have likely heard about ChatGPT, AlphaGo or self-driving cars. It is hard to miss the trend ...

  • How The internet works ??

    August 5, 2023

    How The internet works ??

    Did you ever find yourself searching for something online, How long does it take to get a response from your search engine, How long does it take to send a message to someone on your favorite social media app, All of this happens in the blink of an eye ...