Jamie Locatis
Web Developer
RECENT ARTICLES

Stop Using Unsafe Strings to Refer to User Roles In Your ASP.NET Application

Switch your user role references throughout your code base to an enum, instead of using the base ASP.NET implementation of just referencing the string role name. This helps to guarantee you won’t have any code errors when the application compiles. Also, learn how to easily create a custom ASP.NET MVC authorization attribute that will allow you to make use of this enum.

ASP.NET MVC .NET C#

Enumeration Performance in .NET

Read more into enumeration and performance of different methods in .NET.

.NET C#

Setting up Administrate in Rails

Flexible and powerful admin dashboards for any Ruby on Rails application! The Administrate gem is an easy to setup framework for giving your application some much needed robust administration capabilities.

rails ruby administration

Switching to a Jekyll Blog

Shape up your online presence with ease! Move your existing online blog (or create a new one) to Jekyll. The framework that powers this very site you are reading is a great platform for any developer.

jekyll blogging ruby

Hello World From React

Learn how to build a simple Hello World app in React!

react javascript

Setting Up A React Dev Environment, Part II

In this tutorial I will cover getting your React site up and running from a server so you can begin serving your react code to a browser. I will also give you the tools you need to finish creating the near perfect dev environment for your React apps.

react javascript

Comments Should Be Good

The idea of having good comments in code has come up almost daily in my coding adventure. But I’m here to tell you a truth, all of us who were talking about good comments have yet to write consistently good comments! Let’s examine what makes a comment good.

general

Setting Up A React Dev Environment, Part I

This quick setup tutorial will get you started on everything you need to begin coding with ReactJS! After just a few steps you will be ready to begin coding in this newer declarative, component-based JavaScript library.

react javascript

Master the Art of Git

Using Git can be the easiest yet most frustrating part of becoming a developer. It’s as simple as a quick tutorial to get into, yet I promise it will take a long time to perfect. But Git is a need to know for every coder. Check out this great tutorial that breaks down mastering the art of Git.

git

Easy Blog Setup Using React

I found this easy tutorial that brings together a few different technologies to create a quick SEO-friendly, CMS-powered blog. Take a look at what’s involved and read the tutorial!

react javascript
Page: 1 of 2 Next