• Home
  • About
  • Contact
Brandon Tillman

Featured

Clean Architecture | Creating Maintainable Software using .NET Core

May 2, 2019 by Brandon Leave a Comment

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 development career, you’ll want to start taking things to the next level. That one liner might not be as magical anymore; or maybe you’re hazed … [Read more…]

Posted in: .Net, Entity Framework, Featured, Projects Tagged: .Net Core, Architecture, Web

Callbacks | Understanding JavaScript flow

March 9, 2016 by Brandon Leave a Comment
Callbacks

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 are first class citizens in JavaScript, they can be stored in variables, passed into functions, and returned as a result of an operation. Using a … [Read more…]

Posted in: Featured, Javascript Tagged: Callbacks, JavaScript, Tutorial

AngularJs Tutorial: WoW Realm Status

January 27, 2016 by Brandon Leave a Comment

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 against Blizzard’s API, you’ll need to register for an API key there if you plan on running this app. It will then demonstrate how to … [Read more…]

Posted in: AngularJs, Featured, Javascript, Projects Tagged: AngularJS, Blizzard API, HTML5

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

November 17, 2015 by Brandon Leave a Comment

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…]

Posted in: .Net, Entity Framework, Featured Tagged: .net, code first, entity framework, restful, web api

HTTP requests in Angularjs the right way

November 8, 2015 by Brandon Leave a Comment
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…]

Posted in: AngularJs, Featured, Javascript Tagged: AngularJS, API, http, JavaScript, Webservice

WordPress Linux | 5 Minute Install command line

September 1, 2015 by Brandon Leave a Comment

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…]

Posted in: Featured, Linux, Videos, Wordpress Tagged: commanline, linux, vm, wordpress

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

September 1, 2015 by Brandon Leave a Comment

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…]

Posted in: Featured, Minecraft Tagged: minecraft, srv

Easy $http requests in AngularJS

June 29, 2015 by Brandon Leave a Comment
http

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 the box. Lets set up our base AngularJS application: Now lets add an Angular factory, to provide the rest of our application access to the … [Read more…]

Posted in: Featured, Javascript Tagged: AngularJS, http, web development

  • Popular
  • Latest
  • Today Week Month All
  • Xamarin Forms How-to: Navigation with slide out menu Xamarin Forms How-to: Navigation with slide out menu (14,759 views)
  • Clean Architecture | Creating Maintainable Software using .NET Core Clean Architecture | Creating Maintainable Software using .NET Core (4,810 views)
  • How to: Create custom code snippets in Visual Studio Code How to: Create custom code snippets in Visual Studio Code (2,123 views)
  • AngularJs Tutorial: WoW Realm Status AngularJs Tutorial: WoW Realm Status (1,374 view)
  • Entity Framework Code-First tutorial | C# .NET MVC 5 Entity Framework Code-First tutorial | C# .NET MVC 5 (1,032 view)
  • RadListView | Using the Telerik UI for Xamarin.Forms RadListView | Using the Telerik UI for Xamarin.Forms
  • Clean Architecture | Creating Maintainable Software using .NET Core Clean Architecture | Creating Maintainable Software using .NET Core
  • Xamarin Forms How-to: Navigation with slide out menu Xamarin Forms How-to: Navigation with slide out menu
  • How to: Create custom code snippets in Visual Studio Code How to: Create custom code snippets in Visual Studio Code
  • password ASP.NET Core Identity | Change default password restrictions
Ajax spinner

Beer me!

Did one of my posts help you out? I'm glad! If you'd like to help supply my fuel for more posts - please consider donating to the cause!

10-Day Free Trial

Tags

.net .Net Core AngularJS API Architecture Authentication Blizzard API Callbacks CentOS code first commanline entity framework HTML5 http JavaScript linux minecraft Networking restful srv Telerik Template Tutorial UI vm VSCode Web web api web development Webservice wordpress Xamarin XAML

Recent Comments

  • Tillman32 on Xamarin Forms How-to: Navigation with slide out menu
  • hartman on Xamarin Forms How-to: Navigation with slide out menu
  • Tillman32 on Xamarin Forms How-to: Navigation with slide out menu
  • hartman on Xamarin Forms How-to: Navigation with slide out menu

Categories

  • .Net
  • AngularJs
  • Entity Framework
  • Featured
  • Javascript
  • Linux
  • Minecraft
  • Projects
  • Tutorial
  • Videos
  • Wordpress
  • Xamarin

Follow me on Twitter

My Tweets

Copyright © 2023 Brandon Tillman.

Omega WordPress Theme by ThemeHall