Why You Should Love Types In Your Code

I hate having to write a whole bunch of type information into my codebase. I know that’s what you’re thinking as you write your Python or Javascript code. But, trust me, you will start to like types if you know how they can help you solve your problems in...

The Productive Programming Language

There are so many programming languages in the world that if you were to do a quick google search you’d end up confused on which one to choose. But, there is a war on what type of language is more productive. Dynamic vs statically typed programming languages. If...