MLOps Literature
Last updated
Was this helpful?
12 Factors - The Twelve-Factor App is a methodology for building scalable and portable SaaS applications. It emphasizes best practices like maintaining a single codebase, isolating dependencies, storing configuration in the environment, treating services as replaceable resources, and enabling fast, stateless, and resilient deployments across consistent environments.
Clean code (java) first chapters are good
Last updated
Was this helpful?
Was this helpful?