03 February, 2019Destructuring allows you to assign items from arrays or properties of objects into single variables easily. 30 January, 2019What do three dots (...) mean in javascript? They can be used for various different purposes. 26 November, 2018Java finally brings support for raw strings. They can span multiple lines and you don't need to escape special characters. Especially useful for regular expressions. 18 November, 2018Monitor and manage you Spring Boot apps with a nice UI on top of Spring Boot Actuator endpoints. 09 November, 2018My experience as a volunteer at Reactive Conf Prague 2018. 02 November, 2018How to speed up your Spring Boot development even more with DevTools and make it more enjoyable and productive? 03 September, 2018Monitor and manage your application in production with Spring Boot Actuator 2.x. Gather metrics or check health easily. 25 August, 2018How to make your JAMStack site truly static even with user-generated content. 25 June, 2018How to obtain artifact version, build time and other build information in a Spring Boot app at runtime? 21 June, 2018Effortless creation and management of git hooks for your Node/NPM projects with Husky.