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, 202282Jul 7, 202282
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, 20211582Jul 24, 20211582
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, 2021216Apr 22, 2021216
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, 2020822Oct 26, 2020822
Load BalancingThis is the first article in the series: Fundamental Concepts in System Design.Jul 8, 202057Jul 8, 202057
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, 20201477May 10, 20201477
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, 202064May 6, 202064