• Overcoming Dynamic Route Handling in a Static Next.js + Firebase Hosting Project

    In one of the recent projects we worked on the SEO of a full-featured e-commerce website using Next.js which was hosted on Firebase Hosting. While this stack offers excellent performance and scalability, it also posed some unique challenges—especially when it came to handling dynamic routes in a statically exported Next.js… Read ⇢

    Overcoming Dynamic Route Handling in a Static Next.js + Firebase Hosting Project
  • A Triumph Over Adversity: The WordPress IONOS Hosting User’s Guide to Redirecting .aspx Files

    Redirecting a URL should be straightforward, correct? That’s what we thought, too. However, as we discovered, redirecting a specific .aspx path to an external URL in a WordPress site hosted on IONOS proved to be more of a trial by fire than anticipated. This article describes the frustrating—but ultimately successful—journey… Read ⇢

    A Triumph Over Adversity: The WordPress IONOS Hosting User’s Guide to Redirecting .aspx Files
  • How to implement Job Queuing in Spring Boot with RabbitMQ

    While working on a microservice in my current organization I noticed that I had the need to do some very large jobs in queues. This was because the jobs that I was attempting to perform were sometimes taking a long time and blocking the system. Hence, to increase its responsiveness… Read ⇢

    How to implement Job Queuing in Spring Boot with RabbitMQ
  • How to Use Google Apps Script to Automate Google Sheets

    Google Apps Script (GAS) is a powerful tool for automating, customizing, and enhancing Google Sheets. Recently, I investigated various automation techniques using GAS, and I am sharing a step-by-step guide to help others use it for their own projects.Whether you are a developer or new to scripting, this guide will walk… Read ⇢

    How to Use Google Apps Script to Automate Google Sheets
  • How I Upgraded My Honor MagicBook 14 from 512GB to 2TB SSD

    Especially if you routinely work with big files or require extra space for programs, upgrading the storage of a laptop is one of the finest methods to boost its performance and usability. I recently changed my Honor MagicBook 14 from a 512GB SSD to a 2TB SSD, and I would… Read ⇢

    How I Upgraded My Honor MagicBook 14 from 512GB to 2TB SSD
  • How to Fix ‘429 Too Many Requests’ When Fetching Images From Google APIs In Java

    Summary Excessive queries to any Google Cloud API may result in a 429 Too Many Queries error. This occurs due to Google’s imposition of rate limitations on API calls. In this article we are going to solve the problem of encountering 429 error when requesting images many times from the… Read ⇢

  • Compromised ecosystem of WordPress plugins

    These days the websites on the internet comprise a large number of WordPress websites; over 37% of the total websites on the internet are WordPress websites alone. This is a staggering number, as there are several web technologies that are available, but WordPress has become the choice of so many… Read ⇢

  • Godot script’s potential for utilizing design patterns

    Recently I completed an in depth tutorial on Godot 4 and GDScript. During the tutorial I noticed that GDScript has a great potential in being able to implement design patterns suggested by the GO4 (Gang Of Four). It is object oriented and interfaces smoothly with the engine. There were a… Read ⇢

    Godot script’s potential for utilizing design patterns
  • A Subtle Dance Of Creativity

    Many artists and creatives (including me) get really involved with the marketing and selling side of products and simply get stuck in there. From there they either stop practicing their art completely or they get financially successful and slowly lose interest because marketing, *surprise surprise*, involves impressing the market. And… Read ⇢