Writing
Posts
All the articles I've posted. 135 total.
Jul 17, 2018 · 2 min readGit
Debug Bad Commit with Binary Search
The git bisect tool helps to identify the commit that introduced a bug.
Continue reading →Jul 17, 2018 · 2 min readJavascript
Number Extensions in Javascript
Number benefits from several changes in ES6, providing several new methods, saving us from writing our own potentially error-prone implementations.
Continue reading →Jul 16, 2018 · 1 min readrant
New Blog, New Domain
Continue reading →May 30, 2017 · 2 min readCSS
CSS Grid on Production
CSS Grid which allows far greater control than we've ever had before
Continue reading →May 25, 2017 · 5 min readPython
New interesting data structures in Python 3
take a look at some data structures that Python 3 offers, but that are not available in Python 2
Continue reading →May 22, 2017 · 3 min readPython
Keyword argument demystify
There’s a lot of baffling among Python programmers on what exactly 'keyword arguments' are
Continue reading →May 04, 2017 · 1 min readPython
Looping techniques in Python
Python has multiple techniques for looping over data structures
Continue reading →May 03, 2017 · 1 min readPython
Enhance your tuples
Standard Python `tuple`s are lightweight sequences of immutable objects, yet their implementation may prove inconvenient in some scenarios
Continue reading →