Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Enhancing Productivity in Large-Scale Microserv...

Enhancing Productivity in Large-Scale Microservices Project

Enhancing Productivity in Large-Scale Microservices Project

LINE Developers Thailand

October 27, 2024
Tweet

More Decks by LINE Developers Thailand

Other Decks in Technology

Transcript

  1. Large-Scale Project? > Extensive system scope > Long lifespan &

    Growth plan > Multiple development teams > Varied technology stacks
  2. Challenges > Resource constraints for local development > Config management

    > Complex dependency management > Slow feedback loop
  3. Solutions & Strategies > Lean local development > - use

    one cmd to start docker-compose + generate env & port-forward > Automated environment setup > - auto-generate env file from dev environment and secret value > Port-forwarding dependency services > - automate port-forward dependencies and auto-reconnect > Pipeline optimization for selective builds > - selective build from git branch for test or hotfix