Working mostly with Azure ☁️ Interested in modern platforms, improving developer experiences, engaging in open source, and automating everything.
🧑💻 https://github.com/matsest | 🏠 https://mxe.no | @matsest elsewhere
Let's not forget to have room for personality, flair, linguistic diversity and typos.
Let's not forget to have room for personality, flair, linguistic diversity and typos.
Me: looks like an API gateway
@monkchips.com: SOAP for AI tools cool cool
Time to answer all the same questions again
Me: looks like an API gateway
@monkchips.com: SOAP for AI tools cool cool
Time to answer all the same questions again
Link to the PowerShell function here: github.com/matsest/gh-r...
Link to the PowerShell function here: github.com/matsest/gh-r...
Depending on your usecase I would consider Container Apps. More batteries included, better scaling up and down and with a more usage based billing.
Depending on your usecase I would consider Container Apps. More batteries included, better scaling up and down and with a more usage based billing.
Personally I see it in a CLI setting. Would love to have more use of long+short-form parameter names for cmdlets, similar to --name/-n, --silent/-s etc.
Personally I see it in a CLI setting. Would love to have more use of long+short-form parameter names for cmdlets, similar to --name/-n, --silent/-s etc.
A feature too rarely used in a lot of PowerShell code i see around.
A feature too rarely used in a lot of PowerShell code i see around.
(although aliases is underutilized in PowerShell as well! - bsky.app/profile/jsno...)
IMHO hostility towards aliases has hurt the PowerShell community.
Anyone that things that avoiding aliases increases security, doesn't understand PowerShell token resolution.
(although aliases is underutilized in PowerShell as well! - bsky.app/profile/jsno...)
I often tend to use typed variables, as PowerShell can be a bit too relaxed with implicit type conversions, but it's too bad that script analyzer don't pick cases like this stuff up, and no runtime warnings is printed.
I often tend to use typed variables, as PowerShell can be a bit too relaxed with implicit type conversions, but it's too bad that script analyzer don't pick cases like this stuff up, and no runtime warnings is printed.
IMO PowerShell is too generous in these cases! 😁
IMO PowerShell is too generous in these cases! 😁