Find a column in a table by column name (MSSQL)
Posted: 05/06/2025 08:04 AM
A SQL script was provided for me to run on behalf of a workgroup yesterday. The script was supposed to run a simple update on some problematic records. The database is one that is in use by many different clients with varying degrees of customization. The script failed with this error message: Msg 207, Level ...
Read more
Prettier with a sample .prettierrc and explanation of options
Posted: 02/11/2025 10:37 AM
I’ve worked on a team of one for a very long time. I appreciate the level of autonomy that I have, but I’ve noticed now more than ever that it can facilitate bad habits and laziness. Luckily, in the modern era of coding there are tools that can help encourage (or flat out enforce) good ...
Read more
ckEditor, jQuery Validation Plugin, Bootstrap 5 Implementation
Posted: 02/07/2025 09:27 AM
I recently had a project at work with a very specific desired front-end stack and functional requirements. After building out the project I came up with a demo to show how I was able to put it all together. This demo implements multiple instances of ckEditor in conjunction with the jQuery Validation Plugin and Bootstrap ...
Read more