Thoughts on - Into thin air

I recently picked the book Into thin air by Jon Krakauer, which details the authors’ experience with the 1996 Mt. Everest disaster that is said to be one of the worst incidents at the summit. The book itself is a distressing page-turner that details the author’s personal experience and thoughts... [Read More]

Setting up global .gitignore file

Recently, I have been involved in reviewing pull requests as part of different projects. Often, contributors tend to use an editor different than what is used by others in the same repository, this requires them to also update the .gitignore to ignore the editor configurations from commits. [Read More]
Tags: git gitignore

Resolving the Djano migration issues

Django is a brilliant Python framework for the rapid development of web apps that helps to maintain a clean and pragmatic codebase. Although I have not been using Django until last year, I have to admit, as compared to Flask, Django is certainly much helpful with all the plugins that... [Read More]