Home

I post here some of the useful things I’ve learned throughout my software career, in an attempt to give back. I hope you can enjoy and learn something from my musings!

Happy Snail is here to guide you

Latest Articles

The Year 2038 Problem: Next-Gen Y2K

Y2K was a pop culture phenomenon. Shows such as The Simpsons and South Park released episodes relating to this purported disastrous event. There was an air of uncertainty and fear, however, when January 1, 2000, came and went, it wasn’t an apocalyptic event. So what was the commotion about? The issue had to do with…

Getting started with NoSQL using MongoDB

MongoDB is one of the most popular NoSQL (Non-Relational Structured Query Language) databases currently out, because it does not demand all the strict organization that SQL requires. It allows for rapid creation of databases that can be dynamically changed during development. The advantage of NoSQL resides in its complete lack of organizational requirements. This allows…

Using Javascript in Blazor pages

Note: Here is my GitHub Repository and my Azure hosted site displaying the code below. A big selling point behind Blazor is the ability write code in C# over Javascript. While it’s a great feature to seamlessly develop web applications in C#, the Blazor team had the foresight to still include Javascript support. This is…

Please subscribe to get a heads up of new articles!