PinnedDunderless PythonThis story is about improving your code quality and ways to reduce boilerplate when working with python. There are multiple options …Nov 1, 2020Nov 1, 2020
Published inTowards Data MeshIs Everything a Data Product?With the rise of Data Mesh, Data products have become increasingly popular as a way to share data and unlock its full potential. But what…Feb 19, 2023Feb 19, 2023
Published inTowards Data Mesh2023 — Rockstar Data Engineer RoadmapThis article presents a roadmap for those who want to become Data Engineers in 2023. It also serves as a reference to learn and improve…Jan 1, 20233Jan 1, 20233
Respect of the Kill: How To Properly Terminate Your Linux ProcessesEvery day, Linux users misuse the kill utility when trying to terminate a process. You go and type the famous kill -9, and all the…Nov 6, 20205Nov 6, 20205
Robust Python with Type HintsType hinting is an optional feature in Python that allows you to hint the type of the object(s) you’re using. As Python became the…Oct 30, 20201Oct 30, 20201
Mark Zuckerberg’s Squirrel ParadoxEveryone around me continuously criticized Facebook et al. for ruining our family dinners, work meetings, and even weekend parties. Today…Oct 27, 2020Oct 27, 2020
Published inThe StartupThe Dark Art of Managing your Narcissistic ManagerAt some point or another in one’s career, you are going to face working with people having difficult personalities. From research and…Oct 22, 20201Oct 22, 20201
Kubernetes The Pokémon Way: Services!One of the most confusing parts when starting to learn Kubernetes is be able to access your apps externally. With all the hype around it…Oct 22, 20201Oct 22, 20201
Apache Spark 3.0 Adaptive Query ExecutionToday, Spark SQL is one of the most valuable components of Apache Spark. It powers both SQL queries and the DataFrame API. At its core…Oct 21, 2020Oct 21, 2020
Multi-Stage AKS Deployment and Traffic RoutingThis tutorial will help you deploy your app to an AKS Cluster with isolated environments and access them using separate FQDNs.Oct 7, 20202Oct 7, 20202