Currently started a new project for the year. I figured switching jobs and living situations wasn’t enough for me, so I started a new project. About 4 months ago I purchased the PSoC 4 Bluetooth® Low Energy Pioneer Kit. We had talked about it using a PSoC processor for our […]
c
As we are nearing the competition, I wanted test the algorithms on a bigger maze. The test maze that we have in the lab is 6×3. This maze is good for doing small tests but it is a far cry from the stress tests that I wanted to perform on […]
I have been hard at work on the the University of Scranton’s micromouse for the upcoming SAC competition. So far we have had some general success. I will be talking about it in future posts. Here I will include some basic information so you can check it out. The project […]
In my last post I showed a controller action which contained a lot of boilerplate code. When the action of a controller accepts the id of an entity the first section of code of that action is always … Make sure the id exists, if not show error or 404 […]
I recently started working on a project for work where they use Microsoft Severs. After some consideration I decided to used the ASP.NET MVC framework instead of just going with the .NET web froms framework since I had some experience with MVC frameworks in PHP. Going from PHP to a language like […]