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…
Here are some of the articles we found this week. Corporate Cybersecurity Is Becoming Geopolitical. Are U.S. Tech Companies Ready? – “Businesses are interconnected, and therefore threats are, too. Firms should take care to understand how their systems depend on the products and services of other firms; often a close examination will find many more…
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…
Here are some of the articles we found this week. 3 Kinds of Jobs That Will Thrive as Automation Advances – “But the bottom line is that technology is unleashing market forces that can reward those who address these challenges and marginalize those who ignore them. And, far from depriving us of work and squashing…
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…
Hello! We are the seven 2018 summer interns of Don’t Panic Labs (Matt Kachek, Jack Rowen, Luke Farritor, Lexie Karkazis, Taylor Bernt, Noah Costello, and Lee Hayes). In this blog post, we’ll share about the projects that we worked on (MyLNK, TeamMates, and BenefitEd) as well as share some of the experiences we had outside…
Read more…
Here are some of the articles we found this week. A hand gesture could be your next password – “Unlike passwords, finger motions in the air won’t be exactly the same each time, so a system has to be robust enough to recognize slightly different speeds and shapes while still catching fraudulent attempts. The system…
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…
Here are some of the articles we found this week. 5 Things to Do When You Feel Overwhelmed by Your Workload – “A classic catch-22 in psychology is that people wait for their emotions to change before changing their behavior. However, changing your behavior is probably the best and fastest way to change your emotions…
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…