Writing on software development, devOps guidelines, and the GNU/Linux & MacOS how-tos.

All of my long-form thoughts on programming, leadership, product design, and more, collected in chronological order.

Guide to Open and Run an Existing Flutter App in Android Studio

This comprehensive guide walks you through the complete process of setting up and running an existing Flutter application in Android Studio. Perfect for developers new to Flutter or those troubleshooting setup issues, this step-by-step tutorial covers everything from installing Flutter SDK and Android Studio to running your app on both emulators and physical devices. Learn how to properly configure development environments across Windows, macOS, and Linux, install necessary plugins, set up Android SDK components, and resolve common issues that might arise during the process.

Use Lambda@Edge for Angular Deployment

If your Angular application requires dynamic functionality (e.g., authentication, API calls, etc.) that can't be handled by static assets alone, you can set up Lambda@Edge functions to process requests.