LinguaLoop: A Modular, Tested, and Packaged Language Learning App
Published:
In this brief talk, I present LinguaLoop, a modular language learning web application, to demonstrate a full-stack software design focused on testability, automation, and reproducibility. The talk highlights how the system is structured into clear components with strong separation of concerns, supported by a layered testing strategy ranging from unit tests with mocks to full integration tests against a real database. At the end, I map these engineering practices to spacecraft software infrastructure concepts such as subsystem isolation and system-level verification.