Skip to content

Asaborian Notes

  • tech
  • devlog
  • japanese

tech

Technical notes, learnings, and insights.

Entity vs Value Object in TypeScript: Structural Differences and Implementation (DDD)

2026-08-13 by potatomatoes167

Entity and Value Object differences in DDD explained with TypeScript code examples.

Categories tech 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

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

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

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

How Does Flutter’s StatefulWidget Work? Essential Concepts to Understand Before Using Riverpod or Hooks — State, Element, the Widget Tree, and the setState Mechanism

2026-03-062026-03-06 by potatomatoes167

A clear explanation of how Flutter’s StatefulWidget works internally, covering State, Element, the widget tree, and the setState mechanism — essential knowledge before using Riverpod or Flutter Hooks.

Categories tech Leave a comment

Flutter Web Deployment Best Practices

2026-02-252026-02-23 by potatomatoes167

A practical guide to safely deploying Flutter Web to a production server. Covers essential best practices using SSH, rsync, and vim for reliable local‑to‑production workflows.

Categories tech Leave a comment

Typing Practice

2026-02-192025-10-12 by potatomatoes167
Categories tech Leave a comment

My Vim Training Journey

2026-02-192025-10-11 by potatomatoes167

I’ve completed vimtutor from the first lesson through lesson 5.2. I also learned that you can run terminal commands with :!, for example, :!ls.

Categories tech Leave a comment

Typing Practice

2026-02-192025-10-10 by potatomatoes167

Today’s high scores: Symbol Typing: 55/50 Monkeytype: 36 WPM

Categories tech Leave a comment
Older posts
Page1 Page2 Next →

Archives

  • August 2026
  • 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