I Want My .NET Maui!

I Want My .NET Maui!

by 

|

|  

in

There is something really appealing about native applications. As a user, having a “real” application – as opposed to a web application – often feels better. Native applications feel like a real piece of productive software. Maybe that’s why I enjoy working on them. I know that my work will produce something I might enjoy…

Read more…

Don't Panic Labs Reading List

DPL Reading List – October 8, 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 October 8, 2021. If there’s an article you think we should read, let us know in the comments below.   Microsoft Predicts Weather for Individual…

Read more…

GitHub Actions and a C# AWS Lambda

GitHub Actions and a C# AWS Lambda

by 

|

|  

in

GitHub is the standard for online source control. It was really the first platform many of us knew about for the hosting of git in the cloud, and we have all used it at some point. At Don’t Panic Labs, we have been using Azure Dev Ops more than GitHub during the last few years….

Read more…

Don't Panic Labs Reading List

DPL Reading List – October 1, 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 October 1, 2021. If there’s an article you think we should read, let us know in the comments below.   File Not Found – A…

Read more…

Latest Updates from Nebraska Dev Lab

Latest Updates from Nebraska Dev Lab

by 

|

|  

in

When we began thinking about what would become the Nebraska Dev Lab Pipeline Program, we had one goal: create more software developers in Nebraska. But as time went on and we took a hard look at the state of the industry, we realized that we could also make an impact by helping to create a…

Read more…

Don't Panic Labs Reading List

DPL Reading List – September 24, 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 September 24, 2021. If there’s an article you think we should read, let us know in the comments below.   Here’s how LEGO sets can…

Read more…

Building Serverless Applications in C# with AWS Lambda

Building Serverless Applications in C# with AWS Lambda

by 

|

|  

in

Hosting your backend solution used to be pretty straightforward for .NET developers. You were basically writing an ASP.NET website that was hosted in IIS. Today there are a lot of options, of which IIS is still one of them. Many of the web applications we write today end up hosted in either Azure App Services…

Read more…

don't panic labs reading list

DPL Reading List – September 17, 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 September 17, 2021. If there’s an article you think we should read, let us know in the comments below.   Microsoft accounts can now go…

Read more…

Software Company Don’t Panic Labs Moves to New Downtown Location

by 

|

|  

in

Software development and engineering company Don’t Panic Labs is relocating to a new location in downtown Lincoln, Nebraska. The company will be located at 1317 Q Street Suite 150 beginning Monday, October 4th. The move stems from a desire to improve how they serve their partners and better meet the team’s needs as the company’s…

Read more…

How To: Sending Emails with Mailgun

How To: Sending Emails with Mailgun

by 

|

|  

in

Sending emails is a common feature in software these days. A user signs up, we send an email. A user places an order, we send an email. This sort of action happens all over. So it isn’t surprising that as software developers, it’s pretty common for us to include email functionality in the systems we…

Read more…