Sunday, October 28, 2007

Evidence Based Scheduling

This is a new article from Joel Spolsky talking about Evidence Based Scheduling:

http://www.joelonsoftware.com/items/2007/10/26.html

No comments:

Spring Boot Configuration Properties Localization

Spring Boot allows to externalize application configuration by using properties files or YAML files. Spring Profiles  provide a way to segr...