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]
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]
Making life simpler with LaTeX and GitHub Actions
The GitHub Actions has been a great asset for any and every possible project that requires on-the-fly integration checks, deployment, or even rick-rolling when there is a new issue submitted to the repo.
[Read More]
Must follow rules in coding
I have been working as an R&D Engineer for most of my professional life; it has only been in recent years that I have started to work with full-fledged product development for startups.
[Read More]