Cédric Belin

@cedx
71 Followers
148 Following
502 Posts
Yet another full stack developer, addicted to .NET/C#/PowerShell, but also to JavaScript/TypeScript, Haxe and PHP.
GitHubhttps://github.com/cedx
LinkedInhttps://linkedin.com/in/cedxbelin

PowerShell… what a shame the developer experience is so poor.

I really like this language, but it’s frustrating to constantly have to restart the session to see your changes, to frequently have to launch a debugger to figure out the source of an error, to get absolutely no useful information when you hover over a method or property, and so on.

It reminds me of my early days as a developer 15-20 years ago, when I was coding in JavaScript.

#PowerShell #dotNET #Programming

Any system administrator who has mastered PowerShell should consider switching careers and becoming a developer.

PowerShell is a true programming language and, as it turns out, a fairly complex one.

#dotNET #PowerShell #Programming

That's also why I think it's a very good thing that the pipe operator was added to PHP.

https://wiki.php.net/rfc/pipe-operator-v3

#PHP #Programming

PHP: rfc:pipe-operator-v3

Weird. I find this syntax (PowerShell loop):
$values | ForEach-Object { ... }

...much more elegant than (C# loop):
foreach (var value in values) { ... }

Perhaps it's time I took a more serious look at Pode:
https://badgerati.github.io/Pode/

#dotNET #CSharp #PowerShell #Programming

Pode

Google Just Patented The End Of Your Website https://www.forbes.com/sites/joetoscano1/2026/03/06/google-just-patented-the-end-of-your-website/

The idea will be to replace your website with an AI generated one optimised for performance for that user. Sounds like AMP reloaded and fraught with the same concerns…

Google Just Patented The End Of Your Website

A newly granted Google patent could let the search giant replace your brand's landing page with an AI-generated version you have no control over and only your buyers see.

Forbes

The new VSCode light theme is a joke!

Before: good constrast, easy to spot the string interpolation.

After: even though my eyesight is pretty good, there’s just no way I can see that.

#VSCode #Microsoft #VisualStudio

Need to process data in batches?

Forget the complex math. Use .Chunk() in LINQ:
1) Takes an IEnumerable
2) Splits it into fixed-size arrays
3) No external libraries needed

#dotnet #codingtips

#PowerShell Announcing PowerShell 7.6 (LTS) GA Release http://dlvr.it/TRZGqx

Realising that most of my fears about LLM-based AI services can be summed up thus:

The mega corps want to create Knowledge-as-a-Service.

They made your TV a subscription.

They made your music a subscription.

They made your books a subscription.

They made your car a subscription.

Now they want you to become dependent on them for knowledge for a monthly fee.

A themeable, accessible component library inspired by the Warcraft III interface.
https://wc3ui.banteg.xyz
Warcraft III — UI Component Library