
Using Source Generators for JSON Serialization in .NET
.NET 6 introduced a source generator for System.Text.Json. This post explores how to use it to increase JSON serialization performance significantly.
.NET 6 introduced a source generator for System.Text.Json. This post explores how to use it to increase JSON serialization performance significantly.
PyTorch and TensorFlow are currently the two most popular deep learning frameworks for developing and training neural networks. In this post, I will build two simple neural networks for predicting diabetes, each using PyTorch and TensorFlow, and share my first-hand experiences.
Jupyter is an interactive development environment that allows you to create and share computational notebooks. It is a popular tool for data science and machine learning. In this post, I will be exploring Jupyter Lab and creating my first notebook.
A Follow-up article to my previous article on Hosting websites using IIS, and here we'll setup HTTPS for the website using WinAcme.
Internet Information Services (IIS) is a flexible, general-purpose web server from Microsoft that exclusively runs on Windows systems.