-
Fixing Table Column Shift in Expandable Rows: Tailwind CSS vs Pure CSS
Tables are often the backbone of displaying structured data in dashboards, admin panels, and product listings. However, when you introduce interactive elements like expandable content in a table row, subtle layout bugs can creep in. One particularly frustrating issue is column shifting when you expand content in one of the… Read ⇢
-
Bypassing CORS Errors for Localhost Development: Without Access To Backend
Cross-Origin Resource Sharing (CORS) is a browser security feature designed to prevent malicious websites from interacting with APIs or resources from another domain. While it enhances security, it can become a serious hurdle during local development, especially when frontend and backend services run on different ports or domains. In this… Read ⇢
-
Building a Dynamic Blog Section with Angular and a Drupal Backend
Creating a fully functional blog section powered by a Drupal backend and displayed through an Angular frontend is not only possible but also scalable, SEO-friendly, and maintainable. In this blog post, I will walk you through how I successfully implemented such a setup using JSON:API from Drupal and dynamic routing… Read ⇢
-
Unraveling a Mystery: How We Traced a CloudFront + Lambda + Drupal Hosting Setup Without Source Code
A Practical Guide for Debugging Unknown AWS Web Application Architectures When you’re handed an unfamiliar project without documentation or source code, and asked to “make a small change,” it can feel like solving a mystery. Recently, I faced exactly this challenge. I was tasked with updating the navigation menu on… Read ⇢
-
Designing a Modular Blog Architecture in React: A Real-World Case Study
The aim was straightforward when we began developing the blog area of our React project: show a list of blogs and reveal the blog specifics by clicking on a blog. Like most programmers, we started with a static blogs.ts file full of blog objects, each with rich material and metadata… Read ⇢
-
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 ⇢
-
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 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 ⇢









