Connor BreretonWhat 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
Connor BreretonWhat 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
Connor BreretonWhat is a privacy policy and why are they so important?According to hackerdictionary.com a privacy policy is:May 11, 2020May 11, 2020
Connor BreretonWhat’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
Connor BreretonHow 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
Connor BreretonLeetcode 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
Connor BreretonLeetcode 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
Connor BreretonWhat 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
Connor BreretonDynamic (shared) vs. Shared Library PerformanceTable of Contents:Dec 11, 20181Dec 11, 20181