
Announcements
- https://codingvidya.com/coursera-plus-discount/ - Coursera Plus Discount annual and Monthly subscription 40% off from Feb 28 - March 2
- https://petabridge.com/blog/introducing-akkadotnet-bootcamp-2.0/ - Akka.NET Bootcamp 2.0, revamp of their original bootcamp going into actor model and distributed processing
- https://build5nines.com/create-react-app-is-now-deprecated-time-to-migrate-to-vite-or-next-js/ - Create React App (CRA) is Now Deprecated: Time to Migrate to Vite or Next.js
- https://devblogs.microsoft.com/dotnet/dotnet-aspire-9-1/ - .NET Aspire 9.1 adds parent-child relationships to containers, download logs, filtering & UI enhancements
Resourceful Articles
- https://blog.gitbutler.com/how-git-core-devs-configure-git/ - great git configs to add
Technical Articles
- https://nroottag.github.io/ - Uni research team finds an Apple vulnerability to track user’s devices via bluetooth devices
- https://themsaid.com/struct-optimizations-in-go - How golang structs are stored in RAM & CPU cache and make use of CPU cache for speed & lesser cache misses
- https://visualstudiomagazine.com/Articles/2025/02/20/Naive-Bayes-Regression-Using-C.aspx?Page=1 - Naive Bayes Regression written in C# and using it to categorise wines attributes such as bitterness, fruitiness, etc
- https://fasterthanli.me/articles/the-case-for-sans-io + video - Go into ZIP compression deeply, ZIP has been around before UTF-8 and standardised after it was already wide spread, there are many edge cases and performance concerns, how does rust packages handle it (including one the authour wrote).
