PinnedWhat I think about moving to Jetpack Compose?I am not gonna lie when I say I love writing Jetpack Compose. It’s feels good to be writing one. But, I am also the one who usually does…Mar 31, 2021Mar 31, 2021
Adding a simple cache on Python: My Wholesome Guide to Learning Python (Part 5)Alright. You might have heard about caching for a long time, and you might have implemented this already. But, lets refresh again if you…Oct 2, 2021Oct 2, 2021
Making HTTP calls: My Wholesome Guide to Learning Python (Part 5)Knowing how to make HTTP calls or any other external calls is a staple thing in software development. You would typically make a call to…Sep 29, 2021Sep 29, 2021
Creating Virtual Environment: My Wholesome Guide to Learning PythonA simple python project can just be as simple as a single python file, and you can see in the different python files that I have written in…Sep 29, 2021Sep 29, 2021
Reading YAML & JSON: My Wholesome Guide to Learning Python (Part 4)Yaml is everywhere nowadays. Kubernetes, Docker, AWS Cloudformation, its everywhere. And, you can see why that is the case. Look at the…Sep 28, 20211Sep 28, 20211
Class & dataclass: My Wholesome Guide to Learning Python (Part 3)If you read any of the previous articles, those are really awesome solid core python concepts that you now have in your pocket. In this…Sep 28, 2021Sep 28, 2021
Function & Type Inference: My Guide to Efficiently Getting Started with Python (Part 2)If you feel like you are somewhat uncomfortable reading through the 2nd part, you should definitely go to the 1st part and skim it or go…Sep 28, 2021Sep 28, 2021
Basic of the Basic: My Wholesome Guide to Python (Part 1)What is it that you need to know that is enough for you to write python code. Honestly, like any other programming language, python share…Aug 21, 2021Aug 21, 2021
Kubernetes: Getting started with MiniKubeThis will be real short Kubernetes guide. You will probably find more information in Kubernetes’ website, but here is a simple example of…Apr 5, 2020Apr 5, 2020
Dagger Android InjectionThis article is solely about injecting Android Activities in the Dagger. I found that there is a scare in the resources on how to setup…Jul 24, 2019Jul 24, 2019