Recent Posts

Creating Value as a Freelancer

Creating Value as a Freelancer

As a freelancer, this is one of the hardest challenges: how to justify your services to a company

Location, Location, Location: Where to place code

Location, Location, Location: Where to place code

Where do you place a shareable, UI extension method? Today, I share my discussion I had with a fellow developer and look for feedback from others

AWS Serverless Application Model: The Basics and a Quick Tutorial

AWS Serverless Application Model: The Basics and a Quick Tutorial

In today's post, our guest blogger, Gilad David Maayan introduces the basics of an AWS SAM model along with a quick tutorial

10 Valuable Tools For Optimizing your Website

10 Valuable Tools For Optimizing your Website

Performance, performance, performance! Everyone wants a fast website. In today's post, we'll examine some of the top tools I use when optimizing websites.

Quick Tip: Creating Multiple JavaScript Files using Gulp

Quick Tip: Creating Multiple JavaScript Files using Gulp

Bundling scripts in Gulp is easy, but what if you want optimized scripts for each page? In today's post, we look at a Gulp script to create multiple, optimized scripts for pages.

Writing Code

Writing Code

Writing code means not just using a computer. In today's post, I look back on a event that made me a better coder.

What is ASP.NET Core?

What is ASP.NET Core?

Today, I answer a number of beginner questions about what is .NET 5.0, ASP.NET Core, ASP.NET MVC, ASP.NET, .NET and many others.

Collection: Build Badges

Collection: Build Badges

Badges on source code repositories are important to first-time users. In today's collection, I focus on using build badges along with ways to get started

Advanced Basics: Using Task Runner in Visual Studio

Advanced Basics: Using Task Runner in Visual Studio

If the world is running on JavaScript, why not automate your client-side tasks through Visual Studio's Task Runner?

Using Docsify with ASP.NET (NOT Core)

Using Docsify with ASP.NET (NOT Core)

Using a site document generator like Docsify with an older .NET project can cause general functionality issues, but in today's post, we'll address them and show solutions for ASP.NET MVC projects.