Kevin Ramos·Mar 24, 2022EscenApp: A webapp for artists in Puerto RicoHello, everyone. Let’s start saying that this entire experience was crazy. So many hours spent learning new techs to get your app running…
Kevin Ramos·Oct 5, 2021Python: Objects, mutable and immutableToday we are going to talk about objects. Yeah, python is an object oriented programming language and it’s not the only one. To simplify…A response icon1A response icon1
Kevin Ramos·Mar 7, 2021Static libraries: an introduction to librariesLet’s start with a simple question: What are libraries?
Kevin Ramos·Feb 4, 2021An Introduction To GCC Step-By-StepTo understand GCC and all the process of the compilation behind the scene it’s important to first talk about C language (just the basic…