Open in app

Sign In

Write

Sign In

Alejandra Higuera
Alejandra Higuera

2 Followers

Home

About

Feb 17, 2021

Recursion, Recursion, Recursion

1 min read

Recursion, Recursion, Recursion
Recursion, Recursion, Recursion

1 min read


Dec 15, 2020

Static library vs Shared library

On the previus post, we saw the Static libraries and a brief introduction to the Dynamic libraries, now let’s dig deeper and compare them a bit. Let’s recap a bit, What is a library in Linux? In computer science, a library refers to a collection of precompiled pieces of code…

Dynamic Library

4 min read

Static library vs Shared library
Static library vs Shared library
Dynamic Library

4 min read


Nov 26, 2020

Type ls -l in the shell, and them?

This blog post describing step by step what happens when you type ls -land hit Enter in a shell. Before guide you through the step-by-step. I will briefly explain some concepts. What is a Shell? A Shell is a program that takes command inputs typed from the user’s keyboard and passes them to the…

5 min read

What happens when you type ls -l in the shell
What happens when you type ls -l in the shell

5 min read


Oct 15, 2020

¿Library in programming? let’s see static library in c

A “library” is a collection of parts of the program that do common and / or specialized things that prevent the programmer from having to “reinvent the wheel” when writing software. It generally consists of functions to call and object classes that you can instantiate. …

Computing

4 min read

¿Library in programming? let’s see static library in c
¿Library in programming? let’s see static library in c
Computing

4 min read


Sep 19, 2020

C Program Compilation

For this blog, we will learn all the compilation steps, but first a little introdution to clarify some programming concepts beforehand, we will cover what the C language is, how to compile it with a tool like gcc, and what happens when we compile it. language C It is a formal language…

C Language

4 min read

C Program Compilation
C Program Compilation
C Language

4 min read


Sep 16, 2020

Hard link vs Symbolic link

This blog post describing the differences and characteristics between Hard link and symbolic link in Linux. What does link mean? A file on a computer is a collection of data that has a specific physical location. Therefore, to access a file, we must know where it is physically stored. for them we require an…

Software Development

3 min read

Hard link vs Symbolic link
Hard link vs Symbolic link
Software Development

3 min read


Sep 16, 2020

Step by Step, Command ls *.c

This blog post describing step by step what happens when you type ls *.cand hit Enter in a shell. Let’s start with where to write the command, On linux and unix systems the way used to send orders to the system is called prompt, it is a text string that…

Basic Commands

3 min read

Step by Step, Command ls *.c
Step by Step, Command ls *.c
Basic Commands

3 min read

Alejandra Higuera

Alejandra Higuera

2 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech