Posts with the tag Technical:

Intro to Groovy

Intro to Groovy

The content for the blog post with the title → “Intro to Groovy” will go here.

Read More ...

Groovy Nuances

Groovy Nuances - Map in Groovy

Map is a data structure that takes a set of key,value pairs. Remember, Map is NOT a Collection. It is not a member of Java Collection family. It is a data structure of its own.

Groovy Map offers a few flexible ways to manipulate the contents. Totally there are 6 ways to add an element (Key,Value pair) to Map, as follows.

Read More ...

Setup Hugo in Live Server

This post is a self remainder to help with the step by step execution of making a Hugo Server live in a Prod Server for my own blogging.

The deployment can be made on any supporting server like Go Daddy, Netlify or GitHub etc.,

Read More ...