Open in app

Sign In

Write

Sign In

Tadeo Grach
Tadeo Grach

Home

About

Apr 26, 2021

Trying to understand better how the internet works

Maybe you are asking what happens when you press enter after typing an address on a browser. Let me tell you a bit about this.

4 min read

Trying to understand better how the internet works
Trying to understand better how the internet works

4 min read


Apr 11, 2021

Internet of Things (IoT)

What is the Internet of Things? Internet of Things is the concept of connecting any device (so long as it has an on/of switch) to the Internet and to other connected devices. This includes everything from cellphones, coffee makers, washing machines, headphones, lamps, wearable devices, and almost anything else you can think of. For example…

5 min read

5 min read


Dec 15, 2020

Static and Dynamics “C” Libraries

The two types of “C” libraries A static library is a file that consists of a collection of object files (*.o) that are linked into the program during the combing phase of compilation and are not pertinent during runtime. While dynamic or shared library is a collection of functions compiled…

5 min read

Static and Dynamics “C” Libraries
Static and Dynamics “C” Libraries

5 min read


Oct 12, 2020

C static libraries - significance and usage.

A static library is a file that consists of a collection of object files (*.o) that are linked into the program during the combing phase of compilation and are not pertinent during runtime. A computer file that contains an object code is an object file, that is a machine…

2 min read

2 min read


Sep 18, 2020

What happens when you type gcc main.c?

GCC gcc is the C compiler of choice for most UNIX. The program gcc itself is actually just a front end that executes various other programs corresponding to each stage in the compilation process. .c A C file is a source code file for a C or C++ program. And .c…

1 min read

1 min read


Sep 14, 2020

Hard and symbolic links on linux. What are they?

A hard link a is a mirror copy of the original file. A symbolic or soft link is an actual link to the original file If you delete the original file, the soft link has no value, because it points to a non-existent file. But in the case of hard…

1 min read

Hard and symbolic links on linux. What they are?
Hard and symbolic links on linux. What they are?

1 min read


Sep 14, 2020

ls *.c command, what happends when you type it?

ls is a command to lists computers files in Unix and Unix-like operating sistems. When invoked without any arguments, ls list the files in the current working directory. An asterisk (*) is a linux wildcard, you can use it to match one or more occurrences of any character, including…

1 min read

1 min read

Tadeo Grach

Tadeo Grach

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech