Read it #2

Creating Strings with No Allocation Overhead Using String.Create
Very good article about string creating. You will find out how to create strings in high performance way.
.net core

How to Section Your HTML
Article contains information about correct html structure on website.
html good practicies

Bloom Indexes in PostgreSQL
I think that you should read it if you have table that stores a lof of data and has a lot of columns.
postgresql database performance

Metrics to Monitor in Your PostgreSQL Database
Get more information about PostgreSQL monitoring
postgresql

Machine Learning with ML.NET in UWP: Binary Classification
Read more about binary classification. There are a theory and examples.
.net C# machine learning

8 Techniques to Avoid GC Pressure and Improve Performance in C# .NET
In present time when we run our applications on clouds we should focus more on performance. Why? Because we pay for every resources 😉 Read this article and learn more how to imporve performance of .net applications
.net C#