Preview Mode Links will not work in preview mode

With the limited time and energy that software leaders have, by tuning into Programming with Palermo, you ensure that you accomplish the most for the effort invested.

You deliver software. That's what you do.  And it can be frustrating when things take too long, when bugs pop up, or when things break in production.  But you have what it takes.  Programming with Palermo can help improve your confidence by delivering timeless knowledge, moving unnecessary obstacles, and regaining excellence within your development team; opening up to their full potential.  Simply - simplify!

Sep 28, 2022

Code Sample 

In this episode, Jeffrey is going to look at the full system acceptance test suite that was created in the last episode and get it running a command line. This will include prepping it to run in a build. 

You will begin by making it possible to run your private build on your local workstation by running...


Sep 21, 2022

Code Sample 

In this episode, Jeffrey shows how to implement a Model View Controller pattern in Blazor WebAssembly using the BlazorMVC library.

To recap previous episodes- We’ve been doing a lot with our sample application, a church bulletin application, that would print bulletins for a church service or project all...


Sep 14, 2022

Code Sample 

In this episode, you’re going to take a dive into using selenium for full system testing or acceptance testing, sometimes those two words get interchanged.  This is an important type of test for pretty much any application. In test-driven development, you have different layers of testing, just like an...


Sep 7, 2022

Code Sample 

In this episode, Jeffrey is going to finish the Onion Architecture series with .NET 6. This is the culmination of a 6-part series creating, from scratch, a .NET 6 application using Onion Architecture.  It’s been built up starting with the core, the private build, a continuous integration build,...