Hey š, Iām Bharath.
RSS FeedI'm a Software Engineer with 7+ years of experience, passionate about building purposeful products with deep technical rigor. With a background in Computer Science Engineering, my curiosity for how systems work has shaped my journey.
Read the blog posts or check my bio for more info.
Recent Posts
-   The Dunning-Kruger Effect - Why Beginners Feel Like ExpertsPublished: at 09:30 AMUnderstanding the cognitive bias where people with limited knowledge overestimate their competence, with real-world examples from tech and life. 
-   Understanding Python __mro__ Method Resolution OrderPublished: at 06:30 AMPython's __mro__ determines the order in which methods are searched in inheritance hierarchies. Learn what it is, why it matters, and see practical examples. 
-   How to patch vulnerable sub-dependencies with overrides in package.jsonPublished: at 03:30 PMSee how to quickly patch a vulnerable sub-dependency in your Node.js project using the overrides field in package.json, with a real-world example and advanced usage. 
-   Avoiding the God Object - A Guide to Better Software DesignPublished: at 07:30 AMA quick guide to understanding what a God Object is, why it's problematic, and when it might make sense to use it.