Tag

Backend Deployment

1 views collected around this technical thread.

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.

Backend DeploymentJar SlimmingJava
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.

Backend DeploymentCalendsoNode.js
0 likes · 4 min read
Deploying the Open‑Source Scheduling Tool Calendso: A Step‑by‑Step Guide