排序
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...
Dockerfile for Django Devs
Dockerfile for Django Devs, Introduction I absolutely adore Django. It's a fantastic web framework that allows you to prototype quickly while also being powerful enough to scale in...
How deploy an proyect using docker
How deploy an proyect using docker,En este post lo que se hizo fue crear una prueba para una web, la idea inicial es usar python para backend y react para frontend. Luego dockeriza...
Efficient Python Dependency Management with uv in Docker for FastAPI
Efficient Python Dependency Management with uv in Docker for FastAPI,In modern Python development, managing project dependencies efficiently is crucial for optimizing both developm...
Deployable On-Premises RAG
Deployable On-Premises RAG,I’m excited to introduce Minima, an open-source Retrieval-Augmented Generation (RAG) solution designed to work seamlessly on-premises or with integratio...
Understanding Dockerfile: A Guide to Building Efficient Docker Images
Understanding Dockerfile: A Guide to Building Efficient Docker Images,At the core of Docker's containerization process lies the Dockerfile, a powerful tool that automates the creat...
Simplified: Spring Boot with Docker (Part 3)
Simplified: Spring Boot with Docker (Part 3),We covered the 'Multiple Services Instances' angle of Spring Boot and Docker in the Part 2 article of this series. In this Part 3 artic...
“You Don’t Know Java” The Philosophy of Unit Test Naming
'You Don't Know Java' The Philosophy of Unit Test Naming, The Design Philosophy of Unit Testing Programs are written primarily for humans to read, and only incidentally for machine...
Automating Sports Highlights Backup with AWS ECS, DynamoDB, and S3
Automating Sports Highlights Backup with AWS ECS, DynamoDB, and S3, Introduction In this technical blog, we will explore the SportsDataBackup project, which automates fetching spor...
Simplified: Spring Boot with Docker (Part 2)
Simplified: Spring Boot with Docker (Part 2),We covered the 'Getting Started' angle of Spring Boot and Docker in the Part 1 article of this series. In this Part 2 article, we shall...
Simplified: Spring Boot with Docker (Part 1)
Simplified: Spring Boot with Docker (Part 1),Spring Boot is a popular framework for building microservices in Java. Spring Boot helps make building REST services faster because of ...
Diagnosing JVM Parameters in Java Applications with JPS
Diagnosing JVM Parameters in Java Applications with JPS,When dealing with third-party Java applications where startup parameters are hard to verify, using the jps tool to confirm t...