Rishabh Mehra·Apr 26How indiagold made their RBAC system future-ready to improve compliance and operational efficiency?Introduction In any fast-growing startup, it is critical to incrementally improve your tech infrastructure and codebase to ensure that you are able to grow consistently and reliably and keep tech debts to a minimum. As we considered scaling up, the first step was to look back and understand our current system…Tech3 min read
Shaifi Bansal·Feb 14How indiagold collects leads from 10+ channels in a fault tolerant way?Whether an organisation is big or small , whether it is dealing in the finance or marketing domain, one thing is common in all organisations that they need to survive and grow: BUILD SALES FUNNEL TO COLLECT LEADS. More the number of leads, more the chance you have to convert…Technology4 min read
Shashwat Srivastava·Dec 16, 2021How indiagold rolled out more than 365 releases in less than a year — the concept of feature flagHaving bugs in production is a nightmare for anyone. It becomes even more challenging once your user base grows significantly. On top of this if you are using a mobile app, iOS or Android, you can’t fix any bugs immediately since every release has to be approved before it is…Tech6 min read
Vijay Gond·Jun 30, 2021How to encrypt local data in your android app — A quick guide on how we did it at indiagoldAccording to “Mobile Security Project” under “The Open Web Application Security Project (OWASP)” insecure data storage is one of the top ten security issues for smartphones because sensitive information can be exposed if not carefully protected. Until now there was no native solution for data encryption to encrypt user data…Tech4 min read
Palash Gupta·Jun 8, 2021How we optimised our indiagold react app to improve our PageSpeed performance scoreWhen it comes to optimising SASS Application there is no silver bullet to optimizing the application. But before jumping into the optimization of the web app. it is very important that you must follow the very simple concept of KISS (KEEP IT SIMPLE STUPID) 1. Re-Render a component only when needed A component should be re-rendered only…Tech3 min read
Laxmikant Joshi·Apr 1, 2021How we solved an elusive memory leak issue at indiagoldIt’s a developer’s worst nightmare, when your server suddenly stops and traffic is at peak & you have no idea why it happened. This article is about a similar scenario we faced at indiagold last month. Introduction We have setup our infra on AWS autoscaling to handle traffic surge. Lately…Tech4 min read
Shashwat Srivastava·Feb 22, 2021A glimpse into the tech stack used by indiagoldDid you know — We have rolled out ~300 backend releases in less than a year. After I wrote about how we scaled our backend to handle exponential traffic spikes, we have been getting requests to explain our tech stack. So here is a glimpse into the tech stack which…Tech2 min read
ashu5398·Feb 18, 2021How indiagold solved the low network connectivity problem for their loan managers working in the field?We are in 2021 and have successfully completed the trial of 5G networks in India. And while giant telecom operators are competing together for 5G market share, we still have low network problems in the local streets of India. Initially when we launched our business app to help loan managers…Persistence3 min read
Deepak Abbot·Feb 16, 2021Product/Growth stack we use at indiagold — tools any startup can useI get asked about various tools we use for driving growth & product management at indiagold so I decided to share all the tools we are currently using. Considering we are at seed stage, we decided to go with tools which either come free or at extremely low cost. We…Growth1 min read
Shashwat Srivastava·Feb 10, 2021How indiagold scaled its backend to handle 100x traffic spike?For every startup, it’s a dream come true if they get exponential traffic. But what happens once you do get it? How do you handle such a high load? Is there a playbook for it? Here is indiagold’s story of how we scaled our backend to handle 100x traffic spikes. Introduction …Tech6 min read