Mar 3 · 6 min read · Zed Editor: A Fast, Native Code Editor for 2026 Zed is a code editor written in Rust that renders with the GPU. It opens instantly, scrolls without dropped frames on million-line files, and uses a fraction of the memory that VS Code consumes. If you ...
Join discussionFeb 12 · 5 min read · Zed Editor Collaborative: Multiplayer Code Editor by Atom Team The Productivity Tool That Saved Me 10 Hours Weekly I was wasting time on repetitive tasks. Then I discovered this workflow. Everything changed. Table of Contents Developer Productivity ...
Join discussionDec 17, 2025 · 5 min read · This is a short post to share a positive experience I had using an LLM agent to quickly add a feature to an existing personal CLI time-tracking application. Below, I describe how I added it using Zed, Opencode and Claude. To start, I wasn't even sure...
Join discussionNov 29, 2025 · 3 min read · I started using VSCode since its very early releases. I migrated to it from Sublime Text 2, and since then, VSCode has become my main code editor and then, my principal IDE. One of the main reasons I adopted VSCode was its extensive extension’s ecosy...
Join discussion
Nov 3, 2025 · 4 min read · Turn boring Git commits into a magical, emoji-filled workflow using Fish shell and Gum inside Zed Editor. Learn how to craft cleaner, more expressive commits that make coding joyful again. 🧠 The Problem: Git Commits Are Boring Let’s be honest, most ...
Join discussion
Oct 5, 2025 · 1 min read · After wrapping my head around the constant changes in LLM subscriptions and performance, here’s my new coding stack for October 2025: Warp Pro: my go-to agentic CLI, speedy and reliable for coding and task automation. Supports most top end LLMs. Ze...
Join discussionJun 13, 2025 · 4 min read · The AI coding revolution isn’t coming — it’s already here. Whether you're building solo projects or managing complex codebases, these tools aren't just optional anymore — they're part of the workflow. I’ve tested dozens of platforms so you don’t have...
Join discussion
May 3, 2025 · 4 min read · In a fast-moving industry like tech, the difference between staying ahead and falling behind often comes down to the tools you use. Whether you are coding UI components, managing infrastructure, or scaling apps across the cloud, your stack is your su...
Join discussion
Jan 25, 2025 · 4 min read · // 追記 最後に追記しているが、Prettier は利用しなくなった😣 Biome を検討したけど、npx create-next-app@latest の選択肢に ESLint しかないから、選択肢に出てくるまでは ESLint にしようと思った。詳しくは調べていない。公式尊重マン! Next.js, React, Google のガイドラインをできる限り尊重したつもり。 package.json デフォルト eslint eslint-config-next @eslint/es...
Join discussion