Came here to say this. Scariest encounter I had was earlier this year with a stag. He was standing on a footpath, it was dusk and he was shadow so I didn't see him until I was 5m away. I'm 1.9m and he was looking down at me. Had another 1m of antlers. Then my dog started barking and he just turned and walked away into the trees.
Same dog once tried to fight a pair of geese, she's similar size to them, they didn't back down.
I got dumped with fixing some bugs in a project written by a contractor who had literally done this but with extra steps.
Backend was sql server and c#/asp.
There was an api endpoint that took json, used xslt to transform to xml. Then called the stored procedure specified in request passing the xml as a parameter.
The stored procedure then queried the xml for parameters, executed the query, and returned results as xml.
Another xslt transformed that to json and returned to the client.
It was impressive how little c# there was.
Despite holding all the business logic, the sql was not in source control.