Implement Binary Search in TypeScript Using Generics with Useful Refactorings

I asked a couple of my colleagues to spend their lunch watching me code up something in visual studio. The idea being — they would watch… Read more

Similar

Understanding TypeScript’s Popularity

TypeScript is an overwhelmingly popular extension to the JavaScript programming language, which focuses on adding a type layer on top of existing JavaScript syntax which can be erased without runtime changes to the original JavaScript. People percieve Typ... (more…)

Read more »