The LiteBreeze blog

Category: Uncategorized

Why Version-Based Migrations Fail – Fixing Silent Schema Skips in Go

Why version-based migrations fail in Go While Go provides excellent libraries for application logic, the libraries and tools commonly used for database migrations have limitations, and their default “version-based” behaviour often lacks a standard, opinionated approach for safely managing schema evolution across teams and environments. In most migration tools used in Go, each migration file

LiteBreeze Holidays – 2026

We’re happy to share the official LiteBreeze holiday list for 2026. These dates reflect key national, cultural, and religious celebrations observed across India and Kerala. We encourage everyone to plan ahead to ensure smooth project coordination and meaningful personal time. January 1 (Thursday) – New Year January 26 (Monday) – Republic Day March 20 (Friday)

LiteBreeze holidays – 2025

Here’s LiteBreeze’s thoughtfully crafted 2025 holiday list! Our selection includes a blend of national holidays and major religious festivals, thoughtfully arranged to create opportunities for extended weekends. While this list may not cover every possible holiday, team members can plan ahead and coordinate their leaves to celebrate additional occasions. With a focus on maintaining seamless

Terraforming a Laravel application using AWS ECS Fargate – Part 4

February 02, 2023

Creating an application using the Laravel framework The Laravel framework will be used to validate the interoperability of the infrastructure created by Terraform. The steps are similar for any LAMP, LEMP and other similar applications. I have used simple/straight forward codes to showcase the functionality. Please use necessary abstraction so that code outlives the application.