What Does Full-Stack Developer Mean?If I tell you “I’m a full-stack developer” what kind of question would you ask me next?May 10, 2021May 10, 2021
The Magic Behind Typing An URL And Pressing ENTERWe do it dozens if not hundreds of times. We surf through the web and barely know what happens in the background so that when to type…Apr 23, 2021Apr 23, 2021
IoT explainedImagine you’re off for the weekend and forgot to water your plants before leaving. Instead of traveling all the way back home, what if you…Apr 12, 2021Apr 12, 2021
Recursion Explained With Drawings 🎨Because an image is worth 1000 words, let’s go over what recursion is, how it works and how it is handled by the stack.Jan 27, 2021Jan 27, 2021
Python Objects 101 — Mutable vs ImmutablePython ‘variables’, at first, seem to have superpowers! You can assign an int, a float, a list, a dict… But that what you might want to…Jan 13, 2021Jan 13, 2021
What Is The Difference Between Dynamic And Static LibrariesAs a software engineer, you often go about solving big problems by breaking them down into several smaller problems. Most of the time, you…Dec 14, 2020Dec 14, 2020
C Static Libraries 101C static libraries as an essential tool for software engineers. Is this article we will covert the most important things you need to know…Oct 11, 2020Oct 11, 2020
The Process Of Compiling C Programs ExplainedC is a low-level programming language meaning that by itself it cannot be read by the computer. It needs to be compiled with a compiler…Sep 16, 2020Sep 16, 2020
Hard Links vs. Symbolic Links — What Are They Used For?In this article, we’re going to go over the main difference between hard links vs. symbolic links and see how both can be used.Sep 14, 2020Sep 14, 2020
What Happens When You Type ls *.c In Your TerminalThis a very basic explanation of a commonly used command in your computer terminal. If you’re a complete beginner, after reading this…Sep 14, 2020Sep 14, 2020