Clean Architecture | Creating Maintainable Software using .NET Core
Intro This is one of my favorite topics as of late - Clean Architecture, the Do's and Don'ts of how to write awesome software. At some point in your software…
Intro This is one of my favorite topics as of late - Clean Architecture, the Do's and Don'ts of how to write awesome software. At some point in your software…
Callbacks Understanding callbacks is essential, they not only provide a means to application flow, but allow you to write cleaner, and more modular code too. You must understand that functions…
Intro This tutorial will show you an example app I wrote in AngularJs for the popular video game World of Warcraft. It will show you how to create simple http requests…
Getting started in the world of .Net and C# isn't easy; I have a JavaScript background and it was tough for me at least. So, here is a simplified walk…
Often, I find people asking the question about how to properly use promises and http factories, to retrieve data from a web service in AngularJs. I want to share the…
https://youtu.be/nbOQx1gtny4 Today I will show you how to install word press on an existing LAMP stack (Linux, Apache, MySQL, PHP ). This is a super quick install, that will have…
Often times, when providing your own Minecraft hosting solution, you'll have the need to run multiple servers within your network (Aka, hosting from a home server). This is easily do-able,…
Making a web request is an essential part of most JavaScript applications. AngularJS makes it very easy for us to make these requests, using the $http service, provided out of…