Arthur MayerFull stack web overviewSummary: I. DNS II. OSI or TCP/IP models III. Firewall IV. HTTP + SSL/TLS = HTTPS V. Load-balancer VI. Web, Application & Database…Apr 23, 2021Apr 23, 2021
Arthur MayerRecursion.pngHow to figure out Recursion concept in programming ? Tough to explain but let me tell you the story of Kad & Jo !Feb 4, 2021Feb 4, 2021
Arthur MayerClass and instance attributesIn this article we will see what are classes and instances in OOP (object oriented programming) with Python language. Summary: 0…Jan 11, 2021Jan 11, 2021
Arthur MayerWhat (deeply) happens when you type “ls -l” in the shellToday we are going to see with more details what we’ve seen here for a deeper understanding of how the shell is working . We will navigate…Nov 19, 2020Nov 19, 2020
Arthur MayerStatic libraries in CWhy should I use libraries ? How do they work ? How to create/use them ?Oct 11, 2020Oct 11, 2020
Arthur MayerWhat happens when you type gcc main.cLet’s start with a file (e.g. main.c) written in language C.Sep 16, 2020Sep 16, 2020
Arthur MayerWhat is the difference between a hard link and a symbolic link ?A soft link (or a symbolic link) is a shortcut ; If the original file is deleted, the soft link will be useless. It has the ability to…Sep 14, 2020Sep 14, 2020
Arthur MayerWhat happens when you type “ls *.c” in the shellHere is an explanation of a basic shell comand line.Sep 14, 2020Sep 14, 2020