davidgonzalezfx | blog

Pray | Code | Trade | Grow

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.

Growth

Aprender a aprender

Si quieres tener el mejor superpoder, debes aprender a aprender. Pero aunque no lo creas, es más complejo y requiere de más esfuerzo de lo que parece. Entendamos rápidamente el porqué

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.

Growth

La importancia de los hábitos

Anteriormente te conté cómo planear un 2020 exitoso y compartí contigo información de valor para que definieras tus metas para este año. Te…

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.