Micronaut Configuration for CLI

In my previous post we saw how to create a service using micronaut CLI. When you create an application/project using the CLI command mn, the preferences you entered are saved in a file named 'micronaut-cli.yml', which can be found at the project top level directory. Let's take a…

Creating a Service with Micronaut

Micronaut is a framework on JVM to develop microservices and serverless (FaaS) based applications. Micronaut support Java, Groovy and Kotlin languages. Let's quickly get our hands wet with creating a service using Micronaut. Installing Micronaut CLIIf you are are on a *nix platform and not using SDKMAN, I highly recommend…

Evolving with Java - How to Remain Relevant & Effective

#Java turns 23 this year! At #gids19, April 23rd, @naresha_k will share his experiences learning and evolving with #Java in the last 15+ years. You will learn how to remain relevant & effective too. More info: https://t.co/clABP1TbWE pic.twitter.com/qArLmuT2dl — Saltmarch GIDS (@developersummit) March…

Working with files in Java in the post Java 7 Era

Abstract:Java has been here for more than 19 years and it has evolved so much from the initial version. Some of these changes were accepted widely, while few changes haven't caught much of attention from the mainstream developer community. I believe file API is one such under explored area.…