InfoQ Homepage migration Content on InfoQ
-
Rewriting All of Spotify's Code Base, All the Time
Aleksandar Mitic and Jo Kelly-Fenton discuss how Spotify uses "Honk," a background AI coding agent, to automate codebase migrations at scale and tackle the ongoing maintenance problem.
-
Lessons Learned in Migrating to Micro-Frontends
Luca Mezzalira discusses a practical roadmap for migrating to micro-frontends, explaining how to optimize for team autonomy, identify domain boundaries, and leverage edge-compute routing.
-
Stripe’s Docdb: How Zero-Downtime Data Movement Powers Trillion-Dollar Payment Processing
Jimmy Morzaria explains how Stripe scales its MongoDB infrastructure to process $1.4 trillion in payments. He shares the engineering behind their zero-downtime data movement platform and DocDB.
-
So You’ve Decided to Do a Technical Migration
Sophie Koonin explains how Monzo navigated a two-year migration from Flow to TypeScript. She shares strategies for gaining stakeholder buy-in, using automation, and managing incremental rollouts.
-
Slack's AI-Powered, Hybrid Approach for Large-Scale Migration from Enzyme to React Testing Library
Sergii Gorbachov discusses how Slack saved thousands of hours by using a hybrid AST/LLM approach to automate complex code migration, sharing a transferable model for other companies.
-
Strangler Things: How to De-risk Legacy Code Migrations
Shawna Martell discusses a case study in which they disentangled systems with no customer impact and zero downtime, how they prioritize feature migration, tooling, and backwards compatibility.
-
Microservices to Async Processing Migration at Scale
Sharma Podila shares from their experience migrating to asynchronous processing at scale, requiring attention to managing data loss, a highly available infrastructure, and elasticity to handle bursts.
-
Life After Java 8
Gil Tene looks at the realities of Life after 8. He discusses the rate of change, the current Java ecosystem, and the implications of LTS.
-
From Managed Hybrid Hosting to Self-Service Microsoft Azure
Andy Courtenay takes a look at migrating an existing infrastructure setup over to Microsoft Azure, the trials, the tribulations, the facepalms and the ultimate freedom to grow it delivered in the end.
-
Life beyond Java 8
Trisha Gee talks about Java 8, wondering whether we should move to a later version, which one to choose, and how painful it might be to upgrade.
-
Airbnb’s Great Migration: Building Services at Scale
Jessica Tai recaps her QCon SF 2018 “Great Migration” presentation then continues the story with a focus on how Airbnb is building, operating, and scaling its expanding network of services.
-
Evolve Legacy Java EE Apps to Spring Boot Apps in One Minute
Valdir Scarin discusses the migration from a Java EE system to Spring at CCEE, Brazil: preparing the migration, evaluation of PoCs, various solutions found and the one executed, integration tests used