Search Articles — Sudonull

Search Results

In this project

Reflection in Unreal Engine: how the type system works

https://sudonull.com/reflection-in-unreal-engine-how-the-type-system-works

Get to know the Unreal Engine reflection system: code generation, UObject and FField hierarchies, runtime data access. For C++ developers.

PropertyDescriptors for TypeScript schema validation

https://sudonull.com/propertydescriptors-for-typescript-schema-validation

Type-safe object validation with PropertyDescriptors: descriptor tree, introspection, extensions. Integration with Standard Schema v1. Create a reliable schema without string paths.

Vue Runtime Inspection: props and Pinia without devtools

https://sudonull.com/vue-runtime-inspection-props-and-pinia-without-devtools

Learn to extract props, Pinia state and intercept Network in production Vue without proxy. Tool for QA and dev: bookmark mode, iframe UI. Master runtime debug.

Creating a runtime addon with WASM for a music player

https://sudonull.com/creating-a-runtime-addon-with-wasm-for-a-music-player

How to turn a simple theme into a full-fledged addon with audio-reactive effects and WASM core. Practical breakdown of architecture and optimization.

API Validation in runtime with Zod and TypeScript

https://sudonull.com/api-validation-in-runtime-with-zod-and-typescript

Learn why TypeScript doesn't check API responses in runtime and how Zod solves the problem. Code examples, libraries, integration. Protect your frontend from bugs.

Trending Now