Valentina Gómez A.What happens when you type https://www.holbertonschool.com in your browser and press EnterIn this occasion let’s going to talk about all the things that are happening behind making a request for a url page. So when you type for…Jan 5, 2021Jan 5, 2021
Valentina Gómez A.INTERNET OF THINGS(IoT)In these days all we hear is about smart phones, smart cars, smart houses, among other things, and probably smart is the world we are…Jan 3, 2021Jan 3, 2021
Valentina Gómez A.Machine learning for everyone who doesn’t know anything about it!Nowadays all people are in touch with cellphones, tablets, computers and all this “smart” devices every day, that makes our lives easier…Nov 8, 2020Nov 8, 2020
Valentina Gómez A.Mutable, Inmutable… everything is object! (Python)Python is a language that use the POO paradigm, so that means that everything in Python is an object or a class. Everything can be…Sep 29, 2020Sep 29, 2020
Valentina Gómez A.Dynamic libraries in CSo to start, we need to know what a library is. A library is a set of functional implementations. is a collection of items that you can…Sep 7, 2020Sep 7, 2020
Valentina Gómez A.What happens where you type ls -l in a Linux Shell? (Building a simple shell)To start the first thing you need to understand is what a shell, terminal and a command line is.Aug 19, 2020Aug 19, 2020
Valentina Gómez A.STATIC LIBRARIES IN CTo start, I’ll give a little description about what a librarie is. A library is a file that contains multiple object files, which can be…Jul 4, 2020Jul 4, 2020
Valentina Gómez A.What is the difference between a hard link and a symbolic link?First of all we need to know that in Linux there is no what is called directJun 9, 2020Jun 9, 2020
Valentina Gómez A.What happens when you type ls *.cFirst lets talk about ls command.Jun 8, 2020Jun 8, 2020