RSSAmplifier

Blog

dviramontes.com Blog

Blog posts and Today I Learned entries from dviramontes.com

dviramontes.comRSS feed ↗15 posts

Latest posts

TIL: 2026-05-01

Brace expansion

Self-Hosted Analytics with Plausible and exe.dev

How I stood up a privacy-friendly analytics stack for my personal sites — Plausible CE on an exe.dev VM, with TLS handled by the proxy.

TIL: 2026-04-04

Catch "oh $%#!" commits with gitleaks

Using Git Worktrees for Parallel Branch Development

Learn how Git worktrees let you work on multiple branches from one repository, speed up context switching, and simplify parallel development workflows.

TIL: 2026-03-10

Devbox + Nix

PR-Based Preview Environments on Render with Terraform

Render preview environments require Blueprints, but a GitHub issue suggested a Terraform + GitHub Actions workaround. I built a reusable module for it.

TIL: 2025-11-25

Lorem CLI

TIL: 2025-11-15

Upgrading golang using go

TIL: 2025-06-27

IndieWeb Ring

TIL: 2025-05-09

closest(selector) and matches(selector)

TIL: 2025-04-19

go doc

TIL: 2025-03-25

YAML's special indicators > and | handle of multiline strings

Using stow to manage dotfiles on multiple machines

If you work across multiple systems, you've likely accumulated a collection of configuration files over time.

Binary Search in Elixir

Let's implement a quick and dirty version of binary search, and we'll improve upon it after identifying the base case and the recursive case.

Mac setup guide for web development

An opinionated setup guide for web development on a mac