Posts
All the articles I've posted.
-
Functional Particularities of Python
3 min read PythonParadigms of functional programming as applied to Python
-
Debug Bad Commit with Binary Search
2 min read GitThe git bisect tool helps to identify the commit that introduced a bug.
-
Number Extensions in Javascript
2 min read JavascriptNumber benefits from several changes in ES6, providing several new methods, saving us from writing our own potentially error-prone implementations.
-
New Blog, New Domain
1 min read rant -
CSS Grid on Production
2 min read CSSCSS Grid which allows far greater control than we've ever had before
-
New interesting data structures in Python 3
5 min read Pythontake a look at some data structures that Python 3 offers, but that are not available in Python 2
-
Keyword argument demystify
3 min read PythonThere’s a lot of baffling among Python programmers on what exactly 'keyword arguments' are
-
Looping techniques in Python
1 min read PythonPython has multiple techniques for looping over data structures