Kadane’s Algorithm: The Key to Optimal Subarray Sum The maximum subarray problem is all about finding a contiguous subarray with the largest sum. Basically, you need to look at an array of numbers... Archive 07/03/2019
AWS Disaster Recovery: Building Resilience for Your Business Any kind of failure can negatively impact a business value and when designing an application we need to proactively design for events like that. The... Archive 09/02/2019
Amazon Cloudfront FAQ If you're not aware of Amazon Cloudfront Service, I'd suggest you to read What is Amazon Cloudfront? before going through the FAQ. With CloudFront, your... Archive 05/02/2019
AWS Serverless Application Repository FAQ If you're not aware of Serverless Application Repository Service, I'd suggest you to read What is AWS Serverless Application Repository? before going through the FAQ.... Archive 03/02/2019
AWS IAM FAQ If you're not aware of AWS IAM Web Service, I'd suggest you to read What is AWS IAM? before going through the FAQ. You can... Archive 10/01/2019
Amazon EC2 FAQ If you're not aware of Amazon Elastic Compute Cloud Service, I'd suggest you to read What is Amazon EC2? before going through the FAQ. Starting... Archive 02/01/2019
Demystifying the Akka Actor Model What's an actor model? The actor model in computer science is a mathematical model of concurrent computation that treats "actors" as the universal primitives of... Distributed Systems 20/06/2018
The Power of Callbacks in JavaScript Sure, here's the corrected and rewritten version of the text: Yo, listen up! When a function accepts another function as an argument, that contained function... Archive 30/01/2018
Step-by-Step Guide: Installing TensorFlow on Windows Hey there! Want to install Tensorflow on your Windows machine? No worries, I've got you covered! Just follow the steps mentioned below. First things first,... Archive 15/01/2018
A Guide to Understanding Order of Growth Psst, hey you. Yeah, you. Have you seen this chart? Every software engineer worth their salt should remember this bad boy. It's all about Big... Archive 10/01/2018