Read it #14

Pooling large arrays with ArrayPool
Great article about ArrayPool. It’s a high performance pool of managed arrays.
C# memory performance

Which tables should be auto vacuumed or auto analyzed?
I think that title tells us everything.
postgresql

OAuth authentication with Facebook and ASP.NET Core 3.0
In this article authore covered how to use OAuth to allow users to login from facebook providers.
asp.net core

C# Coding Standards
Read about style guide tips.
C#

PostgreSQL 12: Foreign Keys and Partitioned Tables
Article about foreign keys and partitioned tables
postgresql

Build a Classic Layout FAST in CSS Grid
Nice video about creating classic layout with header, nav left column and right body with footer.
css

pg_timetable: advanced postgresql job scheduling
Read about job scheduler for PostgreSQL
postgresql