Kai Xie·Apr 2Reimagining the SDLC: What an AI-Driven Software Lifecycle Actually Looks LikeAI is no longer just helping developers write code — it’s starting to reshape the entire Software Development Lifecycle (SDLC).A response icon4A response icon4
Kai Xie·Apr 1From Apps to Agents: Rethinking Software in the Age of AI CoordinationFor decades, the way we build and use software has followed a familiar path. Users identify a need. Developers design and build an…
Kai Xie·Jun 6, 2025Deploy a Static Web App to AWS (S3 + CloudFront) with CloudFormation + Cloudflare DNSThis tutorial guides you through deploying a secure and scalable static web application on AWS using Amazon S3, CloudFront, Cloudflare DNS…
Kai Xie·Apr 21, 2023Remote Feature Flagging with FirebaseRemote Feature Flagging is a development technique that allows developers to control the release of new features in their applications or…
Kai Xie·Dec 26, 2022Design React Native app with MVP (Model-View-Presenter) architectureReact Native is a JavaScript framework for building native mobile applications. It allows developers to build mobile apps for iOS and…
Kai Xie·Aug 26, 2022A study about the stability of Array.prototype.sort method on React NativeThe sort() method sorts the elements of an array in place and returns the reference to the same array, now sorted. And we can also specify…
Kai Xie·Jan 6, 2022Implementing a sticky banner with Animations in React NativeReact Native brings React’s declarative UI framework to iOS and Android. With React Native, you use native UI controls and have full access…
Kai Xie·Aug 22, 2021Google map, location service and firebase realtime database on Android — AdvancedMap and location service are very important features on mobile devices, and they are the one of the major distinction compared to…
Kai Xie·Aug 22, 2021Google map, location service and firebase realtime database on Android — BasicMap and location service are very important features on mobile devices, and they are the one of the major distinction compared to…