Compiler from scratch: lexer parser type inference https://sudonull.com/compiler-from-scratch-lexer-parser-type-inference
Experience creating a compiler for my own language: from lexer to LLVM IR. Handling generics, lambdas, linking. For middle/senior developers. Learn approaches without deep knowledge.
Secure file upload in Go: 7 attacks https://sudonull.com/secure-file-upload-in-go-7-attacks
Analysis of 7 attacks on file upload in Go: type spoofing, DoS, path traversal, SSRF. Crypto-identification ECDSA, magic bytes, MaxBytesReader. For middle/senior dev.
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.
Physics of Type II Supernovae: Metallicity and Shock Breakout https://sudonull.com/physics-of-type-ii-supernovae-metallicity-and-shock-breakout
How Stellar Metallicity and Radiation-Hydrodynamic Models Explain Differences in Supernova Light Curves. For Astrophysicists and Simulation Developers.
Modbus monitoring in CoreBus: register polling and charts https://sudonull.com/modbus-monitoring-in-corebus-register-polling-and-charts
Analysis of CoreBus 3.4.0 monitoring mode: periodic register polling, type conversion, formulas and logging. Instructions for engineers.