🏡
Welcome to my website! It acts as a home for my notes and waffle on various technical topics that I refer back to. It is also a playground for various development that lets me test out new ideas and languages. Copious amounts of emoji contained within 👍
Latest
🗞️
- Net 5 Quality of life improvementsNet 5 has shipped with a slew of nice quality of life improvements, especially in the web domain, so big… Continue reading Net 5 Quality of life improvements
- Data structures O(n) O(1)Data structures and the principles behind them are something that every developer understands to some degree. However they are often… Continue reading Data structures O(n) O(1)
- Result PatternPreviously I have always generated custom exceptions when I know that the state of the system will causes errors when… Continue reading Result Pattern
- Branching Pipelines with OWINBranching pipelines with OWIN allow for several different request pipelines to be used as needed depending on a determining factor.… Continue reading Branching Pipelines with OWIN
- Programing IIS website configuration propertiesWhere possible it is easiest to manage IIS web configuration properties for applications via the web config file, for ASP.NET… Continue reading Programing IIS website configuration properties