π Dive deep -> git
Hope youβve introductory knowledge of git, if not you can refer to one of my git intro blog

So we know things till git push which is pretty simple, lets get little deep where we can deal with some real life scenarios where we might have messed up and...
[Read more]
πExplore file System with Flask π
Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: Itβs BSD licensed[1] Jinja2 is just a templating language, means we can keep HTML templates to reuse then and by using its features we can iterate the objects and parse data in...
[Read more]
Let's start with git
Letβs talk a little bit about why git? The same guy who created a βLinux Operating Systemβ Linus Torvalds also created git for Linux kernel development. While working in a group project we need to keep our code from where other team members can easily access it. keeping them centrally...
[Read more]
Deploy a python app using OpenFaaS
OpenFaaS provides function as a service. FaaS is a framework for building serverless functions on top of containers. FaaS can be run using Docker Swarm. With FaaS developers can focus on development more than servers and deploys. FaaS providers do not charge to their clients for an ideal condition, clients...
[Read more]
ManageIQ Installation in Docker
Docker image for ManageIQ is available. It can be run in a Docker container. There are also other options like Public cloud or Vagrant to get started with ManageIQ. It can run everywhere Docker is available. First thing, you have to install Docker on your system. Follow instructions in Docker...
[Read more]
ManageIQ Database Backup and Restore
Hybrid-Cloud-Automation-Using-Ansible-ManageIQ Nowadays, Automation is the mother of all the inventions, that give rise to all the new technologies. Most of the latest technologies are the reason for automation. This project is one of our tries to automate hybrid cloud using ManageIQ and Ansible. A hybrid cloud is the one with...
[Read more]
Working with PyQt4
Working With PyQt4 PyQt4 is a framework for Gui Design. We were working on project Server-Suite and we were searching for a good GUI provider in python and decided to go with PyQt4. While working on a project I learned many things and I thought about sharing them. Through this...
[Read more]