Posts
All the articles I've posted.
-
Get the Most of Floats
1 min read PythonFloats also have several additional methods useful in various scenarios
-
Format text paragraphs with textwrap
1 min read PythonPython's textwrap module is useful for rearranging text, e.g. wrapping and filling lines.
-
Unicode Character Database at Your Hand
1 min read PythonPython's self-explanatory module called unicodedata provides the user with access to the Unicode Character Database and implicitly every character's properties.
-
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