Blog

Using Newsboat to Watch Bitchute

First, RSS still qualifies as a great technology. Even though RSS faded to obscurity in the past 8 years or so, it is still very useful. RSS was and will be an integral part of the internet same as HTTP, e-mail and IRC is. In the age when information... More

Few lessons I learned after using python fabric 1.x

Fabric is a great framework for executing code on remote & local machines. The 1.X had a pretty good documentation, but workflows and tools were not so clearly explained, after writing several scrips myself, I managed to come up with a few rules that... More

Grice's Maxims Pythonic Edition

Which is better verbose paragraphs or lean and on point sentences? Why communication with other people can sometimes be so hard sometimes, even though we you are discussing basic things? Why sometimes we get frustrated with other people speaking? Why... More

Creating A Production Ready Django App (cont.)

Before reading this, please make sure you are familiar with concepts and ideas covered in the pt.1 of this post. This post will be short and will simply create an additional file that will help us out with deployment task automation. The code for this... More

Creating A Production Ready Django App

This post will demonstrate a production tested and simplified configuration for Django framework. This is a two part blog post. In the first part we will mainly focus how to structure settings.py properly because with larger projects managing... More

Previous
4 of 6
Next