Maher Ben Dada·Jul 4, 2022Portfolio project: LouagiLouagi: its a platform which you can buy a minibus ticket.A response icon1A response icon1
Maher Ben Dada·May 8, 2022What happens when you type https://www.google.com in your browser.This is a very layman description of what happens in the back end. I tried not to use any big technical jargons
Maher Ben Dada·Apr 13, 2022Internet of ThingsWhat is the Internet of Things? In the broadest sense, the term IoT encompasses everything connected to the internet, but it is…
Maher Ben Dada·Jul 14, 2021What is a C Static Library?In the C programming language, a static library is a compiled object file containing all symbols required by the main program to operate…
Maher Ben Dada·Jun 17, 2021gcc Compilero opt: This will compile the source.c file but instead of giving default name hence executed using ./opt, it will give output file as opt…