.NET Core Console App Set Up

by 

|

|  

in

.NET Core has changed things quite a bit from the old .NET Framework days. While it is really easy to look at a .NET Core console application and think it is pretty much a .NET Framework application, there are potentially many differences. In both .NET Framework and .NET Core, you can quickly just create a…

Read more…

DPL Reading List – June 4, 2021

by 

|

|  

in

Each Friday, we share a curated list of articles we found during the past week. Here’s the list of the new and interesting ones we found for the week ending June 4, 2021. If there’s an article you think we should read, let us know in the comments below.   Microsoft will unveil the next…

Read more…

Using Azure Functions Proxies

Using Azure Functions Proxies

by 

|

|  

in

Azure Functions supports a little-known feature call “Proxies.” This feature could be used to enable many features for your Azure Function. What we are going to discuss here is using proxies to host the static site (in this case, Angular) that calls our Azure Function backend. Azure Functions are sometimes classified as a serverless solution…

Read more…

DPL Reading List

DPL Reading List – May 28, 2021

by 

|

|  

in

Each Friday, we share a curated list of articles we found during the past week. Here’s the list of the new and interesting ones we found for the week ending May 28, 2021. If there’s an article you think we should read, let us know in the comments below.   Microsoft wants Teams to be…

Read more…

Build Stamina Hypothesis

Build Stamina Hypothesis

by 

|

|  

in

At Don’t Panic Labs, we build a lot of software. Much of it is for new greenfield projects, but we also do a good amount of brownfield improvement projects. But regardless of the type of project, we want certain things in place, and a big one of those items is automated builds. Automated builds are…

Read more…

Don't Panic Labs Reading List

DPL Reading List – May 21, 2021

by 

|

|  

in

Each Friday, we share a curated list of articles we found during the past week. Here’s the list of the new and interesting ones we found for the week ending May 21, 2021. If there’s an article you think we should read, let us know in the comments below.   Here’s why AirPods Max don’t…

Read more…

Automated Testing Part 3

3 Automated Testing Techniques, Part 3: Error Guessing

by 

|

|  

in

When writing tests for some new functionality, our goal should be to write the minimum number of tests with the highest likelihood of finding defects. To do this, we need a repeatable, consistent approach to defining our tests that will result in a similar outcome and quality of tests across the development team. In the…

Read more…

Don't Panic Labs Reading List

DPL Reading List – May 14, 2021

by 

|

|  

in

Each Friday, we share a curated list of articles we found during the past week. Here’s the list of the new and interesting ones we found this week. If there’s an article you think we should read, let us know in the comments below.   Is Night Shift really helping you sleep better? – A…

Read more…

Towel Day 2021

Don’t Panic Labs Announces Latest Towel Drive for People’s City Mission

by 

|

|  

in

Local software design and engineering company Don’t Panic Labs is excited to announce the return of its annual towel drive for People’s City Mission. Towels are always in short supply at the Mission, and the donations serve a vital need. From May 17th to May 25th, Don’t Panic Labs is encouraging all of Lincoln to…

Read more…

Data-Flow Testing

3 Automated Testing Techniques, Part 2: Data-Flow Testing

by 

|

|  

in

When writing tests for some new functionality, our goal should be to write the minimum number of tests with the highest likelihood of finding defects. To do this, we need a repeatable, consistent approach to defining our tests that will result in a similar outcome and quality of tests across the development team. In my…

Read more…