Following the trend of serverless, all that hype (or not?) I was looking through the AWS services offered and stumbled upon AWS Fargate, a service that lets you run containerized applications on either Amazon Elastic Container Service (ECS) or Amazon Elastic Kubernetes Services (EKS).| code and society | codedge
Copyparty is a lightweight file server. Here’s how to set it up quickly with Docker Compose.| Noted
I’ve started writing more Python code lately (because of… AI, you know). In this post, I share the tools, libraries, configs, and other integrations I use for building production-grade Python applications following a frontend-backend architecture.| César Soto Valero
Centrifugo is an efficient and scalable transport for streaming AI responses. In this article, we will stream GPT-3.5 Turbo responses in real-time using Centrifugo temporary channels and Python. Simple and effective!| centrifugal.dev
Enhance your low-power mini PC setup with Docker performance tips to maximize efficiency while running applications smoothly.| Virtualization Howto
SFDX-CLI is the key touch point between the cloud native world and Salesforce devops. Learn all about SFDX-CLI in this foundational post.| SalesforceDevops.net
Explore Top XML Converters (Free & Premium) for Excel, PDF, Word, SOAP & more. Covers both XML to & from formats with real use cases & tools comparison.| Sonra
OctoEverywhere's Elegoo Connect levels up your Elegoo Centauri Carbon 3D printer with free remote access, AI failure detection, phone apps, notifications, and more. This guide helps you set it up in 20 seconds using Docker!| OctoEverywhere Blog
Introduction| nielscautaerts.xyz
Learn how to set up and run PostgreSQL with docker and docker-compose in this step-by-step tutorial. It also shows how to add Postgres to an existing project.| Geshan's Blog
In this article, you will learn what Amazon EC2 is, how to create and connect to an Amazon EC2 instance, and how to deploy a Docker compose application on EC2.| EverythingDevOps
PII anonymization for text and images.| microsoft.github.io
Learn how to set up an automated deployment pipeline using GitHub Actions and Docker Compose. This guide provides step-by-step instructions to connect to a server via SSH, update Docker images, and restart containers automatically, ensuring your applications are always running the latest code with minimal manual intervention.| Ecostack
What is The Epistolorean, and what has it got to do with Count Dracula?| instantiator.dev
Explore how Dagger can improve automation and streamline your development pipelines. Learn about an effective cache sharing proposal using Self-Hosted GitHub …| blog.ogenki.io
An easy step-by-step guide to setup Bambu Connect using Docker and Docker Compose. Our guide covers Windows, Mac, and Linux!| OctoEverywhere Blog
Learn the main concepts docker compose, in this handy tutorial. You can get staretd quickly with docker compose reading this.| Geshan's Blog
Docker can be overwhelming to start with. Most data projects use Docker to set up the data infrastructure locally (and often in production as well). Setting up data tools locally without Docker is (usually)a nightmare! The official Docker documentation, while extremely instructive, does not provide a simple guide covering the basics for setting up data infrastructure. With a good understanding of data components and their interactions combined with some networking knowledge, you can easily se...| www.startdataengineering.com
otelsql is an instrumentation library for the database/sql library of the Go programming language. It generates traces and metrics from the application when interacting with databases. By doing that, the library allows you to identify errors or slowdowns in your SQL queries that potentially impact the performance of your application. Let’s go dive into how to use this library! Getting Started otelsql is a wrapper layer for interfaces from database/sql. When users use the wrapped database in...| OpenTelemetry
Learn how to use docker compose depend_on proprely to start the dependent service first, make it healthy then only start the main container| Geshan's Blog
Docker Build Cloud is now generally available. Learn more about the benefits of Docker Build Cloud and see how to get started.| Docker
The devcontainer.json file contains any needed metadata and settings required to configurate a development container for a given well-defined tool and runtim...| containers.dev
A new post for a new year! I spent my previous post advocating Spacemacs after| myme.no
I wanted to set up a prometheus machine for me to monitor random stuff, but I was always postpone that because I didn’t want to use SSH port-forwarding, firewalls, create a VPC and/or setup an OpenVPN server or anything like that. I just wanted something simple to maybe authenticate with github and go on. Looking into some random GitLab wiki (I don’t remember which one specifically), I found about oauth2_proxy, and it seemed like a good idea.| carlosbecker.com