Posts
All the articles I've posted.
-
Getting your head around ASP.NET MVC(Model-View-Controller) CORE
Jeff Tyler
When I made the switch from Web Forms to MVC a few years back. I thought my head was going to explode. It's loose coupling allows it to do a lot of magic for you. As great as magic is, it can take a lot to get your head around
-
Entity Framework Composable Queries using LinqKit
Jeff Tyler
Linqkit allows you to compose queries and reuse them so that you can apply the DRY prinicpal to your queries
-
FPGA for Fun #1 (Part 2) - Driving the MAX 7219 LED Display Module
Michael Earls
In this post, I cover the Lucid HDL implementation of a MAX7219 LED display module driven by the Mojo FPGA.
-
FPGA for Fun #1 (Part 1) - Driving the MAX 7219 LED Display Module
Michael Earls
In this post, I cover the wiring, Finite State Machines, and LED segment encodings for connecting a MAX7219 LED Display Module to the Mojo FPGA using SPI.