HTMX, ASP.NET Core, and Bootstrap Modals

HTMX, ASP.NET Core, and Bootstrap Modals

If you’ve done any frontend development in the past decade, you’ve likely interacted with Bootstrap, a toolkit focused on providing developers with CSS layout rules and components. Additionally, no frontend toolkit is complete with the accompanying JavaScript to make components...

Continue Reading

Using StringBuilder To Replace Values

Using StringBuilder To Replace Values

Have you ever had to clean up your users’ input, only to realize the pain and aggravation it can lead to with all the unnecessary memory overhead? I recently had an “aha!” moment and thought I would share this tip...

Continue Reading

The Privilege of .NET Tooling Choices

The Privilege of .NET Tooling Choices

Regarding the .NET ecosystem, we’ve become spoiled with great tooling choices from Visual Studio, JetBrains Rider, VS Code, and NeoVIM, not to mention the extension ecosystem like ReSharper, CodeRush, and OzCode. As a result, the ability to define your development...

Continue Reading

Manage Vite Assets Like A Pro

Manage Vite Assets Like A Pro

I’ve recently been doing a lot of work with TypeScript and Vite, and one of the issues I’ve run into is my vite.config.ts file can become a mess almost too quickly. Unfortunately, Vite’s strength of configurability is also its most...

Continue Reading