Suggestion of the week
- The Modern Dev Team (Rob Conery) - What a great post. Maybe it's only me getting old ;) but I think we all have these thoughts one day or the other.
Cloud
- A great developer experience for Ansible (Corey Sanders) - This post announces the integration of Austin in the cloud shell and visual studio. It somewhere we can learn more about it. I didn't know about it, but I really want t use in my next DevOps tasks.
- Announcing IoT extension for Azure CLI 2.0 (Chrissie Chi) - This post gives you everything you need to know: what it does, how to install it, and even some sample!
- Announcing integration of Azure Backup into VM create experience (Trinadh Kotturu) - Fantastic news, better be prepared then sorry.
- Azure Cosmos DB + Functions Cookbook— static client (MatÃas Quaranta) - Nice first post of a promising series that shares recipes, gotchas, and examples about two very powerful tools.
- Azure Functions Proxies (Eric Williams) - Azure Functions are a very useful thing to have in your toolbox. With the addition of Proxies, it becomes a must read a few ways to use them in this post.
- Jenkins on Azure: from zero to hero (Pui Chee Chan) - Jenkins is an extremely popular build server. This post list all the features pre-package for you when you deploy it in Azure in a few click.Pretty awesome.
- Migrate your classic storage account to Azure Resource Manager using PowerShell Azure v5.0.x (Stephane Lapointe) - Nice tutorial that shows how to move all (except vhd) your storage in the new format.
Programming
- How I use VSCode, VSTS and GitHub to develop Azure ARM Templates (Eric Leonard) - From A to Z, this post explains all steps in an application life circle; using only three simple tools.
- Dockerizing .NET Apps with Microsoft's Build Images on Docker Hub (Elton Stoneman) - This post explains how to package your .Net app, so the only dependency is... well Docker.
- Scalable and Performant ASP.NET Core Web APIs: Load Testing (Carl Rippon) - A great post that introduces multiple tools to load-test our API with ease BEFORE going to production. A must to all developers.
Databases
- My Favorite SQL Prompt Features (MarlonRibunal) - If you never try SqlPrompt and you write SQL in your day to day, stop read this, and go downloading it, or at least read this post that gives you a glimpse of it's feature.
Miscellaneous
- 5 Essential Trello Boards Every Remote Team Needs (Leah Ryder ) - This is a nice little post packed with good advice for remote workers.
- My Blog Now Has a Content Security Policy - Here's How I've Done It (Troy Hunt) - Interesting post again from Troy, who once more makes us think.