You also read something you liked? Share it!
Cloud
- Azure Developer CLI (azd) – August 2024 (Grace Kulin) - Wow so many new features (many security related) and tons of new templates.
Programming
-
Adding .NET Aspire to your existing .NET apps (Jon Galloway) - This great post explains step by step how to add .NET Aspire to your existing app, saying what you gain and how it's helping you to be faster at buildinba better application.
-
Bring your AI Copilots to the edge with Phi-3 and Semantic Kernel (Arafat Tehsin) - First post of a very interesting and promising series to build our own local only AI app.
-
Combining multiple docker images into a multi-arch image (Andrew Lock) - Another great article from Andrew that explains very clearly a Docker feature: generate multiple image under the same ta to target different OS and infrastructure (ex: x64,arm32)
-
Logging in Banana Cake Pop (Pascal Senn) - What a amazing new feature! This will greatly improve development and debugging productivity!
-
An Absolute Beginner's Guide to LangGraph.js (Anchit) - A great tutorial that requires not API key and provides detailed steps to learn using Node how to use AI.
-
The ultimate guide to developer happiness (Jeimy Ruiz) - Many great tools and solution within GitHub "circle". This post provides best practices to improve developers productivity and announces when the next GitHub Universe is coming up.
-
Different Containerising Options for .NET Developers (Justin Yoo) - So many options! The classic one with all the Docker command or the some more embedded... Your choice!