Web Developer

Hey, I'm azukiazusa👋

New web development articles are posted weekly, mainly focused on frontend topics.

Latest articles

Balancing Flexbox Lines with flex-wrap: balance

With flex-wrap: wrap, the last line often holds just a few items, leaving the lines badly unbalanced. flex-wrap: balance keeps the line count that normal wrapping produces while redistributing flex items so each line comes out about the same length.

Popular articles

  1. Zod の z.compile() でバリデーションを高速化する
  2. flex-wrap: balance で Flexbox の折り返しを均等にする
  3. AI に技術ブログを書かせてみてわかったこと
  4. Slack 上でオープンな開発を行う Slack Code を試してみた
  5. Claude Code デスクトップで Worktree を作成するとき .worktreeinclude で .gitignore で除外されているファイルを含める
  6. 実装前に設計を徹底的にインタビューし、要件を明確にするためのスキル `/grill-me`
  7. 最近の AI コーディングで実践している、設計を中心とした開発の進め方
  8. エディタを Zed に乗り換えてみた
  9. Claude Code から Codex を呼び出すためのプラグイン codex-plugin-cc
  10. ローカル開発中に現れる GET /.well-known/appspecific/com.chrome.devtools.json とは何か

Shorts

azukiazusa
azukiazusa
azukiazusa
azukiazusa

Talks

  1. 2026

  2. リファクタリングのためのトークン節約術

    Improve memory and skills with the Boy Scout Rule

    A talk about gradually improving an agent's memory and skills through everyday tasks, so it can accomplish work more efficiently.

  3. フロントエンドカンファレンス名古屋 2026

    The frontend's audience has changed: designing new web interfaces in the age of AI

    Frontend engineers have always built for humans — but AI is changing that assumption. This talk examines two shifts: AI as a producer of web output (streaming UI, MCP Apps) and AI as a consumer of the web (Markdown delivery, WebMCP), exploring what these changes mean for how we design web interfaces in the AI era.

  4. React Tokyo Fes 2025

    How should we give feedback when coding agents write frontend code?

    LLM-based coding agents (such as Claude Code and Codex) are spreading rapidly, and feedback from code execution results is essential in iterative improvement loops. Backend development can get immediate feedback through execution and tests, while frontend development has unique challenges. This talk focuses on the feedback-loop problem in frontend code generation and discusses practical solutions and trade-offs.