Tagged articles
7 articles
Page 1 of 1
Code Ape Tech Column
Code Ape Tech Column
Nov 18, 2024 · Backend Development

How to Slim Down SpringBoot Jar Packages for Faster Deployment

This guide explains how to analyze the structure of a SpringBoot jar, separate your own classes from third‑party dependencies, reconfigure Maven packaging to produce a much smaller zip‑layout jar, and deploy it efficiently by uploading only the necessary libraries.

Jar SlimmingSpringBootbackend deployment
0 likes · 6 min read
How to Slim Down SpringBoot Jar Packages for Faster Deployment
Top Architect
Top Architect
Oct 17, 2021 · Backend Development

Deploying the Open‑Source Scheduling Tool Calendso: A Step‑by‑Step Guide

This article introduces Calendso, an open‑source alternative to Calendly, and provides a detailed, step‑by‑step tutorial—including cloning the repository, installing dependencies, configuring environment variables, setting up the Prisma database, and running the application—to help developers deploy their own self‑hosted scheduling service.

CalendsoNode.jsPrisma
0 likes · 4 min read
Deploying the Open‑Source Scheduling Tool Calendso: A Step‑by‑Step Guide
MaGe Linux Operations
MaGe Linux Operations
Feb 28, 2021 · Backend Development

How to Mirror Traffic with Nginx: Install, Configure, and Use ngx_http_mirror_module

This guide explains why copying production traffic to a pre‑release environment is valuable, walks through installing Nginx, details the ngx_http_mirror_module for request mirroring, and provides full configuration examples and command‑line tips for deploying traffic mirroring in backend services.

NginxTraffic Mirroringbackend deployment
0 likes · 8 min read
How to Mirror Traffic with Nginx: Install, Configure, and Use ngx_http_mirror_module
Java Backend Technology
Java Backend Technology
Nov 7, 2018 · Backend Development

Should You Deploy Multiple Apps on One Tomcat? Pros, Cons & Best Practices

This article compares deploying multiple applications on a single Tomcat instance versus using separate Tomcat instances per application, outlining the operational and developer advantages and disadvantages, and offering guidance on choosing the appropriate strategy based on resource needs.

Tomcatapplication isolationbackend deployment
0 likes · 5 min read
Should You Deploy Multiple Apps on One Tomcat? Pros, Cons & Best Practices