Posts
All the articles I've posted.
-
Auto-generating documentation and SDKs in ASP.NET Web API
Published: at 06:00 PMDiscusses the benefits and methods of auto-generating documentation and SDKs for ASP.NET Web API using tools like Swagger and AutoRest.
-
Golden rules for building better software
Published: at 03:20 PMA comprehensive guide to best practices in web development, covering design/UI, graphics/charts, HTML/JavaScript, data handling, site setup, server configuration, and general process.
-
JavaScript Module Pattern
Published: at 05:05 PMAn overview of the JavaScript module design pattern, highlighting its benefits for code organization and readability, with resources for further learning.
-
VirtualMin, SSL Perfect Forward Secrecy and StartSSL
Published: at 10:56 PMA detailed guide on setting up SSL with Perfect Forward Secrecy using VirtualMin and StartSSL, including configuration tips and security best practices.
-
Cool tools for wireframing
Published: at 09:05 PMAn overview of tools for wireframing and prototyping, including Axure RP and Balsamiq Mockups, highlighting their features and benefits for design and collaboration.
-
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.
-
Saving Table Space Quick And Dirty
Published: at 06:26 AMA practical guide on reducing database space usage with a SQL script that identifies tables with high data-per-row ratios, helping to improve database performance.