News

This repository is created mainly for the purpose of learning Spring Boot framework. The code written here is based on follow-through from tutorial. If you are interested, come and join me to learn ...
Functional programming is quite popular, and it focuses around pure functions. Functional applications avoid the shared state, and tend to be more concise and predictable than those using ...