Recent Posts

Are You Gold-Plating Your Product?

Are You Gold-Plating Your Product?

How much should you code to obtain a true MVP? Today, we look at the difference between functionality and gold-plating.

Collection: Blockchain

Collection: Blockchain

The latest collection I wanted to focus on is something everyone is talking about: Blockchain.

Developer Tips: C# Tuples

Developer Tips: C# Tuples

Our guest developer, Andrew Hinkle, gives us a taste of the new Tuples in C# 7.1 in today's post.

Has jQuery Become A Polyfill?

Has jQuery Become A Polyfill?

jQuery has always been in everyone's JavaScript toolkit, but with the latest release, is it really required to build websites and do we really need it anymore?

Codemash v2.0.1.8

Codemash v2.0.1.8

It's another year and Codemash has come and gone...again! It seems to go faster and faster. In today's post, I review how much fun I had at Codemash.

The Story Behind DanylkoWeb Digest, The Weekly Newsletter

The Story Behind DanylkoWeb Digest, The Weekly Newsletter

In a previous job, I didn't realize I was building a newsletter. Today, I discuss how I started the newsletter and how I create it every week.

Create an ASP.NET MVC Autofill Control, Part 2

Create an ASP.NET MVC Autofill Control, Part 2

In Part 2 of our autofill control, we attempt to create a transparent placeholder in an ASP.NET MVC textbox.

Create an ASP.NET MVC AutoFill Control, Part 1

Create an ASP.NET MVC AutoFill Control, Part 1

Everyone needs a little help when data entry requires some validation. Today, we present a way to give the user some data hints based on their input.

5 Ways To Trigger Innovation in 2018

5 Ways To Trigger Innovation in 2018

With the new year beginning, it may be time to look at development in a new way.

5 More C# Extension Methods for the Stocking! (plus a bonus method for enums)

5 More C# Extension Methods for the Stocking! (plus a bonus method for enums)

To continue from my previous collection of extension methods, I thought I would add five more extension methods to the list.