Think of MFEs as microservices, but for the frontend. Each team owns a vertical slice: UI + logic + deployment.
An architectural style where independently deliverable frontend applications are composed into a greater whole.
The complete guide to cutting your Claude Code context consumption by ~60%.
Six open-source tools, each saving tokens at a different stage of the LLM interaction loop. No overlap between them — they compose into a single pipeline that effectively doubles your usable context window.
User Prompt
→ [MCP-Memory-Service] Cross-session knowledge → skip re-discovery
→ [MCP-Context-Provider] Targeted context rules → skip brute-force file reading
Last Updated: 2024-02-06
Git worktrees allow you to check out multiple branches simultaneously in separate directories, while sharing a single .git metadata store.
THere are some best practices, useful Git aliases, and shell functions for efficiently managing Git worktrees. It covers: