Live-reloading of Python Modules in the Python REPL / IPython / Jupyter Console
As modules get bigger, they tend to import other modules, or do some preliminary setup work. Python 3 supports inline reloading of modules.
Writing is a big part of my life. This is a collection of my essays and short musings throughout the years.
Sidenote: This site is currently under heavy construction. I am working hard on migrating all the pages from my old blog over here. This is why many of old posts may be missing for some time. Apologies.
As modules get bigger, they tend to import other modules, or do some preliminary setup work. Python 3 supports inline reloading of modules.
The easy trick that will help you stay on top of your Twitter timeline.
A quick tip on securely setting up remote ElasticSearch instances.
Kotlin brings a touch of succinctness in places, where even programmers new to Java, may find code unnecessarily over-bloated.
Slack can is much more than just a tool for team collaboration - it can also be used as a personal knowledge hub. Create channels for different topics and use Slack’s integrations to automatically collect tweets, code changes, and more. Review your thoughts regularly to create well-written and organized notes.
Writing a great commit summary is like writing a great tweet, only shorter.