Skip to content
Rezha Julio

Archives

All the articles I've archived.

2026 24
February 21
January 3
2025 2
December 1
January 1
2024 1
February 1
2023 2
January 2
2022 1
December 1
  • Hey there

    2 min read Life

    Hey there... Long time no see.

2019 1
May 1
  • What happened to self-hosted blogs?

    2 min read Rant

    Platforms such as Medium have made the majority of original self-hosted blogs a matter of the past. Personally, for the whole blogging community, I believe that is terrible.

2018 8
July 8
  • Your Own Python Calendar

    1 min read Python

    The Python calendar module defines the Calendar class. This is used for various date calculations as well as TextCalendar and HTMLCalendar classes with their local subclasses, used for rendering pre-formatted output.

  • Get the Most of Floats

    1 min read Python

    Floats also have several additional methods useful in various scenarios

  • Format text paragraphs with textwrap

    1 min read Python

    Python's textwrap module is useful for rearranging text, e.g. wrapping and filling lines.

  • Unicode Character Database at Your Hand

    1 min read Python

    Python'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 Python

    Paradigms of functional programming as applied to Python

  • Debug Bad Commit with Binary Search

    2 min read Git

    The git bisect tool helps to identify the commit that introduced a bug.

  • Number Extensions in Javascript

    2 min read Javascript

    Number 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

2017 40
May 7
  • CSS Grid on Production

    2 min read CSS

    CSS Grid which allows far greater control than we've ever had before

  • New interesting data structures in Python 3

    5 min read Python

    take a look at some data structures that Python 3 offers, but that are not available in Python 2

  • Keyword argument demystify

    3 min read Python

    There’s a lot of baffling among Python programmers on what exactly 'keyword arguments' are

  • Looping techniques in Python

    1 min read Python

    Python has multiple techniques for looping over data structures

  • Enhance your tuples

    1 min read Python

    Standard Python `tuple`s are lightweight sequences of immutable objects, yet their implementation may prove inconvenient in some scenarios

  • Get more with collections!

    1 min read Python

    In addition to Python's built-in data structures (such as `tuple`s, `dict`s, and `list`s), a library module called `collections` provides data structures with additional features, some of which are specializations of the built-in ones

  • There is more to copying

    1 min read Python

    An assignment only creates a binding (an association) between a name and a target (object of some type). A copy is sometimes necessary so you can change the value of one object without changing the other (when two names are pointing to the same object)

April 27
March 1
January 5
2016 7
December 1
November 2
July 1
June 1
February 2
2015 10
August 1
July 1
April 3
March 1
February 2
January 2
2014 11
October 2
July 9