Become a member
Sign in
Anthony la’O
Anthony la’O

Anthony la’O

1 Following
1 Followers
  • Profile

Latest

Anthony la’O
Anthony la’O
Aug 5, 2018 · 4 min read

What Happens When You Enter A Website URL Into Your Browser

1

Anthony la’O
Anthony la’O
Jun 25, 2018 · 4 min read

IoT: Internet of Things

What is the Internet of Things?

Anthony la’O
Anthony la’O
Apr 17, 2018 · 2 min read

How to Create a Dynamic C Library

When a C program is compiled, the compiler generates object code. After generating the object code…

1

Anthony la’O
Anthony la’O
Mar 29, 2018 · 2 min read

ls -l It Rhymes With Shell

First thing’s first. What is the C shell?

Anthony la’O
Anthony la’O
Jan 17, 2018 · 2 min read

What happens when you type gcc main.c

There are four steps that take place when you compile in C. These steps can be broken down…