Welcome to code.noizegarden.com

Short web tech tips & reminders for popular platforms and frameworks.
Find out more.
30 December 2024

How to .gitignore folder

What to do if you want to ignore a specific directory and all it's content.

4 January 2024

Backtick (`) and tilde (~) keyboard shortcuts on Windows PC

Some not so common but required characters in programming. So here they are.

31 December 2023

How to disable docker containers auto start

If we are working on multiple projects with each of them based on various docker container(s), it could be annoying to stop every container that is automatically started only to turn on our desired container after that.

15 August 2023

What to do if you can't get sound from any other applications while Ableton is launched.

FlexASIO drivers could be anwser. I'm still testing it but this post is here as reminder if I ever need it again.

29 June 2023

How to re-enable fulltext search on MSSQL database

Sometimes it could happen that existing fulltext search stops working, very common scenario - after adding new table filed. It it happens without warning. Nice job MS.

16 April 2023

Middleware exception handling with ASP.NET Core

How to implement exception handling with little help of middleware concept (and ProblemDetails class) in .net core, this is what we are talk about here.

⇩ Get all 18 posts