DevOps in plain english
What DevOps Isn't Anyone who's talked with me for five minutes knows I'm passionate about people abusing and misappropriating the word "DevOps". The worst of which »
What DevOps Isn't Anyone who's talked with me for five minutes knows I'm passionate about people abusing and misappropriating the word "DevOps". The worst of which »
Coding Principles General Don't Repeat Yourself (DRY) Duplication (inadvertent or purposeful duplication) can lead to maintenance nightmares, poor factoring, and logical contradictions. You Ain’t Gonna »
After my time at 42's final admissions test, the "piscine" I had a lot of one off repos hanging around. Their grading system is tightly coupled »
In C Strings can be generally initalized as char *str = "string"; and char str[] = "string"; You can usually switch between array subscript and pointer dereferencing, but »
Visual Studio Code has great support for shortcuts. You're probably familiar with the shortcut for ctrl + `, which will toggle between opening the Integrated Terminal and hiding »