Weekend Challenge #2: Custom ASP.NET MVC Exception Page

So after last week’s challenge, I decided to continue on and try something new this week. This time, my focus was on something I didn’t have a whole lot of experience in, which was hooking into the ASP.NET error handling system and writing my own custom exception error page to replace any pre-existing one.

Continue reading “Weekend Challenge #2: Custom ASP.NET MVC Exception Page”

Weekend Challenge: Slack Support Client in JavaScript

Lately I’ve been wanting to spend more of my free time building small projects to challenge myself. One challenge I set up for myself this weekend was to build a JavaScript project using zero external plugins — something that could run on its own. The other challenge was to build something that would also be useful. The result isĀ sl.js.

Continue reading “Weekend Challenge: Slack Support Client in JavaScript”