Getting Started with Azure Cosmos DB, Part 2 – More Advanced Queries

by 

|

in

Our first post covering Azure Cosmos DB was pretty basic. If you noticed, our READ query was always returning all results. So even if we wanted to find a single item, we had to return all of the items. That plan has obvious problems. If we look at the code below, we can see that…

Read more…

Get Started with .NET Core 2.0

by 

|

in

.NET Core 2.0 is finally out, which finally closes the loop and create a very usable .NET Core. This quick blog post is a quick start for .NET Core 2.0. 1. Install VS Code. 2. Install .NET Core 2.0. 3. Fire up terminal. 4. Create a new solution. 5. Create a console application. 6. Add…

Read more…

Getting Started with Azure Cosmos DB, Part 1 – CRUD

by 

|

in

Cosmos – κόσμος – the world, universe – John Jeffrey Dodson Lexicon (public domain) Cosmos means the entire world, so I wonder if Azure Cosmos DB is Microsoft’s view of the entire world for data stores going forward. Sure, blob storage will have some particular advantages and SQL server will have some advantages too. But…

Read more…

Fun Through The Years

by 

|

in

We have had a lot of fun since 2010 (when both Nebraska Global and Don’t Panic Labs were founded). This fun has always extended beyond just the Don’t Panic team. If you’ve ever been around Nebraska Global, you know we’re like one big family. We’re just a bit more spread out these days. We have…

Read more…

PHP Through the Eyes of a .NET Engineer

by 

|

in

We are a software design and development shop. So when asked which tech stack we prefer we’ll always give some answer around our the preference for the Microsoft stack. We tend to use C# / .NET for most code writing, SQL Server for databases, and Azure for cloud storage. However, we recently undertook a PHP…

Read more…

A Hitchhiker’s Guide to Don’t Panic Labs (Abridged Version)

by 

|

in

“And all dared to brave unknown terrors, to do mighty deeds, to boldly split infinitives that no man had split before–and thus was the Empire forged.” – Hitchhiker’s Guide To The Galaxy by Douglas Adams. Don’t Panic Labs (DPL) was born in 2010 as a sub brand of Nebraska Global, which was chosen as the…

Read more…

Don’t Be So Business

by 

|

in

“Business is business and business must grow…” – The Lorax (Dr. Seuss) We all take business so serious. We focus on little numbers. We get all obtuse over odd details. People often want to take the fun out of work. In this blog post I am going to argue that by focusing on just three…

Read more…

We Are All Michael Scott

by 

|

in

“This is an environment of welcoming, and you should just get the hell out of here.” Michael Scott was the lead character of The Office. He wasn’t a particularly mean towards most of his employees (except for Toby), but he is maybe the most cringe-worthy character in all of TV history. Why was does he…

Read more…

Running a Service as an Application

by 

|

in

Windows services are really cool, but they can be a little bit of a pain to work with. To debug a windows service, the typical model requires you to attach to the services process. This is incredibly annoying after you do it for the 10th time, but the good news is there’s an easy alternative….

Read more…