It is one of my favorite films. This film is based on the true story of Oskar Schindler, a business owner in Germany during the second world war period. He is a smart man in the business, did bribe Nazi military officers, and employed Jews in his factory. His action gave hope for Jews while it cost him a lot and made him in a dangerous position. Even though it is only a small number of Jews that can be saved compared to millions who were killed, his action can become an inspiration for future generations. This film is very strong and has a wide view. We can feel how hard living in the war period as slaves is and how important kindness is.
If you haven't heard of the twelve-factor app , it gives us a recommendation or a methodology for developing SaaS or web apps structured into twelve items. The recommendation has some connections with microservice architecture and cloud-native environments which become more popular today. We can learn the details on its website . In this post, we will do a quick review of the twelve points. One Codebase Multiple Deployment We should maintain only one codebase for our application even though the application may be deployed into multiple environments like development, staging, and production. Having multiple codebases will lead to any kinds of complicated issues. Explicitly State Dependencies All the dependencies for running our application should be stated in the project itself. Many programming languages have a kind of file that maintains a list of the dependencies like package.json in Node.js. We should also be aware of the dependencies related to the pla...
Comments
Post a Comment