Paging Through Git Commits Like A Wizard
I recently worked on a VueJs sample, “Sharing Information Between Vue Components With A Bus.” I recommend that folks read that post (after reading this post, of course).
A collection of 356 posts
I recently worked on a VueJs sample, “Sharing Information Between Vue Components With A Bus.” I recommend that folks read that post (after reading this post, of course).
The lowly console application has gotten a sad reputation in the .NET ecosystem. Generally, the project format is relegated to the arena of the demonstration. We’re all guilty of starting and abandoning that ConsoleApp341 project. It is time the console...
If I could travel back in time and make a career shift, I would likely have ended up being a graphic designer. Art has the same elements that make programming so much fun. Artists create something out of nothing, express...
Reader, ahazelwood, recently read my post on using ASP.NET Core, VueJS, and Parcel to build a robust application architecture. He did have one follow up question that I thought I would address in this post. He wanted to know how...
In many applications, the mutation of data starts with the user, flows through the application logic, and effects the underlying data store. In caching scenarios, we can see the flow of data reversed. Our data is updated by database administrators...
No organization exists in an operational vacuum. It’s a natural law of software development that your world will collide with other projects. It is inevitable to share responsibility between customers, vendors, partners, and the open-source ecosystem. In a past life,...
In a prior post, I wrote about new adventures and recovering from burn out. I have taken the months of January and February to recharge my mental battery and reflect on my time as a director of software development. I’ve...
In the year 2000, Microsoft released C# to the masses, and since then, it has evolved with many new features. One of those features includes Tuples. Only recently have tuples become more useful with the addition deconstruction in C# 8....
I watch more YouTube videos than I’d ever like to admit. It’s a great source of knowledge for interesting topics like programming, cooking, tiny house living, and much more. Lately, I’ve also wondered about taking some of my blog content...
It is always good to have environmental awareness, primarily when you work with a technology stack. Package management providers are a good indicator of what’s currently happening in any ecosystem. For .NET developers, the pulse of our community beats with...