What is unit testing?According to hackerdictionary.com a unit test is where individual components of a program are tested for their functionality. Each function…May 18, 2021May 18, 2021
What is a scripting language?According to hackerdictionary.com a scripting language is a language that is not compiled down into a binary but is rather ran in real time…May 18, 20211May 18, 20211
What is a privacy policy and why are they so important?According to hackerdictionary.com a privacy policy is:May 11, 2020May 11, 2020
What’s an inode and what’s inside of one? (Linux First Principles)Before I get into a bunch of technical details I want to touch on one thing that is instrumental to know before diving deep: in Linux…Apr 7, 2020Apr 7, 2020
How many IP addresses does a network with a netmask of /24 have?We’re going to figure out how to solve this very common interview question.Apr 6, 2020Apr 6, 2020
Leetcode Bootcamp— Two Sum ITo kick off the Leetcode Bootcamp we’re going to start off with a fairly simple problem that is asked all the time at companies such as…Jul 19, 2019Jul 19, 2019
Leetcode Bootcamp — The IntroductionWelcome to part 1/81 in this mega series on Leetcode problems. If you haven’t heard of Leetcode before it’s an incredible online tool that…Jul 16, 2019Jul 16, 2019
What are mutable and immutable objects in Python3?Python is an interpreted (interpreted into C) programming language that was written in 1991 by Guido van Rossum that emphasizes simplicity…Jan 11, 2019Jan 11, 2019