Tag: go
All the articles with the tag "go".
-
Building a Simple Virtual Machine
Explore building a simple VM in Go using stack-based architecture. Learn the fundamentals of virtual machines through hands-on implementation.
-
JSON's Numeric Boundaries: The Lesser-Known Reality of Inaccurate Figures
Explore the hidden challenges and limitations of handling large numbers in JSON. Learn about precision loss, IEEE 754 floating-point representation, and best practices for reliable numeric data handling.
-
Bringing Pattern Matching to Go
Explore pattern matching in Go through declarative branching techniques to write cleaner, more maintainable conditional logic
-
My Naive implementation of no-code/low-code tool
Implement a naive no-code/low-code using Temporal and YAML DSL for simplified, scalable, and fault-tolerant application development