Codeinsight Technologies
  • Home
Sign in Subscribe
From CI/CD to Ephemeral Environments: Scaling Feature Delivery the Right Way

From CI/CD to Ephemeral Environments: Scaling Feature Delivery the Right Way

In the previous posts of this series, We gradually improved the deployment workflow of an Angular and Java application. First, we containerized the stack using Docker so both the frontend and backend could run consistently across environments. Then introduced a Jenkins pipeline to automate builds and deployments. Finally, we integrated
17 Mar 2026 12 min read
Managing Database Versioning with Liquibase in a Spring Boot Application

Managing Database Versioning with Liquibase in a Spring Boot Application

As applications evolve, so does the database. New features require new tables, existing columns need modifications, indexes must be optimized, and relationships become more complex. Managing these schema changes manually — especially across multiple environments — can quickly become error-prone and chaotic. This is where Liquibase becomes essential. Liquibase is an open-source
05 Mar 2026 7 min read
CI-CD Pipeline with Jenkins

CI-CD Pipeline with Jenkins

Continuous Integration and Continuous Deployment (CI/CD) pipelines have become an essential part of modern software development. They help ensure that your code is stable, reliable, and deployable to production with minimal effort. In our previous article, we went through the steps to make an application docker ready. At the
26 Feb 2026 9 min read
Dockerize Your Angular App with a Java Backend

Dockerize Your Angular App with a Java Backend

In today's fast-paced digital landscape, developers face numerous challenges when building and deploying web applications. With the rise of microservices architecture and distributed systems, it's becoming increasingly important to ensure that your application is scalable, secure, and efficient. One effective way to achieve these goals is
19 Feb 2026 9 min read
Page 1 of 1
Codeinsight Technologies © 2026
Powered by Ghost