Tech

A collection of 5 posts

Tech

Mi setup para Visual Studio Code (VS Code)

Sin importar la razón por la que programes, sea trabajo, estudio o simplemente hobby, te vas a cruzar frecuentemente con editores de código. Cada uno con sus cosas buenas y sus cosas no tan buenas.

Tech

What happens when you type ls -l in the shell

Previously I wrote about what happens when you type ls *.c in you shell. The last weeks with my team, we worked on project about create our own shell.

Tech

How to compile your C source code

If you are a software developer, you should know something about C programming language. Here, we going to learn, how you can compile your C source code from the terminal.

Tech

How to find all your .c files

I’m sure all of us, the first time we see some linux terminal with its green characters, think something related to hacking and believe the owner of that laptop been a total geek.

Tech

Introducción a Git

Git es un software de control de versiones que nos ayuda a mejorar nuestro flujo de trabajo para el desarrollo de proyectos, no unicamente los que son de software, libros también por ejemplo.