Deep Dives into Systems Engineering
I write about relational indexes, safe thread boundaries, and native compiler automation structures. Adjust the active perspective filter to change reading formats dynamically.
Survey Point Manager: The Complete Guide to an AutoCAD Survey Point Plugin (A to Z)
An all-in-one coordinate and survey point manager built inside AutoCAD — from field data to finished drawings.
Surveyiiing: The Complete Guide to a Browser-First Surveying Tools Platform (A to Z)
Calculators, file converters, and learning content for surveyors — built to run fast in the field, with coordinate files staying on your device.
Datuma: The Complete Guide to Field Surveying on Mobile (A to Z)
Import instrument files, manage projects offline, visualize points on the map, and export back to CAD — all from your phone.
Rackify: The Complete Guide to Pallet Racking Inspection & Compliance (A to Z)
Turn warehouse racking inspections into a structured, visual, auditable workflow — from the floor plan to the signed PDF report.
Scaling Relational Schemas Beyond the Standard ORM
ORMs are exceptional for fast development but often yield disastrous SQL under enterprise datasets. Understanding how to model indices, triggers, and constraints inside PostgreSQL directly turns sluggish pages into sub-millisecond API endpoints.
Drafting with Code: Lessons from AutoCAD API Development
Automating high-precision structural blueprints requires an architectural mindset. Working directly in the AutoCAD ObjectARX runtime reveals critical patterns for managing memory leaks, ensuring coordinates alignment, and committing thread-safe design drawings.
Connecting Python FastAPI Services to robust ASP.NET Cores
Combining Python’s rich mathematical and AI packages with C#’s rock-solid throughput capabilities can yield incredible business benefits. Here is a guide on routing high-speed inter-service requests with zero serialization overhead.