From subprime crisis to the newly prime crisis | Boaz Sobrado's Website Credit score algorithms faced an unprecedented challenge during the Covid-19 crisis. Will we soon see the consequences?
GitHub - riok/mapperly: A .NET source generator for generating object mappings. No runtime reflection. A .NET source generator for generating object mappings. No runtime reflection. - GitHub - riok/mapperly: A .NET source generator for generating object mappings. No runtime reflection.
Human Programmers Will be Mostly Obsolete in 5 Years “There will be no programmers in five years.” -Emad Mostaque, founder and CEO of Stability AI (Stable Diffusion) I agree with this, except I’d put the timeframe more conservatively around 10 …
Aurélien Jarno - Goodbye Debian GNU/kFreeBSD Over the years, the Debian GNU/kFreeBSD port has gone through various phases. After many years of development, it was released as technology...
Prompt Design I’m usually averse to the common habit of trying to find old-world analogues to new-world phenomena. So please bear with me as I commit that exact sin: let me present the case for why prompting should be called prompt design and be likened to web de...
More Bang for Your Buck Skipping having to spend time defining an API until you really, really need it.
Here's Why YOU Should Write Those Unit Tests [C# dotnet Examples] In this video, I'm going to show you why you should write unit tests for your C# code. I'll be sharing some dotnet examples focused on my result set cache im...
Discrete Haar Wavelet Transform in 1D Using TensorFlow The wavelet transform is a tool that cuts up data, functions, or operators into different frequency components, and then studies each component with a resolution matched to its scale. Among all the wavelets, the Haar wavelet is the simplest wavelet, and t...
How To Configure Database Default Values With EF Core #shorts 🚀 Support me on Patreon to access the source code: https://www.patreon.com/milanjovanovicJoin my weekly .NET newsletter:https://www.milanjovanovic.techRead ...
WinUI 3 | Modern settings with SettingsCard & SettingsExpander | WinAppSDK | XAML | UWP | WPF | .NET In this video we'll see how use the SettingsControls (SettingsCard & SettingsExpanders) to create modern settings.Chapters:00:00 Intro00:26 Installing the Co...
GitHub - donno2048/snake: A snake in assembly using DOSBox on Ubuntu A snake in assembly using DOSBox on Ubuntu. Contribute to donno2048/snake development by creating an account on GitHub.
Comparing main...davidfowl/net8 · davidfowl/TodoApi Todo application with ASP.NET Core Blazor WASM, Minimal APIs and Authentication - Comparing main...davidfowl/net8 · davidfowl/TodoApi
ZK Security meetup @ Lightspeed · Luma Are you into zero-knowledge proofs? Do you care about security (the answer is yes). We over at www.zksecurity.xyz like the same things you do! So come hang out with us at the Lightspeed...
ASP.NET Community Standup | Reliable web app pattern for .NET The reliable web app (RWA) pattern helps migrate web apps to the cloud with high performance, security, reliability, and operations. Based on the Azure Well-...
8 Tips To Write Clean Code Clean code is code that's easy to read, maintain, and understand. I consider writing clean code a skill. And it's a skill that you can learn and improve with deliberate practice. My favorite approach to practice clean coding is doing refactoring exercise...