All
Articles 171,096Blog Posts 162,626Tech Tutorials 45,592Research Papers 33,063News 21,678
⚡ AI Lessons

Dev.to · Bruno Verachten
☁️ DevOps & Cloud
⚡ AI Lesson
4mo ago
Using jenkins to build Android applications
Can we easily build an Android application with Jenkins thanks to a Docker image?
Dev.to · Bruno Verachten
☁️ DevOps & Cloud
⚡ AI Lesson
4mo ago
Create a new Jenkins node, and run your Jenkins agent as a service
Run your Jenkins agent as a service so that you don't have to restart it by hand

Dev.to · Bruno Verachten
☁️ DevOps & Cloud
⚡ AI Lesson
4mo ago
Automating Jenkins on Old Android Phones: From Naive Experiment to Production-Ready Infrastructure
Transforming aging Android phones into Jenkins CI/CD infrastructure with full automation using Ansible and Infrastructure as Code principles. From 3-h

Dev.to · Bruno Verachten
☁️ DevOps & Cloud
⚡ AI Lesson
4mo ago
Running GitHub Actions on RISC-V64: A Production Journey with Docker Builds
A comprehensive guide to setting up and running GitHub Actions on RISC-V64 hardware, covering self-hosted runner installation, production deployment,

Dev.to · Bruno Verachten
☁️ DevOps & Cloud
⚡ AI Lesson
4mo ago
Docker Buildx for RISC-V64: When Infrastructure Just Works
Announcing Docker Buildx support for RISC-V64—a story of infrastructure maturity where adding new features becomes straightforward

Dev.to · Bruno Verachten
☁️ DevOps & Cloud
⚡ AI Lesson
4mo ago
How Docker Gave My 'Unsupported' GPU a Second Life
A Docker Captain's story about running local LLMs on unsupported AMD hardware thanks to community Docker images.

Dev.to · Bruno Verachten
☁️ DevOps & Cloud
⚡ AI Lesson
4mo ago
WebAssembly on Embedded Devices: A Docker Captain Tries Atym
An in-depth exploration of WebAssembly containers on embedded devices using the Atym platform - comparing size, performance, and architecture against

Dev.to · Bruno Verachten
☁️ DevOps & Cloud
⚡ AI Lesson
4mo ago
When a Docker Captain Puts an AI Tool in a Container on RISC-V (Because Of Course He Does)
Running OpenClaw AI assistant on RISC-V hardware (BananaPi F3) using Docker cross-compilation and BuildKit

Dev.to · Bruno Verachten
☁️ DevOps & Cloud
⚡ AI Lesson
4mo ago
Running 100 Wasm Containers on a Raspberry Pi (with 903 MB of RAM)
100 WebAssembly containers on a Raspberry Pi 3B+ with 903 MB of RAM: 34 MB total, 164 KB per container. Measured every data point. Here's how Wasm com
DeepCamp AI