Gabriel VazquezSTEM Spotlight: low-level languages, blockchain and algorithms for dummiesWhat the hell is an algorithm?Oct 9, 2021Oct 9, 2021
Gabriel VazquezWhat happens when you type holbertonschool.com in your browser and press Enter?The internet has become an extension of our brain’s capacity, an artificial digital prosthetic that expands our biological capability to…Sep 15, 2021Sep 15, 2021
Gabriel VazquezRecursion explainedOur main function isn’t happy until our y value equals 0. To evaluate this condition it runs through a series of if statements that, if…Jul 1, 2021Jul 1, 2021
Gabriel VazquezEverything is an Object!Assuming you’re already somewhat familiar with the Python programming language I’m sure you’ve heard it referred to as “object-oriented”…May 25, 2021May 25, 2021
Gabriel VazquezWhat goes on under the hood when you type ‘ls -l *.c’ in the shell?The short answer to “what happens if you type ‘ls -l *.c’ in a shell?” is it prints out a list in long format of every file that ends in…Apr 15, 2021Apr 15, 2021
Gabriel VazquezWhat happens when you type gcc main.c?GCC, short for GNU compiler collection, is a compilation program that takes your high-level (human language) code and translates it into…Feb 3, 2021Feb 3, 2021
Gabriel VazquezWhat happens when you type ‘ls -l’?So you’ve hacked your way around a terminal, neat. You’re probably familiar with basic commands like mkdir, cd, rm, and ls, but have you…Nov 21, 2020Nov 21, 2020