Bringing Claude Code to Gitea: From GitHub Actions to Self-Hosted Git
How I adapted Anthropic's Claude Code Action for Gitea, enabling AI-powered code assistance in self-hosted Git environments.
Read More →Thoughts on web development, simplicity, and building things that work
How I adapted Anthropic's Claude Code Action for Gitea, enabling AI-powered code assistance in self-hosted Git environments.
Read More →Challenge the norm of using big frameworks and discover the benefits of simple, functional programming approaches.
Read More →Why you should stop mocking internal application logic and start mocking external dependencies with test servers instead.
Read More →Explore why Redux might be overkill for your React application and discover simpler alternatives for state management.
Read More →Learn how to create command-line tools using Node.js from scratch, with both bare-bones and library-assisted approaches.
Read More →Learn how to build your own custom Read-Eval-Print Loop (REPL) using Node.js for interactive development and administration.
Read More →Learn how to build a simple HTTP server using Node.js without any external dependencies or frameworks.
Read More →Deep dive into how the JavaScript event loop works in Node.js and why it's essential for building scalable applications.
Read More →