OCI Compute Instances

Launch Compute Instances Navigate to OCI console and click Compute which will render Compute list. There many ways to create Compute Instance as mentioned below Using Create Instance The simplest…

0 Comments

Introduction to Micronaut 4.0

Overview This document presents a high-level understanding of the Micronaut 4.0 framework. We will understand some basic concepts like GraalVM, runtime reflection, JIT (Just In Time compiler) vs AOT (Ahead…

0 Comments

Getting Started with Micronaut

Setup project CLI brew update brew install micronaut Post successful installed. Verify Micronaut installed successfully, type mn in terminal Known Issue with Mac To fix the issue, use the command…

0 Comments