Patching ArrayGiven a sorted positive integer array nums and an integer n, add/patch elements to the array such that any number in range [1, n]…Jan 3, 2021Jan 3, 2021
Bucket SortBucket sort is constructed of two main parts, the hash and sort. The hash is the way that the information in the sorted array can be…Dec 27, 2020Dec 27, 2020
MongoDBWe are looking for someone who knows how to use NoSQL databases. But what does that mean. Does it just mean that SQL isn't necessary? What…Dec 20, 2020Dec 20, 2020
The Leap To GPT-3Generative Pre-Trained Transformer 3 (GPT-3) is the third in a series of AI language models released by the OpenAI lab in San Fransisco…Dec 13, 2020Dec 13, 2020
Activate FountainThis is just one problem but it was one that I got from an interview and would love to talk about where I went wrong and how to solve it…Dec 6, 2020Dec 6, 2020
FTP ServersThere are three different types of FTP server connections. The different types are:Nov 29, 2020Nov 29, 2020
Starting AgainThe process of picking up and starting again is challenging for everyone. No one enjoys the process of trying to break into a new field…Nov 22, 2020Nov 22, 2020
BacktrackingBacktracing is an algorithmic-technique for solving problems incrementally by building the solution incrementally. The system is…Nov 15, 2020Nov 15, 2020
Advanced LoggingWhile it is nice to be able to look at what went wrong easily, the organization of it is important. There are some built-in tools that…Nov 8, 2020Nov 8, 2020
LoggingLogging what is the point. It doesn't move the codebase forward and doesn't make introduce new functionality to your users. So really why…Nov 1, 2020Nov 1, 2020