- 🙋♀️ A short introduction - @OzzyMcDuff is the archive account for repositories from @WallyMathieu.
- 🌈 Contribution guidelines - You are of course welcome to contribute. Any help is welcome.
Some of the projects have been used as sample of "legacy" technology since it was a while since they got created. In particular we have these that got started based on example from Galasoft that demonstrated WPF with WCF. I've since used it as a simple example in the line of TodoMVC and TodoMVC backend (but mostly using xml for transport).
Using XML for transport has some interesting implications since JSON has since become the defacto standard for Web API's.
A twitter clone but only for smileys instead of a limited amount of characters:
- smileynoise-ruby
- smileynoise Python web site written on App engine.
Before we had things like Kibana you had to manage file based logs. I had used log4net in many projects:
Since then we have seen the rise of many logging frameworks and particularly Microsoft.Extensions.Logging.