Azure DevOps Build Agent Cleanup
One of our Linux build servers for Azure DevOps ran out of drive space. After some discovery of what was taking…
Read MoreSQL Server Table Sizes
With Azure SQL, you can’t run the table size reports, so I use this script (as a view) to see the…
Read MoreSQL Server: Convert a date with time to a specific timezone offset
I needed to insert a record into a table with the datetimeoffset with a specific timezone’s offset.
Read MoreTypes PostgreSQL Views
As I move more into PostgreSQL from MS SQL Server, I am going through different aspects of PostgreSQL in relative to…
Read MorePrimary Constructors in C# 12
With c# 12 (.Net 8), we finally get primary constructors for classes and structs. I’ve wanted primary constructors since I started…
Read MoreCustomizing Bootstrap Themes with Sass’s map-merge()
In the ever-evolving world of web design, styling tools play a pivotal role in helping designers and developers achieve their vision….
Read MoreAngular 16 takeUntilDestroy operator
The OG takeUntil from RxJS The takeUntil operator from RxJS is frequently used in Angular applications to automatically unsubscribe from observables…
Read MoreHow to Find the Last Time a Table was Updated in SQL Server
Tracking when a table was last updated is a common requirement in database management. It can help with monitoring data activity…
Read More