Parsing files is one of the most common coding operations we perform in software development. Often the goal of parsing a file is to transform it into another format. In this blog post, we parse some CSV data, read the data, and write the data to a CSV file. All of which is pretty easy….
Read more…
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 18, 2021. If there’s an article you think we should read, let us know in the comments below. Chip shortages lead to more…
Read more…
PrimeNG is a framework for building web applications, comparable to Angular Material, which we have used previously. PrimeNG is a lot like Angular Material; it provides a bunch of components we can use to build our web applications. The difference with PrimeNG is the sheer number of components. PrimeNG has more components than Angular material,…
Read more…
Software engineering company Don’t Panic Labs was recognized as one of Lincoln’s Best Places to Work at a ceremony at Haymarket Park on Thursday, June 10th. The company was recognized in the Small-Sized Company category by Woods & Aitken LLP, the Lincoln Journal Star, and the Lincoln Human Resource Management Association, founders of the Best…
Read more…
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 11, 2021. If there’s an article you think we should read, let us know in the comments below. The Colorful, Costly World of…
Read more…
.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…
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…
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…
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…
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…