How to create RESTful CRUD application with Spring Boot even faster10 February 2020·6 minsBuild, test and publish Java application
Continuous Integration of Java project with GitHub Actions20 January 2020·16 minsBuild, test and publish Java application
GitHub Actions and Firebase Test Lab24 November 2019·12 minsAutomate running instrumentation test on Firebase Test Lab with GitHub Actions
GitHub Actions for Android: First Approach24 October 2019·9 minsAutomate building and testing Android application with GitHub Actions
Write better code with SonarQube16 September 2019·7 minsSpin up multiple applications with Docker Compose
How to fetch REST API every 2 seconds with RxJava 25 March 2019·7 minsBasic usage of RxJava 2 library
What was added to Java 8? Optional class2 December 2018·3 minsHandling nulls with Optional class in Java
What was added to Java 8? Streams18 November 2018·6 minsIntroduction to Streams from standard library from Java
What was added to Java 8? Lambda expressions5 November 2018·3 minsIntroduction to lambda expressions in Java