CI/CD

Deploy Docker Image using Github Actions to Google cloud Run

Deploy docker images automatically from github to cloud run using github actions. Cloud run is serveless similar to lambda so you are only charged when container is serving request. Major different between aws lamdha or google function and cloud run is cloud run can deploy docker images, which is life saver as majority of projects are already dockerize.

Read
algorithm

Building Ranking Algorithm

Combine mutiple algorithum to rank products. Generally websites rank base on newest or popular product, but this method has more cons than pros. Ranking is omnipresent from newsletter to ads.

Read
tips

Vlookup in R AND Python

If your moving into R or python from excel than you know what I am talking about. If python/R/SQL where you first tool for data analysis than you will never understand the pain.

Read
visualization

NEPSE: Market Cap Vs Sectors

Best treat of boring data wrangling process is beautiful visualization that tells the whole story in single glance. NEPSE market cap vs sectors

Read