Home
Jr Dev
Cancel

A Deeper Dive Into SQL

To me, SQL was a strange language at first. The basics will get you far. I am the kind of person who needs to know how the insides of something works. Tends to help me utilize the tool better somet...

Quick Debug Rundown

Debugging is a major part of software development. Not only do you create new modules, but you must also maintain older ones. Some jobs are more focused on new software Greenfield project. Others m...

Build an ASP.NET Core API in a Few Steps

We are going to create a simple REST API using a compiled language. In this example we will use asp.net core to create an API Server. We will cover the post, get, put and delete actions. There are...

My run in with groupings

At work, I saw a collection set up that was unfamiliar to me. This collection was the IGrouping expression. At first, glance that the groupby extension was using a lambda expression to create a lis...

My commonly used shortcuts

Below is a list of my daily drivers. This is a windows short cut that is similar to alt tab but more aesthetically pleasing. This shortcut is just muscle memory from my Linux days. Ctrl tab ...