bartczernicki/Blazor-MachineIntelligence Centralized repository of my Blazor apps with Machine Intelligence (Statistics, Analytics, Machine Learning) - bartczernicki/Blazor-MachineIntelligence
ESP32 6- Axis IMU a { color:rgb(0, 97, 190); transition:0.5s; }a:hover { color:rgb(235, 97, 0) } The Makerfabs IMU Module features the 6-axis MPU-6050 MEMS sensor from InvenSense. Each of these 6DoF IMU features an ESP32 with an MPU-6050 which contains a 3-axis gyroscope ...
The .NET Stacks #27: Giving some 💜 to under-the-radar ASP.NET Core 5 features This week, we look at some under-the-radar ASP.NET Core 5 features, and look around the community.
A Thanksgiving 2020 Reading List If you want to relax in an active and learning way this Thanksgiving weekend, here are some of the topics we’ve covered on the Cloudflare blog this past week that you may find interesting.
Going all-in with nullable reference types I know I’m late to the party, but just recently had the opportunity to start using nullable reference types more seriously, so thought of gathering the first steps taken to go all-in with it.
The HTML presentation framework | reveal.js Documentation and demos for the open source reveal.js HTML presentation framework.
Digital Tools I Wish Existed My digital life in a nutshell: I discover relevant content I don’t have time to consume, I find time and become overwhelmed with my scattered backlog, I wish the content were in a different format, and then I’m unable to find something again once I’ve con...
Always leave the code better than you found it Dear new developer, I’ve spent a lot of my time maintaining working code. I think that is more typical of software developers than working in greenfield development. Yes, there are definitely…
Enable nullable in Kestrel.Core by JamesNK · Pull Request #28050 · dotnet/aspnetcore Addresses #5680 Fixes #28195
Whisky from our homelands and Stress Management with Troy Hunt by InfosecWhiskey • A podcast on Anchor In this episode I got to sit down and have a lovely chat with Troy Hunt! Best known for his website haveibeenpwned.com, his courses on Pluralsight, and so much else! But we took a different road for this chat. We talked about stress management during this...
Code Maze Weekly #53 - Code Maze Another good week for new and interesting articles. There’s been a lot of useful ones this week, so much so, you can’t pick the wrong one to read. .NET community has been great this entire year and we hope we’ll continue seeing such a great selection of a...
The updated GetGCMemoryInfo API in .NET 5.0 and how it can help you | .NET Blog A bit of history In .NET 3.0 we introduced a GC.GetGCMemoryInfo API for library code to get memory load related things (this was used in ArrayPool for example) so it exposed things library folks wanted at the time. In 5.0 I got requests from folks to moni...