Taylor's Webpage

Technical Blog

Thoughts, deep-dives, and tutorials on software engineering, system architecture, and low-level development.

Recent Articles

Understanding Operating System Internals and Custom FAT32 Volume Construction

A deep dive into file system structures, partition geometry, and the mechanics of manually tracking cluster chains down at the sector level without relying on standard OS abstractions.

Optimizing Database Operations with Npgsql and PostgreSQL Functions

Analyzing performance bottlenecks in modern .NET data layers and exploring how utilizing native PostgreSQL features can minimize serialization latency over network boundaries.

Architecting Extensible Unit Tests Using NUnit

Why structured test arrangement matters. A breakdown of utilizing NUnit features to build readable, isolated, and highly maintainable test suites for object-oriented components.