Thibaut Bernard·Apr 21, 2021What 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…
Thibaut Bernard·Apr 11, 2021What 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…
Thibaut Bernard·Mar 2, 2021How 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…
Thibaut Bernard·Mar 2, 2021How 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…
Thibaut Bernard·Jan 12, 2021Everything 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…
Thibaut Bernard·Jan 11, 2021Understand 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…A response icon1A response icon1
Thibaut Bernard·Dec 14, 2020What’s the differences between dynamic libraries and static librariesFirst of all, it’s better to understand why we need to use library in C.
Thibaut Bernard·Nov 5, 2020How 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…
Thibaut Bernard·Oct 9, 2020How 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…