Open in app

Sign In

Write

Sign In

Sebastian Orozco Marin
Sebastian Orozco Marin

1 Follower

Home

About

Jan 15, 2021

What happens when you type holbertonschool.com in your browser and press Enter.

Nowadays we have all the information right to one click in our browsers but have you ever questioned what happens behind the scenes. Well, if you want to know it this is the right post for you. first of all let’s define what is the internet We can define the…

7 min read

What happens when you type holbertonschool.com in your browser and press Enter.
What happens when you type holbertonschool.com in your browser and press Enter.

7 min read


Jan 10, 2021

IoT. The internet of things: a ultra-interconnected world

Have you ever wondered a world where all the electronic devices that you can think of can be controlled, managed from everywhere at anytime. Well, this is the aim of the internet of things, create smart devices capable of being interactive through the use of internet. We can define the…

Io T

8 min read

IoT. The internet of things: a ultra-interconnected world
IoT. The internet of things: a ultra-interconnected world
Io T

8 min read


Nov 15, 2020

Machine Learning in a nutshell

Machine learning is a branch of artificial intelligence that studies how machines can learn without been explicitly programmed making use of data, mathematics, algorithms and statistic, in simple words using the before mentioned tools a computer is able to predict an outcome. For example if you have a dataset that…

8 min read

Machine Learning in a nutshell
Machine Learning in a nutshell

8 min read


Oct 6, 2020

Mutable or Immutable… everything is object!

Introduction Python language is constructed in a very particular way that makes everything an object. Starting from data types like integers and floats and passing for data structures like list and tuples and even function are Objects. Everything is a Object in python!!! and this makes this programming language work in…

7 min read

Mutable or Immutable… everything is object!
Mutable or Immutable… everything is object!

7 min read


Sep 29, 2020

What happens when you type ls *.c into the shell

The shell The shell is a computer program in charge of taking the commands entered by an user and send them to the operative system in orden to perform a task. The most common shell on linux distributions is called bash (Bourne again shell). The commands passed can be of different types…

3 min read

What happens when you type ls *.c into the shell
What happens when you type ls *.c into the shell

3 min read


Sep 29, 2020

What is the difference between a hard link and a symbolic link?

Symbolic link This link is also called soft link and point directly to the path of the file. This is called soft link because if the original file where we are pointing is moved the link disappear and we can not access to the file or directory anymore. …

2 min read

What is the difference between a hard link and a symbolic link?
What is the difference between a hard link and a symbolic link?

2 min read


Sep 29, 2020

Everything About static libraries in C

Static libraries are a crucial component when we are creating our programs. These libraries contains several object files with all the symbols (functions, variables an so on) needed for our program to work. An object file contains machine language (assembler and .o extension) and is the result of the first…

3 min read

3 min read


Sep 8, 2020

Static libraries vs dynamic libraries

Why do we use libraries? — A library in C is a collection of object files that contains all the symbols (function, variables, etc) needed in our program to be executed. An object file contains machine language (assembler and .o …

Static Libraries In C

3 min read

Static libraries vs dynamic libraries
Static libraries vs dynamic libraries
Static Libraries In C

3 min read


Jun 11, 2020

What happens when you type gcc main.c

We use this command to compile our c script an end up with an executable file that is going to perform our desired task, but have you ever asked what happens when we compile a file? well, we are going to explain the whole process. What a compiler does ? The main function for the…

2 min read

What happens when you type gcc main.c
What happens when you type gcc main.c

2 min read

Sebastian Orozco Marin

Sebastian Orozco Marin

1 Follower

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech