Using the Binary Search Algorithm in Python

Feb 26, 2021 · 1 min read
posted in python
I'm going to explain what the binary search algorithm is, how to use it and some use cases when it may come in handy.

Creating a Javascript Dictionary

Feb 19, 2021 · 1 min read
posted in javascript
If you come from a Python background you're probably wondering how you would create a Javascript dictionary.

How to Compare Two Arrays in Javascript

Feb 12, 2021 · 1 min read
posted in javascript
Comparing two arrays in Javascript is not as simple as you might think.

10 Useful Commands for Git Stash

Feb 7, 2021 · 1 min read
posted in devops
A list of commands for using `git stash`. Use `git stash` for saving your progress without creating a new commit.