News

Schema comparison tools: allow you to compare and synchronize database schemas. Popular schema comparison tools include Redgate SQL Compare, ApexSQL Diff, and dbForge Schema Compare for MySQL.
Dendron turns VS Code into a PKM tool. This is one such extension that’s good enough to replace your Obsidian vaults. It ...
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.