Archives
All the articles I've archived.
-
How to use Claude Code with other models paying only per use
Published:Complete guide to connect Claude Code with LiteLLM and DeepSeek, optimizing costs without recurring subscriptions. Includes local setup and deployment on Hugging Face Spaces.
-
Getting Software Done: Feeding and Managing Our System
Published:Third part of a series of posts for developers on how to better organize work and regain focus to be more productive with less stress.
-
Getting Software Done: The GTD System
Published:Second part of a series of posts for developers on how to better organize work and regain focus to be more productive with less stress.
-
Getting Software Done: The Messy Mind
Published:First part of a series of posts for developers about how to better organize work and regain focus to be more productive with less stress.
-
Functional Programming: Concepts that Could Help You
Published:Discover how core Functional Programming concepts like pure functions, immutability, and function composition can improve the readability, maintainability, and reliability of your Java code.
-
GitTricks: How to keep your history clean
Published:This post explains how to keep your git history clean.