Adrian Felipe Ceron GonzalezIoT “The Internet of Things”The internet of things, IoT (Internet of Things), refers to the digital interconnection of everyday objects with the internet, made up of…Jan 3, 2022Jan 3, 2022
Adrian Felipe Ceron GonzalezRecursionRecursion is a programming pattern that is useful in situations where a task can naturally be divided into several tasks of the same type…Nov 15, 2021Nov 15, 2021
Adrian Felipe Ceron GonzalezEverything is object [Mutable, Immutable]IntroductionOct 2, 2021Oct 2, 2021
Adrian Felipe Ceron GonzalezStatic and dynamic librariesA static library is a library that is “copied” into our program when we compile it. Once we have the executable of our program, the library…Jul 13, 2021Jul 13, 2021
Adrian Felipe Ceron GonzalezHow is the compilation procces in GCCIn this blog we will see in depth the order or compilation flow in gcc which is a default C compiler in GCC.Jun 22, 2021Jun 22, 2021