Programming
I program in one of these 4 programming languages - Java, PHP, Python, JavaScript. In the past, I have used others (e.g. C, VB, R etc.) and in the future I want to try Scala & Rust. But as of now all my requirements are nicely met by using one of these 4.
·
2 min read
Create a Long running Kubernetes probe for debugging cluster issues
A Kubernetes pod that allows you to log in to it to inspect or debug issues within the Kubernetes cluster.
·
5 min read
Analyze Twitter sentiment trend using Python Flair
A reusable python class that can be used to detect historical trend of sentiments from Twitter data. Useful for analyzing brand values over time.