Open in app

Sign in

Write

Sign in

Julian Tabares
Julian Tabares

Home

About

May 3, 2021

Dynamic and Static libraries in Linux

Let’s continue getting the most out of some of those portable cleaver solutions (functions) we find to solve problems when coding: Let’s create a Dynamic Library. On a previous article (see below) I shared about the different types of libraries in Linux, but only went deep into Static libraries, its pros and cons, how to create and use them. …

Dynamic Library

6 min read

Dynamic and Static libraries in Linux
Dynamic and Static libraries in Linux
Dynamic Library

6 min read


Apr 14, 2021

Behind the Shell

What happens when you type `ls -l *.c` in the shell Using “ls” along with “cd” command are probably one the first navigation tools we learn when we start using the shell in a terminal, and that’s so, because they provide some of the most basic and helpful ways to navigate trough directories and list its content. ls, as well as…

Shell

5 min read

Behind the Shell
Behind the Shell
Shell

5 min read


Feb 28, 2021

Static Libraries in C.

When thinking on how to get the most of some of those portable cleaver solutions you find to problems when coding, creating your own library (or libraries) is something you should seriously consider. There are basically two types of libraries in C: Statics and dynamics. Here we are going to cover the basics of Statics libraries from gathering the functions your want to use, to its use in a final program.

4 min read

Static Libraries in C.
Static Libraries in C.

4 min read


Feb 4, 2021

COMPILATION PROCESS IN C — Step by Step

01101000 01100101 01101100 01101100 01101111 00100001 → Hello. Many of us have heard or read that a computer only understands binary, if it is true, then how is that when we write a code like this, which is non binary:

3 min read

COMPILATION PROCESS IN C — Step by Step
COMPILATION PROCESS IN C — Step by Step

3 min read


Feb 2, 2021

HARD LINKS AND SOFT LINKS — LINUX

Clone it or Point to it? Despite the fact that both, Hard links and Soft links refer to a file, the do in very different ways. If your are familiar with Windows OS, then, think of Soft Links (AKA Symbolic links) as a shortcut to a file. A Soft link…

Hard Link Vs Soft Link

2 min read

HARD LINKS AND SOFT LINKS — LINUX
HARD LINKS AND SOFT LINKS — LINUX
Hard Link Vs Soft Link

2 min read

Julian Tabares

Julian Tabares

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams