Luciano Mammino
  • Blog
  • Speaking
  • About
  • Switch theme to light mode Switch theme to dark mode

Articles tagged #docker

Cover picture for a blog post titled Building x86 Rust containers from Mac Silicon

Building x86 Rust containers from Mac Silicon

This article walks through the challenges of cross-compiling a Rust web app from a Mac Silicon machine to an x86 Docker container using musl, RusTLS, multi-stage builds and other techniques to produce a small container image.

Calendar Icon 2023-05-05

Cover picture for a blog post titled Fastify and Preact for quick web app prototyping

Fastify and Preact for quick web app prototyping

This article shows how to quickly build web app prototypes using Fastify for the backend API and Preact for the frontend UI. It also covers how to dockerize the app for easy sharing. Key points are the plugin architecture of Fastify, the lightweight nature of Preact, and the use of htm for defining UI without transpilation.

Calendar Icon 2019-02-18

Cover picture for a blog post titled Simple echo server written in Go, dockerized!

Simple echo server written in Go, dockerized!

By writing a Dockerfile we can containerize a simple Go echo server app. The Dockerfile installs Go, copies the server code, exposes the port, and defines the command to run the app. Building the Dockerfile produces an image that can be run as a container. The containerized Go app can then be easily distributed and run anywhere Docker is installed.

Calendar Icon 2014-06-29

Other common topics

  • #javascript 23
  • #node-js 21
  • #life 12
  • #php 11
  • #aws 10
  • #serverless 8
  • #rust 8
  • #react 6
  • #symfony 6
  • #slides 5
  • #library 5
  • #collaboration 5
  • #server 5
  • #security 4
  • #talk 4
  • #github 4
  • #lambda 3
  • #git 3
  • #go 3
  • #typescript 3
  • All tags

loige.co

The personal website of Luciano Mammino

© 2014-2025 Luciano Mammino.

Built with Astro, TailwindCSS, Coffee and a lot of ❤︎love.

Hosted on GitHub Pages, accelerated by Cloudflare.

Explore

  • Home
  • Blog
  • Speaking
  • About
  • Comment Policy

My Projects

  • Node.js Design Patterns
  • Crafting Lambda Functions in Rust
  • AWS Bites
  • FullStack Bulletin
  • Middy

Let's connect

  • BlueSky
  • X (Twitter)
  • Mastodon
  • Twitch
  • YouTube
  • LinkedIn
  • GitHub