Entity Framework Code-First tutorial | C# .NET MVC 5

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 through of creating a “Code-First” database using the Entity Framework. Code First is a convention where by you write code (models) to represent entities in … Read more

HTTP requests in Angularjs the right way

http

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 way I’ve adapted to using factories, which has streamlined the way I use them throughout my applications. As you know, $http supports promise chaining, which … Read more

WordPress Linux | 5 Minute Install command line

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 you running WordPress in no time. Once connected to your Linux server via SSH, you’ll want to run the following commands as the root user. Switch … Read more

How To: Minecraft SRV Record | Hosting multiple servers without the need to specify a port

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, all you need to do is run the secondary Minecraft server on a different port. This approach has a major downside however, players will now … Read more