Suggestion of the week
- Web development is like assembling IKEA furniture (Christian Heilmann ) - A wonderful lesson here. Everyone should read it.
Cloud
-
Deploying Applications with Azure Static Web Apps (Lee Stott) - Azure static web app is such a great tool to know. This post will get you started on a fantastic journey.
-
Using Azure Service Bus in the wild (Paul Michaels) - This excellent post introduces the Service Bus as a crucial piece when working in a bigger system.
Programming
-
Do I need Kubernetes? | Cloud Native Computing Foundation (Dave Blakey) - A nice little tour of kubernetes.
-
Improved doc management personalization - Visual Studio Blog (microsoft.com) - This post list a few new features and customization, like a bigger dirty file notification.
-
The VS Code Server (Grace Taylor) - I personally heard about it for the first time Friday on Clarkio live stream. This project is a fantastic idea! To get access, fill out the short form at the end of the post.
-
Writing .NET Application Services for Kubernetes (Mike Hadlow) - I never used Kubernetes, but always found it interesting. This post is a gold mine of advice and best practices about how to plan your multi-container app.
Miscellaneous
-
DevOps Release Management Best Practices (Stephen Watts ) - Nice post that shares a lot of great ideas and practices.
-
Understanding Have I Been Pwned's Use of SHA-1 and k-Anonymity (Troy Hunt) - A very interesting post that explains some security limitations and the reason behind some technological choices.