containers共33篇
How to run containerized JAVA application-拾光赋

How to run containerized JAVA application

How to run containerized JAVA application,Take this multi-stage Dockerfile: FROM eclipse-temurin:21-jdk-ubi9-minimal AS builder ARG APP_VERSION WORKDIR /application/ COPY build/lib...
kity的头像-拾光赋kity14天前
05010
Java Dark Memory-拾光赋

Java Dark Memory

Java Dark Memory, Índice Si quieres ir directamente al grano, pasa al apartado de Espacios de memoria en Java. 1. Una nueva era 2. El reto 3. El síntoma 4. Conceptos sobre memori...
kity的头像-拾光赋kity20天前
0408
Java Dark Memory: Class Space-拾光赋

Java Dark Memory: Class Space

Java Dark Memory: Class Space,Este artículo es un anexo del artículo principal Java Dark Memory, para aportar detalle sobre este espacio concreto de memoria. En el artículo prin...
kity的头像-拾光赋kity20天前
04810
Java Dark Memory: Code Space-拾光赋

Java Dark Memory: Code Space

Java Dark Memory: Code Space,Este artículo es un anexo del artículo principal Java Dark Memory, para aportar detalle sobre este espacio concreto de memoria. En el artículo princ...
kity的头像-拾光赋kity20天前
0315
Java Dark Memory: Thread Space-拾光赋

Java Dark Memory: Thread Space

Java Dark Memory: Thread Space,Este artículo es un anexo del artículo principal Java Dark Memory, para aportar detalle sobre este espacio concreto de memoria. En el artículo pri...
kity的头像-拾光赋kity20天前
04111
Deep Dive into uv Dockerfiles by Astral: Image Size, Performance & Best Practices-拾光赋

Deep Dive into uv Dockerfiles by Astral: Image Size, Performance & Best Practices

Deep Dive into uv Dockerfiles by Astral: Image Size, Performance & Best Practices, Dockerizing Python applications is still a complex task, despite all the tools we have at our dis...
kity的头像-拾光赋kity35天前
0357
Containerizing Python Apps: A Gentle Introduction to Docker With FastAPI-拾光赋

Containerizing Python Apps: A Gentle Introduction to Docker With FastAPI

Containerizing Python Apps: A Gentle Introduction to Docker With FastAPI,This video introduces containerization of Python Applications using Docker, an open-source platform that st...
kity的头像-拾光赋kity45天前
0438
Optimizing Docker Image Size for Java Applications: Multi-Stage Builds & JLink Explained-拾光赋

Optimizing Docker Image Size for Java Applications: Multi-Stage Builds & JLink Explained

Optimizing Docker Image Size for Java Applications: Multi-Stage Builds & JLink Explained,Introduction: In the fast-paced world of application deployment, optimizing Docker images i...
kity的头像-拾光赋kity4个月前
05611
Deploying a Python Django App on AWS Lightsail-拾光赋

Deploying a Python Django App on AWS Lightsail

Deploying a Python Django App on AWS Lightsail,Deploying a Django app on AWS Lightsail is a cost-effective and straightforward way to get your application online. In this guide, we...
kity的头像-拾光赋kity9个月前
05412
How to Build and Containerise Sentiment Analysis Using Python, Twitter and Docker-拾光赋

How to Build and Containerise Sentiment Analysis Using Python, Twitter and Docker

How to Build and Containerise Sentiment Analysis Using Python, Twitter and Docker,Sentiment analysis is a powerful technique that allows us to gauge the emotional tone behind a pie...
kity的头像-拾光赋kity10个月前
0348
Effortless Python Development with Nix-拾光赋

Effortless Python Development with Nix

Effortless Python Development with Nix,Read the full article at https://cloudnativeengineer.substack.com/p/effortless-python-development-with-nix Discover how, after struggling wit...
kity的头像-拾光赋kity1年前
05011
Deploy a Serverless FastAPI App with Neon Postgres and AWS App Runner at any scale-拾光赋

Deploy a Serverless FastAPI App with Neon Postgres and AWS App Runner at any scale

Deploy a Serverless FastAPI App with Neon Postgres and AWS App Runner at any scale, In this post, we’ll guide you through setting up a scalable serverless API using FastAPI, deplo...
kity的头像-拾光赋kity1年前
0365