I’m happy to announce that the first version of this open source e-Book is available. This e-book is for everyone, who wants to start learning MicroProfile. I started writing this e-Book as my way to say thank you. This is my contribution back to this amazing community. Here is…
http://bit.ly/mp-jwt-keycloak In this tutorial, developers will learn how to secure their deployments using MicroProfile JWT and Keycloak.
https://kodnito.com/posts/microprofile-health-check/ Health checks are used to determine if the service is running, shutdown, lack of disk space or maybe issues with the database connection. In this tutorial, we will use Eclipse MicroProfile Starter to generate a new project.
https://kodnito.com/posts/building-an-api-backend-with-microprofile-ebook/ Background on e-book project and its value, a few weeks ago, after requesting open feedback from the MicroProfile Community and participating in the Community hangout dated 2/19/19, I was a part of the ebook’s Q&A. Excited, I started working on a MicroProfile ebook called Building an API Backend with MicroProfile. The ebook…
https://kodnito.com/posts/microprofile-and-kotlin/ Kotlin is an object-oriented programming language created by JetBrains which runs on top of the JVM and can also be compiled to JavaScript or native code using LLVM. In this tutorial, we will use Kotlin language to create a simple MicroProfile REST API.
https://kodnito.com/posts/deploy-microprofile-application-on-heroku/ In this tutorial, we will learn how to deploy the MicroProfile application on Heroku using Payara Micro as the application server. Heroku is a cloud platform as a service (PaaS) supporting several programming languages.
https://kodnito.com/posts/microprofile-rest-client/ MicroProfile Rest Client is used to invoke RESTful services over HTTP. In this tutorial, we will learn how to use it.
https://kodnito.com/posts/microprofile-config-using-tomee/ TomEE version 7.1.0 now supports MicroProfile. In this quick tutorial, I will show you how to get started with MicroProfile Config using the Apache TomEE application server.
https://kodnito.com/posts/getting-started-with-microprofile-metrics-and-prometheus/ In this article, we will learn how to use MicroProfile Metrics and Prometheus to collect metrics from monitored targets.
https://kodnito.com/posts/documenting-rest-api-using-microprofile-openapi-swagger-ui-payara-micro/ In this tutorial, I will show you how to generate API documentation using MicroProfile OpenAPI and Payara Micro runtime. Learn more about MicroProfile OpenAPI Specification.