Skip to main content
ArticlesProjects
Category Archive

Articles: Uncategorized

Technical writings, opinionated architectures, and development guides focusing on Uncategorized.

Articles6
Est. Read Time62 mins
Tags0
Featured0
2026-01 · 8 min read

Building a Claude Code skill

Create portable instruction manuals for Claude to teach domain-specific approaches, with a deep dive into building a production-grade Laravel API skill.

Learn how to implement server-sent events (SSE) in Laravel for streaming AI responses, avoiding the complexity of WebSockets.

2026-01 · 15 min read

Kubernetes for Laravel developers

Learn how Laravel developers can leverage Kubernetes for scalable and efficient application deployment.

Learn how to implement event-driven architecture using domain-driven design principles to build scalable and maintainable systems.

Learn how to use Devbox to create isolated local development environments for Laravel projects without the overhead of Docker.

This article shows how to automate a complete authentication workflow using Bash, curl, and jq.