MSP

Kubernetes Deployment using Istio Service Mesh

Introduction Modern applications need zero-downtime deployments and safe rollouts. Blue-Green Deployment is a classic strategy where two environments (Blue = current version, Green = new version) exist side by side, and traffic is gradually shifted. When paired with Istio Service Mesh, you get powerful traffic management features like routing traffic by percentage making Blue-Green safer […]

JS

Activity Component: Conditional Rendering in React 19.

Introduction Traditionally, we used ternary operators or CSS style attributes (display and visibility) to implement conditional rendering in a React component, but the issue with this approach was that either it caused internal state loss or was not performance-friendly. With React 19, a new component called Activity has been introduced which can implement conditional rendering […]

Project Management

From Boss to Coach: Shifting the PM Mindset for Better People Management

Introduction “Be the change you want to see in others.” We often live in a world full of criticism, where people are quick to form opinions about others. But sometimes, a small internal shift can lead to a much happier and healthier work environment. In this blog, I want to emphasize the importance of being […]

Python

Pycon India 2025 – An exciting and memorable experience!

Introduction Pycon India 2025 is the national level yearly Python Conference which was held in Bengaluru this year. In TTN, we target to visit this event each year to keep us up-to-date about what is happening in India’s Python Ecosystem. This year, two of us visited and experienced this 2 day long event which covered […]