Skip to content

Asaborian Notes

  • tech
  • devlog
  • japanese

Month: July 2026

ARPの動作フローとIPアドレス設計(同一LAN誤認トラブルの回避)

2026-07-29 by potatomatoes167

ARPによるMACアドレス解決のフローと、192.168帯のIP重複によって発生する通信トラブルの回避策についてのメモです。

Categories japanese Leave a comment

ARP Operation Flow and IP Address Design: Avoiding Same-LAN Misidentification Issues

2026-07-29 by potatomatoes167

Notes on ARP MAC resolution and avoiding IP conflict issues on 192.168 networks.

Categories tech Leave a comment

Gitブランチの操作誤りによるコミット混入の原因と対策

2026-07-22 by potatomatoes167

未マージブランチからの切り替えミスにより、異なるタスクのコミットが同一PRに混入した問題の備忘録。原因と再発防止策としてのトピックブランチ運用のルールをまとめました。

Categories japanese Leave a comment

Git/GitHubとVercelで紐解く、モダンなCI/CDリリースの仕組み

2026-07-232026-07-09 by potatomatoes167

GitHubのプルリク、Vercelのデプロイ、そして自動テスト。これらがどう連携して本番へリリースされるのか。Gitのブランチ構造や、コンフリクト(衝突)が発生した際の自動テストの挙動を踏まえ、リリースに至る一連のプロセスを論理的に解説します。

Categories japanese Leave a comment

How Modern CI/CD Release Pipelines Work: A Deep Dive into Git, GitHub, and Vercel

2026-07-09 by potatomatoes167

GitHub Pull Requests, Vercel deployments, and automated testing—how do they work together to ensure safe production releases? This article logically explains the entire release process, focusing on Git branch structures and automated test behaviors when resolving merge conflicts.

Categories tech Leave a comment

Next.jsで「window / document is not defined」が出る理由と、SSRの本質

2026-07-08 by potatomatoes167

Next.jsでlocalStorageやwindow、documentを使おうとしてエラーに直面したことはありませんか?その原因は、サーバー側(SSR)とブラウザ側の「HTML組み立ての仕組み」の違いにあります。SSRの本質と、なぜClient Componentにする必要があるのかを論理的に解説します。

Categories japanese Leave a comment

Why “window / document is not defined” Occurs in Next.js: The True Nature of SSR

2026-07-08 by potatomatoes167

Ever encountered errors when using localStorage, window, or document in Next.js? The root cause lies in how HTML is generated during SSR versus the browser. This article explains the mechanism of Server-Side Rendering and why Client Components are essential.

Categories tech Leave a comment

仮想化技術まとめ:ハイパーバイザー型・ホスト型・コンテナ型の違いとWSL2の仕組み

2026-07-07 by potatomatoes167

仮想化における3つの方式(ハイパーバイザー型・ホスト型・コンテナ型)の本質的な違いと、それぞれの導入目的を構造的に整理。あわせてWSL2の通信構造の仕組みについても論理的に解説。

Categories japanese Leave a comment

Virtualization Technologies: Key Differences Among Hypervisor, Hosted, and Containerized Models, and the Architecture of WSL2

2026-07-07 by potatomatoes167

A structural analysis of the core differences and deployment objectives behind the three main virtualization models: hypervisor, hosted, and containerized. Also covers the underlying communication architecture of WSL2.

Categories tech Leave a comment

Archives

  • July 2026
  • March 2026
  • February 2026
  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • February 2025
  • October 2024
  • August 2024
  • August 2023
  • May 2022
  • February 2022
Asaborian Github X
© 2026 Asaborian Notes
© 2026 Asaborian Notes • Built with GeneratePress