News

Learn how to use various methods and tools to test and validate your data models and schemas for quality, performance, and compliance.
AWS has launched Kiro, a spec-driven, agentic AI IDE based on Visual Studio Code. It joins a growing lineup of VS Code forks ...
Did you ever got to implement XML parser? Perhaps for atom, or scap? You may have got XSD (XML Schema Definition) files to verify adherence to given xml application? Wouldn't it be cool to ...
Look at this for an example using Go's embed package to bake an XML schema into a simple http server. To see how this could be plugged into middleware see the go-chi example I came up with.