What happens behind the hood when you enter something in your web browser ?I’ll divide the answer into 4 parts, what’s the meaning of the url you enter, secondly, what happens in your web browser when you press…Apr 21, 2021Apr 21, 2021
What is the Internet Of Things (IoT)?Well, First of all, in this article i will explain what is IoT, secondly, how can be useful IoT on your daily life, and to finish, what is…Apr 11, 2021Apr 11, 2021
How SQL Database Engines Works (RDBMS)?So in this today article, i will talk about database, SQL, DBMS, RDBMS(SQL Database engine) and how works SQL Database Engines….(as simple…Mar 2, 2021Mar 2, 2021
How works SQL Database Engines Works (RDBMS)?So in this today article, i will talk about database, SQL, DBMS, RDBMS(SQL Database engine) and how works SQL Database Engines….(as simple…Mar 2, 2021Mar 2, 2021
Everything is object in Python (Mutable, Immutable…)In python almost everything is an object, today in this article i’ll talk about the different data type, how know the type and get the id…Jan 12, 2021Jan 12, 2021
Understand Objet Oriented in Python (Pythonic way)This article will cover many things about objet oriented in python, we will at first see what means “Object oriented programming”, what is…Jan 11, 20211Jan 11, 20211
What’s the differences between dynamic libraries and static librariesFirst of all, it’s better to understand why we need to use library in C.Dec 14, 2020Dec 14, 2020
How are stored integers in memory (two’s complement)So today, in this article i will explain how are stored integers in memory, how the computer deals with negative and positive number using…Nov 5, 2020Nov 5, 2020
How to create a Static libraries in CYou might have multiple function that you created in the past and you think it’ll good to re-use them, but to do this you might need to…Oct 9, 2020Oct 9, 2020