arrayofcodes.comDeploy Angular/React website on a custom domain using AWS S3, Cloudfront and route 53If you're here, chances are you already have an Angular or React application ready for deployment and a registered domain. In this article, we'll guide you through deploying your application using a domain registered with GoDaddy. While we'll be usin...Aug 7, 2024·10 min read
arrayofcodes.comWhy python recursions are too slow?Benchmarking I am a big fan of micro benchmarking. In this article, we will compare the performance of tail end recursive Fibonacci(40) in C, Go, Python3 and javascript. Note - A language isn't fast or slow, it's the compiler/interpreter which is res...Apr 5, 2024·5 min read