Daniel Lorenzo ScocciaWhat happens when you type something in your browser and press Enter?Have you ever wonder what happens behind the scenes when you type a URL on your browser and then hit enter?Jan 12, 2021Jan 12, 2021
Daniel Lorenzo ScocciaThe internet of What? IoT… The new revolution.Tell the truth …. how many of you could actually make it through a day without your smartphone?Jan 8, 2021Jan 8, 2021
Daniel Lorenzo ScocciaMutable, immutable… Everything is an object.One of the most powerful features of Python is that everything is an object, even functions. Every object has its own data type and…Oct 6, 2020Oct 6, 2020
Daniel Lorenzo ScocciaDynamic library, a small peek into them.A library is a file that contains several object files and can be used as a single entity in the linking phase of the program.Sep 9, 2020Sep 9, 2020
Daniel Lorenzo Scoccia¿What happens when you type ls -l in the shell?In this little blog we will see, what is ls -l and how this command works when used in our Linux console or any other work terminal. The…Aug 20, 2020Aug 20, 2020
Daniel Lorenzo ScocciaStatic libraries in C — Why are they important?Static libraries are collections of object files that are linked together when a file gets compiled into an executable file.Jul 8, 2020Jul 8, 2020
Daniel Lorenzo ScocciaWhat happens when you type gcc main.cWhat is Source Code?Jun 11, 2020Jun 11, 2020
Daniel Lorenzo ScocciaWhat is the difference between a hard link and a symbolic link?Hard Link Definition:Jun 10, 2020Jun 10, 2020