Alchemist's Journal
Discover insights, tutorials, and stories from the world of alchemy and web development
No posts yet
Check back soon for new content
From Big Ball of Mud to Fitness Functions: How to Keep Architecture Alive
# From Big Ball of Mud to Fitness Functions: How to Keep Architecture Alive > *Inspired by "Fundamentals of Software Architecture" by Mark Richards & Neal Ford...
What Is a Software Architect?
> Based on key excerpts from **"Fundamentos da Arquitetura de Software: Uma Abordagem de Engenharia"** by Mark Richards & Neal Ford (O'Reilly). --- ## What I...
Becoming a Vibe Engineer
# Vibe Engineering with Claude Code ### The Engineer's Field Guide to AI-Assisted Development > **"We use LLMs, but we are responsible for the quality, deliver...
My first days using AI for coding
# My first days using AI for coding *A practical guide for developers—especially Elixir and Phoenix LiveView—who are learning to work with LLMs in real project...
Mastering Concurrent Programming in Elixir
## Introduction Concurrent programming can significantly improve an application's performance, responsiveness, and resource utilization. In this article, we'll...