GitHub - mdgrs-mei/AvaloniaUIShell: Cross-platform Desktop GUI framework for PowerShell powered by Avalonia UI.
Cross-platform Desktop GUI framework for PowerShell powered by Avalonia UI. - mdgrs-mei/AvaloniaUIShell
Published a new module called AvaloniaUIShell, (the world's first?) cross-platform desktop GUI framework for PowerShell.
github.com/mdgrs-mei/Av...
It's using the same mechanism as WinUIShell and takes care of all threading and non-blocking UI operations.
#PowerShell
08.03.2026 14:13
π 22
π 10
π¬ 2
π 1
You should come work with me.
05.03.2026 21:33
π 4
π 2
π¬ 0
π 0
vsdevshell by awakecoding/vsdevshell
Discover and install skills for AI agents.
I have wrapped my VsDevShell PowerShell module into an agent skill, such that AI agents can automatically enter a Visual Studio developer shell on-demand for tools like "msbuild" or "signtool": skills.sh/awakecoding/...
23.02.2026 22:02
π 4
π 2
π¬ 1
π 0
Your PowerShell is probably full of stale Az modules.
I just fixed that.
You can now uninstall and clean up all Az modules in one go! Plus thereβs a new Uninstall-All cmdlet that removes a stack of Microsoft modules safely.
Stop fighting version conflicts π€©
Get it π uninstall-graph.meri...
19.02.2026 07:57
π 23
π 5
π¬ 1
π 0
GitHub - jborean93/PowerShell-PublishTest: Testing for publishing a PowerShell module to different repositories
Testing for publishing a PowerShell module to different repositories - jborean93/PowerShell-PublishTest
At work we need to publish a PowerShell module but didn't want to deal with PSGallery tokens and more permissions we need to audit over time. I've tried out GitHub Container/OCI and Nuget feeds as well as Azure Artifacts. github.com/jborean93/Po...
TLDR: Use Azure Artifacts.
19.02.2026 06:01
π 9
π 3
π¬ 3
π 0
Why The "10x Engineer" Is A Dangerous Myth | with Charity Majors π½οΈ AVAILABLE NOW
Watch: youtu.be/aDCOuZ80lDQ
30.01.2026 22:40
π 25
π 9
π¬ 3
π 1
The successor settings in GitHub showing Jpomfret as the successor
Its not the most awesome thing to think about but it will take only a moment to do and may save your loved ones some pain.
In GitHub under Account settings, you can set your successor who will be able to access your account if you are not able to
github.com/settings/admin
31.01.2026 19:17
π 6
π 1
π¬ 1
π 0
text reads:
Azure Playwright Testing Service (Preview): Run Playwright Tests on Cloud Browsers
announcement.learn ( ) ;Read the blog
πβ‘ Playwright testsβ¦ but in the cloud.
No infra. No setup drama. Just hit run and watch your UI + API tests fly on cloudβhosted browsers.
Spin up a workspace, plug in your project, hit go in #VisualStudio or #VSCode, and boomβcloudβpowered testing. π buff.ly/GYY9fDK
27.01.2026 20:02
π 5
π 1
π¬ 0
π 0
A nice reinforcement that AI tools are an accelerator and the quality of the code they generate depends on the person using them. The human in the loop still very much matters. Competent engineers can use AI tools to move faster without generating slop.
28.01.2026 22:17
π 1
π 0
π¬ 0
π 1
Screenshot of the MS Teams "Join Meeting" prompt, showing how many other people are currently in the meeting. It allows you to see how many people are in the meeting before joining the meeting yourself.
I appreciate that MS #Teams shows how many people have already joined the meeting before I join. It allows me to avoid joining when there's only 1 other person and having to make small talk until others join on days when I'm not feeling chatty.
28.01.2026 21:33
π 1
π 0
π¬ 0
π 0
Sample usage of the pwshSpectreConsole module in PowerShell
It takes very little effort to incorporate the pwshSpectreConsole module into your #PowerShell daily routine.
28.01.2026 20:43
π 13
π 3
π¬ 0
π 0
TIL after years of using Git: git archive
Creates clean zip snapshots of your repo without:
π« node_modules
π« virtual environments
π« .git metadata
My 180MB folder β 14MB. Perfect for uploading codebases to ChatGPT/Claude.
youtu.be/WaZkdLRZubM
27.01.2026 16:22
π 3
π 2
π¬ 0
π 0
Daniel Schroederβs Programming Blog
Daniel Schroederβs Programming Blog - Sharing my tips, tricks, and code to help other developers be more productive. https://blog.danskingdom.com
After procrastinating for 2 years, my blog finally supports dark mode. GitHub Copilot was a big help. I also cut the ads waaaaaaay down. Now I can focus on creating content again.
blog.danskingdom.com
24.01.2026 23:21
π 0
π 0
π¬ 0
π 0
Ah, yeah, we're just using Azure DevOps pipelines for our CI/CD with a Windows runner. You could potentially host Windows containers in your k8s, but that will require provisioning some Windows nodes. Not ideal, but a potential compromise.
23.01.2026 18:31
π 1
π 0
π¬ 0
π 0
To clarify, the whole process is automated using Azure DevOps pipelines. The scripts just make use of SSDT. Devs can also generate scripts locally using Visual Studio too if needed.
23.01.2026 02:50
π 0
π 0
π¬ 1
π 0
Weβve been using a .sqlproj project for our flagship product for ~15 years. We just use the SSDT (SQL Server Data Tools) with Visual Studio to generate our migration scripts. Iβve been meaning to make a video on it for ~8 years now, but keep procrastinating π
Iβm looking forward to SDK style too
23.01.2026 02:47
π 1
π 0
π¬ 1
π 0
The GitHub Copilot SDK is here π
You can take the same Copilot agentic core that powers GitHub Copilot CLI and embed it in any application, with just a few lines of code.
github.com/github/copil...
22.01.2026 17:47
π 23
π 9
π¬ 4
π 6
Learn C# for Beginners Free Hands-On Course - Dometrain
Learn C# from scratch by completing practical exercises, writing real C# code.
Looking to learn #CSharp or #Postgresql? Grab Dometrain's Learn C# From Scratch course (free for life) and Learn Postgresql course (14-day free trial). Explanations, examples, objectives, and a sandbox, all in your browser.
dometrain.com/course/hands...
dometrain.com/course/hands...
22.01.2026 03:04
π 2
π 0
π¬ 0
π 0
GitHub Copilot CLI
GitHub Copilot CLI reads, writes, and runs code where you work. Code faster, smarter, together.
I'm really digging the #Copilot CLI lately for troubleshooting issues in the terminal. It helped me solve a couple docker build/run issues today.
Install it on Windows with `winget install GitHub.Copilot`, then type `copilot` to launch it and you're off π
github.com/features/cop...
22.01.2026 00:12
π 0
π 0
π¬ 0
π 0
PowerShell in the Browser: Safe Sandboxes and Interactive Learning, Wed, Jan 21, 2026, 8:00 PM | Meetup
What if you could hand someone a PowerShell environment with zero installation, zero risk to your systems, and instant feedback? Microsoft MVP James Brundage is building ex
Hey #PowerShell people:
Join us tomorrow night for a special presentation about sandboxed PowerShell in the browser:
www.meetup.com/research-tri...
We'll be doing an interactive show and tell about #Turtle π’ and other #Reptiles π¦, and talking about #edutech.
Be there or be π’ square!
21.01.2026 05:21
π 6
π 2
π¬ 0
π 0
markdownlint - Visual Studio Marketplace
Extension for Visual Studio Code - Markdown linting and style checking for Visual Studio Code
I'm surprised how many devs don't use a #markdown linter. Nearly every time I open someone's .md, my linter has squiggles everywhere. It usually still renders correctly though, so does it really matter? Debating just uninstalling my linter. Do you lint?
marketplace.visualstudio.com/items?itemNa...
19.01.2026 23:13
π 2
π 0
π¬ 0
π 0
A screenshot of a post from the PC master race subreddit, saying, today I learned this is a feature in windows 11. They include a picture of Settings > System > Advanced, with a circle around the end task option
Did you know Windows 11 has an option to end tasks right from the taskbar? π
So you don't need to open task manager - you can just right click the app and end it from there
18.01.2026 12:25
π 65
π 11
π¬ 7
π 2
There seems to be an ongoing supply chain attack or suspicious activity on NuGet .org, where a user called darklord is trying to gain legitimacy or something by sending thousands of become owner of their packages requests, don't accept, report to @nuget.org
#dotnet #nuget
17.01.2026 10:27
π 12
π 15
π¬ 2
π 1
Awesome. I hope this becomes standard across all devices in the near future (PCs, tablets, phones, TVs, etc.). It used to be so easy to just use an audio splitter back in the days when everything was wired.
06.01.2026 15:49
π 1
π 0
π¬ 0
π 0
GitHub - jesseduffield/lazygit: simple terminal UI for git commands
simple terminal UI for git commands. Contribute to jesseduffield/lazygit development by creating an account on GitHub.
I finally found my favorite git client.
Itβs fast. It letβs me do all the things I do frequently. Itβs all keyboard driven. Itβs a terminal app.
Itβs:
28.12.2025 21:41
π 20
π 3
π¬ 2
π 0