Feed
This is a feed of links I've run across and found interesting or noteworthy. The images, content and opinions in them are owned by their respective authors.
GitHub - dotnet/ai-samples
github.com
Contribute to dotnet/ai-samples development by creating an account on GitHub.
How Senior Programmers ACTUALLY Write Code
youtube.com
Professional habits are what makes the difference between someone who actually writes code like a senior programmer - and wishful thinking.The syntax and pat...

Getting Started With C# DataFrame and XPlot.Plotly | by Jirapongse Phuriphanvichai | Towards Data Science
Jirapongse Phuriphanvichai - towardsdatascience.com
For the Python programming language, Pandas is an efficient and popular data analysis tool, especially its Dataframe, used to manipulate and display data. For the .NET programming languages, we can…
Create Your First Machine Learning Pipeline in ML.NET
youtube.com
Update: The version of ML.NET in this video is quite old. For a more up-to-date version of this video check out this one - https://www.youtube.com/watch?v=mU...

Choosing the Right Architectural Styles and Patterns | Udi Dahan S4E5 - adddot.io
adddot.io
In this conversation, Vaughn Vernon and Udi Dahan discuss various topics related to software architecture, including service-oriented architecture (SOA), event-driven architecture, and sagas. They emphasize the importance of using the right architectural styles and patterns in the right places, rather than over-applying or misapplying them. They also discuss the role of patterns in software development […]

Getting started with DataFrames - ML.NET
beccamc - learn.microsoft.com
Learn how to use DataFrame to manipulate and prepare data.

How To Get ahead of Everybody Else by Behaving Like an “Executive.” | by Daniel Rizea | Jul, 2024 | Entrepreneurship Handbook
Daniel Rizea - ehandbook.com
When I entered the job market as a junior engineer, I wanted to become an executive, but I didn’t know what that meant. From the outside, it looked like somebody with a lot of decision-making power…

Experimenting with .NET 7, WASM, and WASI on Docker
Laurent Kempé - laurentkempe.com
On October 24th, Docker announced the support of WASM and WASI in a new technical preview release. I wanted to try it out and see how it works with .NET 7. If you want to know more about WASM and WASI

Wasm vs. Docker | Docker
docker.com
Learn what WebAssembly is, why to use it, and how Docker and Wasm work together.

Communicating Software Architecture
dev.to
The ability to communicate technical software and architecture can be challenging. As a solutions arc...