Michael GalindezHow TheDeckApp was developedThe main goal of TheDeckApp is to connect startups, employees, and users anonymously to improve communication between them, without the…Nov 5, 2020Nov 5, 2020
Michael GalindezMy PostmortemHello there!. Before starting first we need to clarify what is a postmortem. A postmortem is an examination of a dead body to determine…Oct 5, 2020Oct 5, 2020
Michael GalindezHow Machine Learning WorksSo you may think this is a difficult topic or something for nerds, but it is actually very useful and can help solving complex problems in…Jul 6, 2020Jul 6, 2020
Michael GalindezWhat happens when you type ls -l in the shellwhat will happen when we type ls *.c ? . Before start we need to explain what is The Shell and how it workks.Apr 14, 2020Apr 14, 2020
Michael GalindezStatic libraries in C.So. Before we start explaining static libraries, we need to know what is a library in C.Mar 1, 2020Mar 1, 2020
Michael GalindezWhat happens when you type gcc main.c ?First, we need to know what is GCC?. GCC stands for GNU Compiler Collections which is used to compile mainly C and C++ language. It can…Feb 5, 2020Feb 5, 2020
Michael GalindezWhat is the difference between a hard link and a symbolic link?Before we start we need to know what is a symbolic and a hard link, In computing, a symbolic link is a term for any file that contains a…Feb 4, 2020Feb 4, 2020
Michael GalindezToday we will learn about one of the most basic Linux Commands “ls” (List) First we need to know…This commands run in Linux Terminal or Shell, is a program that runs other programs, but when you hear shell in the Linux world, it almost…Feb 4, 2020Feb 4, 2020