-
ChatGPT Adventures: Domain Storytelling for Elle Woods from Legally Blonde
It’s no secret that I’ve been using ChatGPT to help me with my work. And before any of you go – 😱 does your boss know you use ChatGPT? – yes, yes he does – in fact, he encourages it! ChatGPT can be a great tool to help get past writer’s block and inspire you…
-
Upcoming Community Engagements
I’ve been working on some community things and wanted to share what’s up. March 9 – Tulsa .NET – Azure Cosmos DB for PostgreSQL for .NET devs Did you know that you can use .NET to work with Postgres? Better yet, did you know that you can use .NET with Azure Cosmos DB for PostgreSQL…
-
2023 – More Technical Adventures Ahead
In 2022, I committed to speaking on technical topics and passing up on the soft skills. My topics included: In 2023, I plan on continuing to focus solely on technical topics. As I was talking with friends, I know I am in the representation of “Mom over 40 who speaks on things Dev, DevOps, and…
-
Get the passwordless Web application running in Azure
In the previous post, we created an ASP.NET web app that pulls data from Azure Cosmos DB for NoSQL without using a password. In this post, we will deploy that app to Azure App Service and continue to pull data from Azure Cosmos DB for NoSQL without a password. Note: This series is a part…
-
Create a Web application to read the data
In the previous post, we created a .NET console app to load data in Azure Cosmos DB for NoSQL. In this post, we are going to create an ASP.NET web application to display data from the database. Note: This series is a part of the Festive Tech Calendar, C# Advent Calendar, and .NET Advent Calendar.…
-
Creating a Holiday Creatures Catalog in Azure with Secure Credentials
Belsnickel, Krampus, the Lutins, Rudolph, the Elves, Frau Perchta, Frosty, the Yule Goat, Ded Moroz, Mari Lwyd, and more – there are many creatures lurking about in this holiday season! In this blog post series, we’ll create a catalog of holiday creatures and deploy it to Azure using secured credentials throughout the dev and production…
-
Work with Custom Roles for RBAC with Azure Cosmos DB for NoSQL
As part of this series for the holidays, we are going to be working with Azure Cosmos DB for NoSQL and accessing the database without requiring any passwords in our application. Note: This series is a part of the Festive Tech Calendar, C# Advent Calendar, and .NET Advent Calendar. Be sure to check them out!…
-
Create a .NET Console app to load the data
In the previous post, you created custom read-only and read-write RBAC roles to work with Azure Cosmos DB for NoSQL. In this post, you will create a .NET Console app to load the data in the database. Note: This series is a part of the Festive Tech Calendar, C# Advent Calendar, and .NET Advent Calendar.…
-
Adding Super-Linter to the Azure DevOps Build
This is a continuation of the Azure DevOps + Azure App Service adventures. The other posts in this series are: Working with Azure DevOps + Azure App Service – Part 1 Working with Azure DevOps + Azure App Service – Part 2 When I did my presentation for NEOWIT earlier this week, I showed a…