read moreQ: You have been assigned to design a VPC architecture for a 2-tier application. The application needs to be highly available and scalable. How would you design the VPC architecture? A: In this scenario, I would design a VPC architecture in the following way. I would create 2 subnets: public and pri...read more
read moreIn this article series, I’ll share how monolithic JavaScript (and TypeScript) applications can be split into distributed (micro)services with just configuration. We’ll explore the technical mechanics of this transformation and the principles for designing applications that embrace this duality. The ...read more
read moreA quick guide to setting up your React Native development environment on macOS. Prerequisites macOS Homebrew: https://brew.sh/ Node.js (node >= 18) NPM CocoaPods Watchman JDK (Java Development Kit) Xcode and Simulator Android Studio Setup Steps Install Homebrew: Install Node.js and NVM: Install Coco...read more