Experimentation: In Support of “Be the Change You Seek”

by 

|

|  

in

At Don’t Panic Labs, we regularly lean into our four core values: Change has, and always will be, a constant. There is immense power when we can channel that force. To that end, I initiated a “meta experiment” around defining a process to track, check in on, and amplify the effects of improvements at Don’t…

Read more…

Experience (So Far) as a New Developer

by 

|

|  

in ,

In late 2022, I started thinking about doing something different. I had been a high school counselor for eight years, but I was ready to move into the field of technology. I’ve always enjoyed adopting new technologies and using computers. I applied for and was offered a job as a “cloud support analyst” at a…

Read more…

LINQ Functions in C# with an SQLite Database

by 

|

|  

in ,

While writing a query to filter some data from a database using LINQ, I ran into an issue. My query ran correctly, and all my data was populating correctly in the browser. However, when I went to write tests, even the simplest test gave me this error. The error is pretty simple: SQLite does not…

Read more…

Have You Ever Jumped Out of a Plane?

by 

|

|  

in

In 2016, I was in Colorado attending a wedding. While at the wedding, my wife’s cousin mentioned he planned to go skydiving in the morning and invited any family members who wanted to join him. Without hesitation, I said, “I’m in!” The next morning, I found myself in a car heading to the Mile-Hi skydiving…

Read more…

Angular Adventures: A Journey to Building an Angular Application – Part 2

by 

|

|  

in

The Backbone of Your Angular App: Assignment Statements In my last post, I explored the world of Typescript and the benefits of using it for creating Angular Applications, whether you’re a beginner or an experienced developer. In this post, we are diving into an essential feature of Angular: assignment statements. What are Assignment Statements? Simply…

Read more…

Angular Adventures: A Journey to Building an Angular Application – Part 1

by 

|

|  

in

Welcome to Angular Adventures: A Journey to Building an Angular Application. In this blog series, I will discuss the ins and outs of what it takes to write an Angular application, exploring key concepts and tools that are essential to mastering Angular. I’ll start with TypeScript and why we use it at Don’t Panic Labs….

Read more…

Software Product Innovation Company Don’t Panic Labs Moves to Lincoln’s Telegraph District

by 

|

|  

in

Software product innovation company Don’t Panic Labs is relocating to a new location in the Telegraph District of Lincoln, Nebraska. The company will be located at 330 S 21st, Suite 200 beginning Tuesday, October 8th. The move stems from a desire to improve how they serve their partners, facilitate more in-person collaboration, and enable them…

Read more…

A Model for Team Decision-Making

by 

|

|  

in

Every day, we face many different decisions. Some are small, while others have the potential to impact the course of our lives. We strive to make the best decisions we can and in the most efficient ways possible. Much of what I learned in college regarded making decisions as an individual—seeking out information, weighing pros…

Read more…

One Tool to Consider When Tackling the Dreaded Backlog

by 

|

|  

in

It doesn’t matter if you are a startup, a company that has found your product-market-fit, or you have found business-model-fit…chances are you still have a backlog prioritization problem. These problems come in all shapes and sizes: an unruly backlog, a lack of clarity on the things in your backlog, duplicate user stories/features, no level of…

Read more…

Using an Access Control List to Block IP Addresses from Cognito

by 

|

|  

in ,

AWS Cognito is a very solid authentication service. We often use Cognito as an identity provider (IdP) for the applications we build. We redirect to Cognito, and then Cognito redirects back to us. Cognito gives us a code that we can use to get a JSON Web Token (JWT) to access our services. It’s a…

Read more…