This is an excellent video which explains agile product owner responsibilities in a very quick 15 mins. Poster :
Installing Docker on Duet 5 – Chromebook arm64
If you are like me googling to understand why all the default steps provided to install docker is not working on Duet 5, it’s because of the face that Duet 5 is powered by snapdragon which is an arm processor and hence the fundamental libraries are different. However use the below Debian docker install steps […]
Best Opensource Admin Template
This is one of my goto template to build quick JS apps https://github.com/tabler/tabler
DBT & Composer using GKE
This article details all the required steps to get DBT triggered from composer Link here
Data Warehouse 101 – Basics
Preamble Thought of writing this series of posts to explain about what a data warehouse is and what are all the layers it has. Warehouse What is data warehouse and why do we need one ? We are living in a digital age and anything and everything we see and use is supported by data […]
Converting a Slowly Changing Dimension Table to A Snapshot Table using Views
In most of the data warehouses we often encounter tables populated with SCD logic to save space. It could be on the staging layer or on the Dimention or the fact tables. So if your consumption requirement demands you to have a daily snapshot (or monthly snapshot), then the first thing we do is to […]
Modelio CSV Import Script
One of the most important feature which is missing on Modelio which is there in other tools is that there is no CSV import feature. For example if you want to create a class which has around 100 or more attributes then it will be very cumbersome. Am sure you will have this attributes listed […]
Free SSL for your website / web blog
As chrome and other browsers started displaying popups for the websites without SSL, I am getting queries from all of my mates on provisioning or installing SSL certs (free) without buying expensive certs from the hosting providers. Head on to below website and follow the instruction, https://zerossl.com/
StarUML – Portable Version
Just the latest version cooked as portable version. But please remember to buy your license and update there. Please rename the file to .zip and extract
Sending Message to Slack
We often get requirement to send data to slack as a part of any notification activity in any automation requirements. It could be as simple as an alert message or bit complicated as initiating a workflow. The below code snippit simplifies that messaging using native python libraries.