Hi!

I am an experienced Platform Engineering leader with a strong track record in cloud-native solutions, Kubernetes and architecting-scaling complex systems on AWS and GCP while ensuring operational excellence. I am also passionate about innovation, team empowerment, and SRE practices.

Posts

18 Oct, 2016

How difficult is it to learn Django?

Learning Django isn’t hard at all. But when I start to learn it, it seems very hard to me. So I stop learning Django and start learning Flask. But why? Django comes with MTV (Model-Template-View) architecture. In this architecture, a web App is divided into some parts. The code for database will be in models.py, the code for views, I mean how the web App will response with user interaction will be written in views.

11 Oct, 2016

Is there exist a framework better than bootstrap in market?

When I have seen this question, I have asked myself ‘better in where?’. Surely BootStrap is the most famous CSS framework in present world. It is famous because it is easy to learn and use. Its great documentation has made it easier to use. That’s why it is the most famous CSS framework. When you are gonna build a website, BootStrap is a charm. But what about a WebApp? BootStrap is just like a waste of time.

18 Sep, 2016

What’s the best way of building website with Django?

You may see that, Django has two different ideas in its structure. One is project and the other is app. Project holds apps. You can create as many as apps you need. But the question is how many app will you need? Just one or more? For example, you are gonna make a blog. Now you can create an app as main which will manage the blog’s posts. Now your blog needs commenting.

12 Aug, 2016

Data Structures and Algorithms I should know

I have been programming for about 3 years. And just I have realized I know nothing about it. You may be surprised! But believe me, I have learnt a little about data structures and algorithms. To say the very truth, they are the heart of programming. So I should learn them as many as I can. The time doesn’t wait. But fortunately, I have time to learn till now. You may start with me too.

9 Aug, 2016

Deploy Django on Ubuntu VPS

Deploying Django on VPS is an easy task if and only if you know some system administration tasks. You may think on which I have written this statement. But believe me, it’s my personal realization when I deploy my personal blog (made on Django). Let’s go back. Previously, my personal site was on WordPress, a PHP based CMS. It is free, Open Source and the top blogging CMS.. Everything was going right.

3 Aug, 2016

Use runit in Ubuntu 16.04 LTS

Last 2 years, I am using runit to run any script automatically during booting. When I was using Ubuntu 14.04 in my server, I wasn’t having any issue. But in Ubuntu 16.04, an issue has been found. runit plays with upstart which was default in Ubuntu 14.04. But in Ubuntu 16.04, upstart has been replaced with systemd. So, runit isn’t working normally. But the issue can be fixed as follows:

10 Jul, 2016

Is it good idea to have SQLite database in Flask app?

SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. Unlike most other SQL databases, SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files. A complete SQL database with multiple tables, indices, triggers, and views, is contained in a single disk file. The database file format is cross-platform - you can freely copy a database between 32-bit and 64-bit systems or between big-endian and little-endian architectures.

31 May, 2016

Is Python Flask only for web sites?

What is Flask?Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It’s BSD licensed! “Micro” does not mean that your whole web application has to fit into a single Python file (although it certainly can), nor does it mean that Flask is lacking in functionality. The “micro” in microframework means Flask aims to keep the core simple but extensible. Flask won’t make many decisions for you, such as what database to use.

14 Mar, 2016

Which Python web framework is better: Django or Flask?

This question was asked on Quora. When I see the question, I set my mind to answer the question. I know I have a little experience on this section but I have tried my level best. Please never forget to mention if I miss anything or make any wrong. By the way, the answer of this question should be aim depended. Please let me explain. Job aimed You will find that most of the Python Web Developing companies are using Django.

7 Apr, 2015

Disable scanning for btrfs file systems in Ubuntu

Firstly. Let me state the issue I was facing with Btrfs file system. Then I’ll try to make your sense clear about Btrfs. I’m a Linux maniac, using Ubuntu for a long time. I used to keep my Ubuntu updated with latest version, security update, patches and specially with latest kernel. So, that day I would make my Software Updater run and get a message that I would need to download 186.