Twilio Verify

Twilio Verify

by 

|

|  

in

The Twilio Verify API allows us to verify users while not requiring them to enter (or remember) a password. This is a huge benefit for many systems. Having fewer passwords is better. Twilio Verify is extremely easy to set up. First, you must have a Twilio account. This is pretty straightforward. Once you have an…

Read more…

Things You Will Probably Learn in the First Year of Being a Developer

Things You Will Probably Learn in the First Year of Being a Developer

by 

|

|  

in

You will learn a lot during your first year as a software developer. But the biggest surprise may be how vital communication is to the success of software projects. Many of the things learned during the first year boil down to communication. Project management, task management, standups, iteration planning, and retros are all really about…

Read more…

Don’t Panic Labs Named One of Lincoln’s “Best Places to Work” for 2022

Don’t Panic Labs Named One of Lincoln’s “Best Places to Work” for 2022

by 

|

|  

in

Software product and design 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 16th. The company was recognized as #1 in the Medium-Sized Company category by Woods & Aitken LLP, the Lincoln Journal Star, and the Lincoln Human Resource Management Association….

Read more…

Top to (More) Bottom with Angular and .NET Core

Top to (More) Bottom with Angular and .NET Core

by 

|

|  

in ,

Our previous activities got us an Angular application making an HTTP call to a .NET Core backend to retrieve a shopping list. In this activity, we will extend our .NET backend to use SQL Server. First, let’s create a Shopping database. Next, we need to create a ShoppingListItems table. Now that we have a database…

Read more…

Using Prettier with Git Hooks for Formatting Consistency

Using Prettier with Git Hooks for Formatting Consistency

by 

|

|  

in

When working on a front-end project, it can be hard to keep consistency with your file’s formatting (spacing, indentation, quotation style, etc.). Prettier works with your code to ensure consistency and allows your team to set shared standards. Prettier works great, but it only works by default when you set it up within your IDE…

Read more…

Azure Application Gateway

Azure Application Gateway

by 

|

|  

in

Azure’s Application Gateway service is a load balancer. It allows for the distribution of traffic across multiple servers. This isn’t a tool we often use at Don’t Panic Labs; we tend to use more of Azure’s Platform as a Service (PaaS) tools. However, Application Gateway is still a handy tool to have in your toolbox….

Read more…

A Little More API Keys and API Gateway

A Little More API Keys and API Gateway

by 

|

|  

in

In my previous blog post, we dove into API Keys and AWS’s API Gateway. What we covered was pretty straightforward: we globally applied an API key and usage plan to an API. But we don’t have to do that. We can apply an API Key to an individual resource, not all the resources. Why would…

Read more…

API Keys and API Gateway

API Keys and API Gateway

by 

|

|  

in

API Gateway is an Amazon product that sits in front of APIs we create (which are probably hosted in AWS Lambda). Sometimes we want to limit who can access certain APIs. There are a variety of ways we can accomplish this. The first and most obvious is with API keys. API keys require that requests…

Read more…

Top to Bottom with Angular and .NET Core

Top to Bottom with Angular and .NET Core

by 

|

|  

in

Building modern software often involves a Single Page Application (SPA) calling to a backend service. This is pretty straightforward, but there are more steps than you would expect. In this blog post, we will walk through creating an Angular application that calls a .NET Core backend. Step 1 – Create a very simple HTML web…

Read more…

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

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. From May 16th to May 27th, Don’t Panic Labs is encouraging all of Lincoln to donate towels in any condition for use at the Mission’s shelter in Lincoln. Towels are always…

Read more…