Published inRemote ServerlessServerless Chat Service on AWSBuilding a chat application is a challenging task. Building it in a serverless manner is even more challenging. But let me make that…Jul 7, 2022Jul 7, 2022
Published inRemote ServerlessMake your website SEO friendly with CloudFront and Lambda@EdgeEnabling SEO in single-page applications or the so-called SPAs has always been a hurdle. This is because in a SPA, it’s JavaScript that…Jul 24, 20212Jul 24, 20212
How I became an Entrepreneur by writing a Medium BlogI know that the title might sound a bit weird, but that is what actually happened. In May 2020, I had written a tech blog on the topic…Apr 22, 2021Apr 22, 2021
Build a Custom Calendar with Angular Material CalendarI was recently working on building a feature similar to calendly by myself. In order to implement that, I wanted a base calendar component…Oct 26, 20202Oct 26, 20202
Load BalancingThis is the first article in the series: Fundamental Concepts in System Design.Jul 8, 2020Jul 8, 2020
Drawing a Polygon Using Angular Google MapsThis article demonstrates how to use angular google maps component to construct a polygonal region and compute its area.May 10, 20207May 10, 20207
Binary Search Tree (BST) IteratorProblem: Implement two methods on a BST: 1. next()- returns the next minimum value 2. hasNext() — returns whether next minimum existsMay 6, 2020May 6, 2020