Articles
Every article Ever Garden has grown, newest first. Filter by tag to narrow it down.
multi-agent-ff15: Transforming AI Agents from 'Tools' to 'Comrades'
A multi-agent system where 6 AI agents operate in parallel. Zero-cost coordination accelerates development with a revolutionary new approach
#ai#multi-agent#opencodeBuilding a Self-Improving Advisor System with GitHub Copilot and Knowledge Base
Built a self-improving advisor system using GitHub Copilot's agent functionality that evaluates and improves a knowledge base. Multiple agents collaborate to automatically enhance response quality.
#github-copilot#ai#agentGuide to Installing opencode and oh-my-opencode in WSL Environment
A comprehensive guide to installing opencode and oh-my-opencode in WSL environment, leveraging multiple AI models like Claude, GPT-5, and Gemini as agents. Maximize development efficiency through multi-agent management.
#opencode#ai#wslBuilding Desktop Ink - A Windows Screen Drawing App
Implementation story of a lightweight screen overlay app built with .NET 10 for marking during screen sharing in online meetings
#csharp#wpf#dotnetVerifying GitHub Copilot Code Review Features: Applying Custom Rules and Controlling Output
This article explains the results of verifying whether GitHub Copilot can recognize and point out project-specific rules, and how to control output using prompt engineering.
#github-copilot#code-review#typescriptHow to Configure Copilot Automated Code Review with GitHub Rulesets
This article explains how to use GitHub Rulesets to enable automated code reviews by GitHub Copilot for pull requests targeting specific branches.
#github#github-copilot#automationOpenSpec for Copilot: A VS Code Extension to Accelerate Spec-Driven Development
Introducing 'OpenSpec for Copilot', a VS Code extension that powerfully supports Spec-Driven Development on VS Code by combining OpenSpec prompts with GitHub Copilot, including its development background and features.
#openspec#github-copilot#vscodeRedux / Zustand / Jotai Implementation Comparison Guide
A guide that compares the implementation patterns of Redux, Zustand, and Jotai in React apps by use case and organizes the perspectives for choosing between them.
#react#state-management#reduxHow to Set Up Serena MCP with Qoder on Windows
This guide explains how to resolve connection issues between Qoder and Serena MCP in a native Windows environment by using the HTTP server mode.
#windows#qoder#serenaCodex CLI: A Complete Guide to the Latest Settings and Features (GPT-5 Ready)
With GPT-5 support, the Codex CLI is rapidly gaining attention. This guide covers everything from basic setup to handy tips and important notes for Windows users.
#codex#cli#gpt5Spec for Codex: Seamless SpecโDriven Development in VS Code
A VS Code extension that brings Kiro-compatible specโdriven workflows to Codex CLIโmanage Specs, Steering Docs, and Prompts visually and run tasks inline.
#vscode#codex#sddAutomating PBL to SBL Item Creation in monday.com
Eliminate manual copying between PBL and SBL boards during sprint planning. This guide shows how to automate the process using monday.com's standard automation features.
#monday#automationA Minimal Setup Guide for Building an MCP Server Development Environment with TypeScript
This article explains the minimum environment construction procedure for developing an MCP (Model Context Protocol) server using TypeScript. We have compiled practical know-how, including how to configure Biome and Husky and how to publish with npm.
#typescript#mcp#biomeConnecting AI Tools to Obsidian with MCP Server - Gemini CLI & Kiro Guide
Learn how to set up Obsidian MCP server to control your notes from Gemini CLI and Kiro. Complete guide including Windows and WSL environment setup.
#obsidian#mcp#geminiHow to Restore 'Open with Code' in VSCode Right-Click Menu
Learn how to restore the missing 'Open with Code' option in Windows right-click context menu with two effective methods: VSCode reinstallation and manual registry file configuration.
#vscode#windows#developmentComplete Guide to Setting Up Docker + PostgreSQL Development Environment
Learn how to set up a PostgreSQL development environment using Docker and Docker Compose. From initial setup to schema creation, discover a practical configuration for real-world development.
#docker#postgresql#databaseGitHub Branch Protection Setup: Securing Your Main Branch with the New UI
Learn how to protect your main branch using GitHub's new UI interface. This guide covers step-by-step instructions for preventing direct pushes and enforcing pull request workflows.
#github#git#developmentSetting Up Local LLM Development Environment with Ollama and Cline on Windows
A comprehensive guide to setting up a local LLM development environment using Ollama and Cline on Windows with the gpt-oss:20b model, tested on a 32GB RAM PC.
#ollama#cline#llmHow to Create Sortable & Droppable Components with dnd-kit
Learn how to implement both useSortable and useDroppable in dnd-kit. A practical guide to achieving container reordering and item dropping simultaneously through conditional logic.
#react#dnd-kit#typescriptSolving Static Assets Issues with Cloudflare Workers + React Router
Learn how to fix the common issue where public files work in development but fail with 404 errors when deployed to Cloudflare Workers.
#cloudflare#react-router