Essays, poems, and personal reflections from the desk and drawer.

notes

Custom folder Icons with Material Icon Theme

12 May 2025

Install Material Icon Theme

In settings.json:

"material-icon-theme.folders.associations": {
  "folder-name": "Home"
}

folder-name is the folder name and Home is the icon. You can find the files and folders icons in here.

essay

My Home

12 May 2025

I often wonder why I’m too lazy to post my writings on social media, even though, somehow, I still do it. Also, after checking the posts for a while, I start to feel tired. Actually, I don’t have Instagram, YouTube, or Twitter on my phone...

essay

Jatayu Earth Center

11 May 2025

In December 2023, I went to view the world’s largest bird sculpture in the world, which is in Jatayu Earth Center. Yes, It’s in Kerala and near to my home town.

notes

Sticky footers

11 May 2025

To make a sticky footer in the Bootstrap you can use the below.

<body class="d-flex flex-column min-vh-100">
  <main class="flex-fill">
    <!-- Your page content here -->
  </main>

  <footer class="bg-dark text-white text-center py-2">
    <!-- Your footer content here -->
  </footer>
</body>
  • d-flex flex-column min-vh-100 on : makes the body fill the viewport and act like a vertical Flexbox container.
  • flex-fill on : makes the content area take up all available vertical space, pushing the footer down.
  • footer: stays at the bottom even with short content.

notes

You can never die

11 May 2025

If a writer falls in love with you, you can never die. ― Mik Everett

You can reread the above quote to this: “If the person dear to you is an artist, you can never die.

Yes, because they will carry you in their art pieces. If they are a writer, they will hide you between the lines of their favorite poems or stories. If they are a photographer, you will be in their photos forever. If they are a musician, they will blend you into the rhythm. If they are a painter, they will add you into the corners of their canvas. And the list goes on.

You will be forever engraved in their art, sometimes in plain sight, sometimes hidden. When others see the art, the artist will see you.

essay

Redesign

10 May 2025

At the end of last year, I decided to pause modifications on this website for a while but the future is unpredictable.

notes

Upgrade Hugo

10 May 2025

To install or update Hugo extended using HomeBrew, you can use the below,

Install the extended version:

brew install hugo

Or if you already have it and just want to upgrade:

brew upgrade hugo

Check the version to using hugo version.

notes

Modernization of Apps

9 May 2025

One of the main topics discussed in the seminar I attended was modernizing legacy applications.

Legacy applications are typically monolithic in nature, making it difficult to scale or integrate new features quickly. The monolithic apps ruled the software industry for a very longer time, but now people are moving (already many moved) to its great alternative, the microservice architecture.

I’ve come across monolithic applications that are tightly coupled with environments like Oracle or .NET, where growth can become a painful process. Over time, these systems tend to become slow, expensive to maintain, and resistant to change.

Monolithic and microservice architecture

notes

The Avenues

9 May 2025

The expanded Avenues Mall is a beautiful place to explore. These photos are from the sea-facing area.