Valentina Jaramillo RamirezDevelopment of the mentor matching machineMentor Matching Machine is a project born from the need to automate the matching of the startups with the mentors in the Techstars program…Mar 25, 2021Mar 25, 2021
Valentina Jaramillo RamirezHow to write a Mastermind in C?Do you remember that old game of two players where one wrote down a short sequence of numbers or colors, and the other player had to try…Feb 6, 2021Feb 6, 2021
Valentina Jaramillo Ramirezwhat happens when you type www.holbertonschool.comHey there! Have you ever wonder what happens when you type holbertonschool.com or any other web address into your browser? Well, your…Jan 9, 2021Jan 9, 2021
Valentina Jaramillo RamirezMutable vs Inmutable in PythonFirst, in the Python language, the data takes the form of objects, these objects are a block of memory with values, and a variable is…Sep 30, 20201Sep 30, 20201
Valentina Jaramillo RamirezStatic libraries vs Dynamic libraries in CBefore starting to describe the major differences between static and dynamic libraries let’s define a library first: A library is a…Sep 8, 2020Sep 8, 2020
Valentina Jaramillo RamirezC Static LibrariesFirst of all, a library in C is a collection of pre-compiled functions that have been written and need to be reusable. That allows us to…Jul 6, 2020Jul 6, 2020