Monday! It is time to share my reading notes. It is a habit I started a long time ago where I share a list of all blog posts that catch my interest during the week.
Cloud
-
How To: Remote Debug a Deployed Azure Function using Visual Studio 2022 (Jamie Maguire) - Because sometimes the only solution is to debug live from the cloud. It's great that it's possible.
-
Enabling Azure Application Insights for an App Service (David Giard) - It's one of those tools it's right there and you didn't know you couldn't live without until you try it and you get all that information.
DevOps
- Modifying Docker images during Kubernetes deployments (Matthew Casperson) - This is a very detailed tutorial that helps and explains clearly each step of that deployment pipeline.
Programming
-
Tech Notes: Quick hacks on GitHub Pages (Evan Martin) - Nice git tricks.
-
Debugging distributed systems is hard! (Dennis Frühauff) - This is a very nice post that explains clearly a situation. How many of us have been in this situation before where you try to debug a system and it's just so hard?
-
Healthcare and Life Sciences Blog (Kyle Raymond) - This is a cool tutorial/ example that explains what is and how to use semantic Kernel.
Data
- Speeding up Queries with Materialized Views (Derek Comartin) - Great post that will inspire us on how to get the best performance for our databases.
~Frank