Beyond the Map: Ola’s Journey to Innovate with Homegrown Tech

In an era increasingly characterized by technological independence and innovation, Ola's initiative to create and implement its own mapping solution, Ola Maps, marks a pivotal development. This strategic move, projected to save the company approximately ₹100 crores annually by moving away from Azure and Google Maps, underscores a significant trend in India's technology sector: the … Continue reading Beyond the Map: Ola’s Journey to Innovate with Homegrown Tech

Guide to JSON Marshal/Unmarshal and Encode/Decode

Introduction JSON is a lightweight data-interchange format that is easy for humans to read and write, and easy for machines to parse and generate. In Go, working with JSON is made simple with the encoding/json package. This blog will explore the fundamentals of JSON marshal/unmarshal and encode/decode in Go, when to use them, a comparison of their … Continue reading Guide to JSON Marshal/Unmarshal and Encode/Decode

Leveraging React Query: A Data-Fetching Powerhouse

Have you ever wondered how caching could transform your React applications, making them faster? In this blog, We’ll explore how React Query utilizes caching to streamline data fetching and management, alongside various methods for effective caching. Additionally, we’ll uncover the power of optimistic updates, a key optimization technique rarely used. What is cache?In React Query, … Continue reading Leveraging React Query: A Data-Fetching Powerhouse