liongueststudios.comTariffs, Tech, and Tomorrow: A Candid Chat on Geopolitics and India's FutureIntroduction In this candid conversation, Prometheus (Yash) and Sahil dive into the implications of Trump's proposed 26% tariffs on India, touching on broader geopolitical shifts, India’s role on the global stage, the future of homegrown innovation, ...Apr 5, 2025·1 min read
liongueststudios.com"Designing Data-Intensive Applications" by Martin Kleppmann - A comprehensive summaryI’m diving into the book “Designing Data-Intensive Applications” by Martin Kleppmann, a must-read for anyone interested in building data intensive distributed systems. Over the next few weeks, I’ll be sharing my key takeaways and insights from this f...Jan 14, 2025·11 min read
liongueststudios.comSystem Design: How to Scale from Zero to a Million UsersScalability plays a major role in building today’s software systems. Why, you may ask? The simple answer is to manage a large number of users simultaneously with low latency and high response rates. Building and managing such systems at scale used to...Dec 31, 2024·7 min read
liongueststudios.comTidy First: A Systematic Approach to Improve Code Readability and MaintainabilityKey Concepts and Practices ✦ Tidyings Beck outlines a series of tidyings that can be applied to improve code structure and readability: Guard Clauses: Use guard clauses to exit early from functions when conditions aren't met, reducing nested code an...Dec 1, 2024·2 min read
liongueststudios.comLearn Git and GitHub in 2025: A Practical Tutorial for BeginnersWhat is Git and Github? Git is a distributed version control system that is used to track the changes (different versions of the software) made by many different people (distributed) to the repository (where the software is stored) of the software. I...Nov 5, 2024·8 min read