I’m Nick Cosentino, the creator of Dev Leader. I’m a Principal Engineering Manager at Microsoft by day and a software engineering content creator by night! My journey in software engineering and leadership has been fueled by a passion for continuous improvement and a drive to empower teams with trust, transparency, and candor.
Here at Dev Leader, I share insights and experiences from my diverse background, spanning startups, small businesses, and big tech. I’ve been writing code for 20+ years and professionally creating software for 15 years now. I’d love to share my experiences with you!
Most Recent Posts
Collection Initializers and Collection Expressions in C# – Simplified Code Examples
See code examples for C# collection initializers and collection expressions! Compare and contrast the readability of these different examples.
C# MongoDB Insert Benchmarks – What You Need To Know
Curious about C# MongoDB insert benchmarks? In this article, I show you BenchmarkDotNet code and the results for several variations of inserting data!
C# Testcontainers for MongoDB: How To Easily Run Local Databases
Learn how to use C# Testcontainers for MongoDB! If you’re developing a dotnet application and want to use MongoDB, Testcontainers can be a HUGE asset!
How To Delete Documents From MongoDB In C# – What You Need To Know
See code examples for how to delete documents from MongoDB in C#. This article covers the basics of different methods you can use to delete records from Mongo!
How To Update MongoDB Documents in C# – What You Need To Know
See code examples for how to update MongoDB documents in C#. This article covers the basics of different methods you can use to update records.
MongoDB Filtering in C# – Beginner’s Guide For Easy Filters
Learn the basics of MongoDB Filtering in C# with simple code examples! See how to use the MongoDB FilterDefinitionBuilder to support filtering in MongoDB.
Check out this page to view all of the posts.