#10 – “You’ll thank me later.” You can never go wrong quoting Monk. #9 – “Plans are worthless, planning is essential.” This famous quote from Dwight Eisenhower is often useful when discussing plans. It gets to the heart that of planning, that the plan isn’t the important outcome, it is the planning. #8…
Read more…
“Software is hard.” – Donald Knuth Shipping software is hard. Supporting software can be even harder if you don’t set yourself up for success. If you have customers, you can’t just push the Ship It button and run away. Why is supporting software so difficult? One of the reasons is that re-creating what users are…
Read more…
Questions are an essential part of any development process. Developing software is a continual process. We are always writing the next piece of software. New tasks are kind of like the mail for mailmen, the mail just keeps coming. The tasks just keep coming. It is very easy to get heads down and stop asking…
Read more…
#10 – “It’s not really the best, but…” This is often heard when developers don’t come up with the best solution and have to compromise to something that isn’t quite wonderful. #9 – “What do the logs say?” When problems occur, the first place to look is usually the logs. This actually might be…
Read more…
Delivering applications for mobile devices is essential for many business applications. For much of the business software we write at Don’t Panic Labs, some sort of mobile experience is necessary and can be done in many ways. This post will walk through many of the options available today. There really isn’t an “always do it…
Read more…
This afternoon, Doug Durham presented the afternoon keynote at the 2018 Heartland Developers Conference. In his presentation, entitled “Be the Hero – Stop Being the Development Villain”, talks about the ways we as developers can sometimes be the villain and contribute to why software often breaks. But there are other villains in this story, ones…
Read more…
I have officially written one blog post per week for one year! I started this endeavor on August 1, 2017 with the post, PHP Through the Eyes of a .NET Engineer. During that time, I have written many blog posts in a single week, then sometimes take a week or two off. I have also…
Read more…
With .NET Core 2.1 there is a new Angular template. That, in combination with the new UseSpa configuration, makes using Angular with .NET Core feel a lot better than .NET Core 2. Let’s take a quick look at this new feature. Create a new ASP.NET Core Web Application. Select Angular as the project template. Now…
Read more…
The pull to start writing code is strong when building a new system. It feels urgent, but it isn’t the most important thing you should be doing… When people think of software development they often think of a programmer typing 0s and 1s into a green screen all alone in a room drinking Mountain Dew….
Read more…
Formatting text is a common part of software development. Many web pages are just that, some sort of template that is converted into HTML. In the .NET world, we often use ASP.NET MVC for generating those HTML pages. We often also have a view that is rendered with a model to create an HTML page….
Read more…