Tableau Predicting Dam Water Levels Using Tableau Aug 12, 2018 Jose CherianMy home state is going through a crisis right now as the largest arch dam in Asia , Idukki Dam is reaching its full reservoir capacity due to unprecedented monsoon rains. …
Python Tableau JIRA to Tableau in two lines of Python Jul 31, 2018 Jose CherianRecently, I had to create one status dashboard for a JIRA project. Tableau does not connect to JIRA out of the box and you need to purchase a connector to…
Tableau Tableau Tip: Aligning Text and Shape inside a single cell (KPI Indicators) Jun 30, 2018 Jose CherianCommon way of putting text and shape in a single cell in Tableau uses Shape as mark type and the value as Text. Increase the column width and you have…
PWA Dynamic PWA Manifest May 5, 2018 Jose CherianRecently I saw an interesting stack overflow question that asks about changing the PWA icon dynamically based on the page url. Some of the comments are pointing in the right…
VSCode Developing AngularJS Apps with VS Code Feb 16, 2018 Jose CherianIf you are switching from Brackets to VS Code for your AngularJS development, the first thing you are going to miss is the live preview option. VS Code does not…
Django Django access control using LDAP Nov 18, 2017 Jose CherianLDAP(Lightweight Directory Access Protocol) is a popular way to control access in enterprise environments. In this post, I will demonstrate how this can be used with django. Setup LDAP…
Django Django Unit Testing in VSCode Nov 11, 2017 Jose CherianWhile PyCharm Pro might be the most popular IDE for Python development, the community version supports neither Django nor JavaScript . VSCode is a free opensource alternative which has pretty…
Django Auto registering models in Django Admin Aug 13, 2017 Jose CherianDjango admin is a very valuable tool for developers especially during the development phase. Normal way of registering a model to the admin is as below. from myapp.models import MyModel…
Django Django ORM Union, Intersection and Difference Aug 8, 2017 Jose CherianStarting from Version 1.11 (April 2017), Django ORM comes with Union, Intersection and Difference capabilities . While it was possible to implement this capability our own, it is nicer to…
EMAIL WEB HOSTING Email Hosting Outside Your Web Host Aug 6, 2017 Jose CherianThere are many reasons to host your email outside of your web host and there are entire blog posts discusses this topic. If you are hosting your emails externally, you…