CWChukwuma Wisdom Anwaegbuindevwisdom.hashnode.dev·Apr 27 · 8 min readFrom Monkeytype to My CLI: Building a Go-Based Typing Test with TUI and ZType ModeFair warning: this post is part "here's a thing I built", part "here's what I learned building it", and part "you should probably just try it." So let's go. Live demo: chuma-beep.github.io/typist Sour00
CWChukwuma Wisdom Anwaegbuindevwisdom.hashnode.dev·Jun 28, 2022 · 2 min readWhat Is Big O Notation?Before we dive into what Big O notation is, first of let's look at what an algorithm is. An algorithm, is a step by step instruction on how to solve a problem. We can say it's a finite process that if followed will often lead to a solution to a probl...01I