1625452780
✅ How to use MicroProfile Health with Quarkus | Quarkus Tutorial
⌚ Timestamps
GitHub Repository:
https://github.com/GiuseppeScaramuzzino/quarkus-microprofile-health
I am Giuseppe Scaramuzzino and you can find me on Twitter @GiuseScara to provide feedback or discuss anything about this video 🙂
What is Quarkus?
Quarkus is a Cloud Native, (Linux) Container First framework for writing Java applications. Quarkus is a MicroProfile implementation that focuses on efficiently running Java applications in containers in general and Kubernetes in particular. The MicroProfile project is aimed at
optimizing Enterprise Java for the microservices architecture.
https://quarkus.io/
What is MicroProfile Health?
MicroProfile Health allows services to report their health, and it publishes the overall health status to a defined endpoint. A service reports UP if it is available and reports DOWN if it is unavailable. MicroProfile Health reports an individual service status at the endpoint and indicates the overall status as UP if all the services are UP. A service orchestrator can then use the health statuses to make decisions.
❤️ Thanks for watching
📃 Leave me a comment
●▬▬ LINKS ▬▬●
🎬 Watch related playlists and videos
https://www.youtube.com/channel/UCV_YnKkwrO1UW6tbASuNaGw/playlists
▶GitHub Repository: https://github.com/GiuseppeScaramuzzino
🔔 SUBSCRIBE:
Subscribe to my Channel to always keep updated about the new video:
https://www.youtube.com/c/GiuseppeScaramuzzino
💯 FOLLOW ME:
▶Twitter:
https://twitter.com/GiuseScara
▶Linkedin:
https://www.linkedin.com/in/giuseppe-scaramuzzino
▶YouTube:
https://www.youtube.com/c/GiuseppeScaramuzzino
▶Instagram:
https://www.instagram.com/giuseppe_scaramuzzino/
Quarkus | MicroProfile Health | MicroProfile | Java | Cloud-Native
#Quarkus #CloudNative #Java
#quarkus #java #microprofile
1600135200
OpenJDk or Open Java Development Kit is a free, open-source framework of the Java Platform, Standard Edition (or Java SE). It contains the virtual machine, the Java Class Library, and the Java compiler. The difference between the Oracle OpenJDK and Oracle JDK is that OpenJDK is a source code reference point for the open-source model. Simultaneously, the Oracle JDK is a continuation or advanced model of the OpenJDK, which is not open source and requires a license to use.
In this article, we will be installing OpenJDK on Centos 8.
#tutorials #alternatives #centos #centos 8 #configuration #dnf #frameworks #java #java development kit #java ee #java environment variables #java framework #java jdk #java jre #java platform #java sdk #java se #jdk #jre #open java development kit #open source #openjdk #openjdk 11 #openjdk 8 #openjdk runtime environment
1625452780
✅ How to use MicroProfile Health with Quarkus | Quarkus Tutorial
⌚ Timestamps
GitHub Repository:
https://github.com/GiuseppeScaramuzzino/quarkus-microprofile-health
I am Giuseppe Scaramuzzino and you can find me on Twitter @GiuseScara to provide feedback or discuss anything about this video 🙂
What is Quarkus?
Quarkus is a Cloud Native, (Linux) Container First framework for writing Java applications. Quarkus is a MicroProfile implementation that focuses on efficiently running Java applications in containers in general and Kubernetes in particular. The MicroProfile project is aimed at
optimizing Enterprise Java for the microservices architecture.
https://quarkus.io/
What is MicroProfile Health?
MicroProfile Health allows services to report their health, and it publishes the overall health status to a defined endpoint. A service reports UP if it is available and reports DOWN if it is unavailable. MicroProfile Health reports an individual service status at the endpoint and indicates the overall status as UP if all the services are UP. A service orchestrator can then use the health statuses to make decisions.
❤️ Thanks for watching
📃 Leave me a comment
●▬▬ LINKS ▬▬●
🎬 Watch related playlists and videos
https://www.youtube.com/channel/UCV_YnKkwrO1UW6tbASuNaGw/playlists
▶GitHub Repository: https://github.com/GiuseppeScaramuzzino
🔔 SUBSCRIBE:
Subscribe to my Channel to always keep updated about the new video:
https://www.youtube.com/c/GiuseppeScaramuzzino
💯 FOLLOW ME:
▶Twitter:
https://twitter.com/GiuseScara
▶Linkedin:
https://www.linkedin.com/in/giuseppe-scaramuzzino
▶YouTube:
https://www.youtube.com/c/GiuseppeScaramuzzino
▶Instagram:
https://www.instagram.com/giuseppe_scaramuzzino/
Quarkus | MicroProfile Health | MicroProfile | Java | Cloud-Native
#Quarkus #CloudNative #Java
#quarkus #java #microprofile
1620458875
According to some surveys, such as JetBrains’s great survey, Java 8 is currently the most used version of Java, despite being a 2014 release.
What you are reading is one in a series of articles titled ‘Going beyond Java 8,’ inspired by the contents of my book, Java for Aliens. These articles will guide you step-by-step through the most important features introduced to the language, starting from version 9. The aim is to make you aware of how important it is to move forward from Java 8, explaining the enormous advantages that the latest versions of the language offer.
In this article, we will talk about the most important new feature introduced with Java 10. Officially called local variable type inference, this feature is better known as the **introduction of the word **var
. Despite the complicated name, it is actually quite a simple feature to use. However, some observations need to be made before we can see the impact that the introduction of the word var
has on other pre-existing characteristics.
#java #java 11 #java 10 #java 12 #var #java 14 #java 13 #java 15 #verbosity
1621496580
✅ How to use MicroProfile Config with Quarkus | Quarkus Tutorial
⌚ Timestamps
GitHub Repository: https://github.com/GiuseppeScaramuzzino/quarkus-microprofile-configuration
#microprofile #quarkus #java
1621096440
In this tutorial, you will learn how to make better use of built-in functions for Strings in Java to program more quickly, effectively, and aesthetically.
Firstly, of course, we have to initialize our string. What is a string used for?
#java #tutorial #java strings #java tutorial for beginners #java string #string tutorial