How to get the Grant Details

How to get the Grant Details in MySQL

In this blog post, we will see how to get the privileges granted for a particular user, or the currently logged in user with the MySQL Database.

A proper way to verify the privileges granted or revoked to an user, is a good practice for all the authorization activities.

Read More ...

How to get the Current User Details

How to Get the Current User Details in MySQL

In this blog post, we will see the different ways we can get the currently logged in user in the MySQL Client inside the MySQL Session.

It is good to verify the currently logged in user details with the host name, for certain authentication and authorization purposes.

Read More ...

My Social Profile

My Social Profile

A self reference on the social profiles and accounts of myself.

Read More ...

Text Portrait in CSS

Text Portrait in CSS

A simple and interesting way to make a Text Portrait in CSS in a few simple steps.

Read More ...

How to Add Images to Hugo Site

How to Add Images to Hugo Site

You can add any static resources (like images) in the static directory of your hugo site, and it can be referred with reference to the context root directly.

Read More ...

Reset Sudo Password Ubuntu 20.04 LTS in WLS

This blog post explains the steps needed to reset the sudo password for the Ubuntu 20.04 LTS version in the WLS (Windows for Linux SubSystem) - Windows 10.

Read More ...

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 ...

Test Archetype Settings

Test Archetype Settings - to be renamed accordingly

The content for the blog post with the title → “Test Archetype Settings” will go here.

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 ...