Posts
All the articles I've posted.
-
Common .htaccess Redirects
Published: at 07:11 AMA comprehensive guide to common .htaccess redirects, including examples for single pages, entire sites, subfolders, and advanced redirection techniques using mod_rewrite.
-
FluentMigrator timeout when adding a new column to a large table
Published: at 02:00 PMDiscusses the challenges and solutions for adding a new column to a large table using FluentMigrator, including handling timeouts and adjusting SQL command timeout settings.
-
P vs NP explained
Published: at 04:34 PMAn overview of the P versus NP problem, explaining the difference between the complexity classes P and NP and the significance of determining whether every problem whose solution can be quickly verified can also be quickly solved.
-
The story of AllowRowLocks equals false. When indexes go bad.
Published: at 12:55 PMDiscusses the challenges and solutions related to SQL Server indexes with AllowRowLocks set to false, including troubleshooting deadlocks and failed deletes, and provides guidance on enabling row locks.