How to create a REST API for your App with Spring Boot, Kotlin & GradleAs an Mobile Engineer, I’ve tried numerous times to build an API for my App projects and I’ve always ended up frustrated for reasons like:Jul 6, 20208Jul 6, 20208
Published inProAndroidDevHow to create a REST API for your App with Spring Boot, Kotlin & Gradle (Part 5: Deploy on Heroku)Heroku is a cloud platform as a service that supports Kotlin. It has a free plan that will allow us to start working on integrating our…Jun 18, 202021Jun 18, 202021
Published inProAndroidDevHow to create a REST API for your App with Spring Boot, Kotlin & Gradle (Part 4: Testing)Now that we have our API working we need to make sure that it works as we expected, in this part I’m going to explain how to write Unit…Jun 18, 20204Jun 18, 20204
Published inProAndroidDevHow to create a REST API for your App with Spring Boot, Kotlin & Gradle (Part 3: Adding a H2…H2 is a relational database management system written in Java. It can be embedded in Java applications so it is perfect to not spend a lot…Jun 18, 20201581Jun 18, 20201581
Published inProAndroidDevHow to create a REST API for your App with Spring Boot, Kotlin & Gradle (Part 2: Security with…OAuth 2.0 is a protocol that allows a user to grant limited access to their resources on one site, to another site, without having to…Jun 18, 2020872Jun 18, 2020872
Published inProAndroidDevHow to create a REST API for your App with Spring Boot, Kotlin & Gradle (Part 1: First Controller)As an Mobile Engineer, I’ve tried numerous times to build an API for my App projects and I’ve always ended up frustrated for reasons like:Jun 18, 2020259Jun 18, 2020259