Shaheen Ahmad Khanshaheen-ahmad.hashnode.dev·Nov 16, 202412-Factor App methodologyThe 12-Factor App Methodology outlines best practices for modern, scalable applications. It emphasizes having a single codebase for all deploys, explicitly declaring and isolating dependencies through a package manager, and storing configurations in ...Discuss12 Factor App
Ankit Jhaankitjhablog.hashnode.dev·Aug 4, 202312 Factor App : Cloud developer need to knowYou can find the 12factor.net website by searching for the 12 Factor App. They discuss the best technique to develop web apps or software as a service. So, I'm going over these 12 factors and using this list as the foundation, but I am going to cover...Discuss·2 likes·141 reads12 factor
Mikaeel Khalidblog.mikaeels.com·Jun 6, 2023The 12-Factor App MethodologyIntroduction In today's fast-paced world, building robust, scalable, and maintainable applications is crucial for success. The 12-Factor App methodology, developed by engineers at Heroku, provides a set of best practices for building cloud-native app...Discuss·96 readsDevOps12 factor
Amit Himaniamithimani.hashnode.dev·May 24, 2023How to Containerise Spring Boot AppDuring my previous project with a well-known investment bank, we implemented a modern architecture using Spring Boot microservices. It was designed following the 12-factor microservice principles, which helped us build a scalable and resilient system...DiscussSpringboot
Rafey Ahmedrafeyahmed.hashnode.dev·Apr 23, 2023Building Cloud Native APPs using 12-factorThe 12-factor app is a set of best practices for building software-as-a-service (SaaS) applications that are portable, maintainable, and scalable. It was created by a group of software engineers with experience in building SaaS apps and aims to provi...Discusscloud native