We have gone through quite a bit of Azure Cosmos-related posts the last few weeks, but we have skipped over the concept of partition keys in almost of the queries we have covered. Ignoring the partition key is probably fine for these small data sets, but for real workloads we should probably think this through….
Read more…
In my first post, we performed some really basic CRUD queries against Azure Cosmos DB. In my second post, we went a little deeper and refined our queries. In this post, we are going to be using SQL to query Cosmos. Yep, SQL. First, we will rewrite our count method. Previously, we did something that…
Read more…
Make sure to check out part 1 of my series if you haven’t done so yet. I am a 30-year-old developer finishing my first year as a software engineer. I didn’t get where I am by any traditional means, but I’ve learned some things along the way that might encourage someone to follow their interest…
Read more…
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…
.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…
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…
Note: This post was co-authored by Noah Costello and Allie Rauner. As three Don’t Panic summer interns, our project was to create the MyLNK app. The goal of this app is to provide an easy-to-navigate interface that allows people to find all of the services provided by Lincoln’s nonprofits and organizations. It should be available…
Read more…
I am a 30-year-old developer finishing my first year as a software engineer. I didn’t get where I am by any traditional means, but I’ve learned some things along the way that might encourage someone to follow their interest in finding a place in the world of software development. Here’s my story: I understand that…
Read more…
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…
Editor’s Note: This post was originally published on Cassey’s Thoughts, her personal blog. In my time as an undergraduate studying Computer Science, I came across several textbooks that were really useful. (This may be a surprise to you; it was to me when I finally started finding them.) I share them here for others who…
Read more…