Rob Richardson's Avatar

Rob Richardson

@robrich

Developer Advocate https://robrich.org/

138
Followers
2
Following
919
Posts
16.07.2023
Joined
Posts Following

Latest posts by Rob Richardson @robrich

Post image

Firefox has discovered a security breach in windows

13.03.2026 21:26 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Oxlint A collection of high-performance JavaScript tools written in Rust

oxc.rs/docs/guide/u... - OxLint is a #TypeScript #linter written in Go that uses real TypeScript compiler for type checking.

13.03.2026 15:55 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Vitest Next generation testing framework powered by Vite

vitest.dev/guide/browse... - #vitest browser mode uses #Playwright and others to run #tests in a real browser.

12.03.2026 21:17 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Component testing in Storybook The future of UI testing

storybook.js.org/blog/compone... - #component #testing in #Storybook and why component testing is the sweet spot between e2e tests and unit tests.

12.03.2026 15:05 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
A guide to subsetting fonts – the-sustainable.dev This guide can help you reduce the weight of individual font files by subsetting them, which can improve page load performance and weight.

the-sustainable.dev/a-guide-to-s... - #CSS #don't subsetting: don't load glyphs you won't use, making the download smaller.

11.03.2026 21:15 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - paulirish/lite-youtube-embed: A faster youtube embed. A faster youtube embed. Contribute to paulirish/lite-youtube-embed development by creating an account on GitHub.

github.com/paulirish/li... - lite YouTube embed: grab just enough to display it, but only load the real iframe when they click it.

11.03.2026 15:26 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
GTmetrix | Website Performance Testing and Monitoring GTmetrix is a free tool to test and monitor your page's performance. Using Lighthouse, GTmetrix generates scores for your pages and offers actionable recommendations on how to optimize them.

gtmetrix.com - check page speed and get reasons why

10.03.2026 21:48 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - upstash/context7: Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors - upstash/context7

github.com/upstash/cont... - context7 #MCP server: get updated examples and docs in an #LLM prompt.

10.03.2026 15:29 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Some developers still think async/await makes code faster. I thought the same when I started with .NET. Then one day, our API started slowing down under load. Not because of the CPU. Not because… | Stefan ĐokiΔ‡ | 27 comments Some developers still think async/await makes code faster. I thought the same when I started with .NET. Then one day, our API started slowing down under load. Not because of the CPU. Not because of the...

www.linkedin.com/posts/djokic... - #dotNET #async & #await doesn't make it faster, it makes it so other things can happen while it waits.

09.03.2026 21:59 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Current - A River of Reading Current rethinks RSS for the modern reader. Your feeds flow like a river. No inbox anxiety, no unread counts. Just beautiful reading.

www.currentreader.app - Current Reader is an #RSS reader that allows specifying post freshness so it doesn't become a to-do list. Wish there was a #windows version.

09.03.2026 15:25 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Code analysis in .NET Learn about source code analysis in the .NET SDK.

learn.microsoft.com/en-us/dotnet... - EnableNETAnalyzers is true by default on #dotNET 5 and greater. And #dotNET analysers are great at catching mistakes and suggesting best practices.

05.03.2026 22:17 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Dear Copilot, can you help me with SQL? - Azure SQL Dev Corner Using Copilot with Azure SQL to go from schema design to local development, REST APIs, and Azure deployment, all guided by workspace instructions and skills that keep SQL at the center.

devblogs.microsoft.com/azure-sql/de... - #Copilot does #SQL, App, and #Deploy.

05.03.2026 16:03 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - block/goose: an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM an open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM - block/goose

github.com/block/goose?... - Goose: it's #ChatGPT but local. An on machine #AI agent to automate cool tasks.

04.03.2026 22:15 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Monarch is the multi-monitor fix Microsoft forgot to build for Windows 11 A Redditor’s Monarch tool makes multi‑monitor switching on Windows 11 effortless, solving a headache Microsoft has yet to fix.

www.windowscentral.com/microsoft/wi... - A solo #developer builds a #Windows multi-monitor took that's really brilliant.

04.03.2026 16:26 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Derek diagnoses performance issues by listening to laptop fans | Chris Northfield posted on the topic | LinkedIn Derek found an N+1 query by listening. Not by profiling. Not by checking logs. By listening. To his laptop fan. He said "the fan spins up on the customers page." I said "it's probably just rendering."...

www.linkedin.com/posts/christ... - Diagnosing #software problems by sound. There's a savant!

03.03.2026 22:48 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
#dotnet #websocket #realtime | Romain Ottonelli Dabadie WebSocket code in .NET used to require 50+ lines of buffer management boilerplate. .NET 10 introduces `π–πžπ›π’π¨πœπ€πžπ­π’π­π«πžπšπ¦` β€” a `π’π­π«πžπšπ¦` abstraction...

www.linkedin.com/posts/romain... - #WebSocket just got really easy in #dotNET 10. It's a stream abstraction.

03.03.2026 16:29 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Researchers discover massive Wi-Fi vulnerability affecting multiple access points β€” AirSnitch lets attackers on the same network intercept data and launch machine-in-the-middle attacks There's a silent vulnerability lurking underneath the architecture of Wi-Fi networks.

www.tomshardware.com/tech-industr... - AirSnitch is a #vulnerability in #wifi hardware that allows anyone connected to confuse the router into routing others' traffic through it. #security

02.03.2026 22:59 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Spec-driven development with AI: Get started with a new open source toolkit Developers can use their AI tool of choice for spec-driven development with this open source toolkit.

github.blog/ai-and-ml/ge... - Spec-driven #development with #AI. "The issue isn’t the agent’s ability, but our approach. We treat coding agents like search engines [rather than] literal-minded pair programmers. They excel at pattern recognition but still need unambiguous instructions."

02.03.2026 16:25 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

Question: How can I get the length of a string in C#?
Comparing answers from Microsoft community and StackOverflow.

27.02.2026 22:26 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - shmykelsa/AAAD: The original application for downloading and installing apps made specifically for Android Auto outside of Google Play Store. Active since 2021. The original application for downloading and installing apps made specifically for Android Auto outside of Google Play Store. Active since 2021. - shmykelsa/AAAD

github.com/shmykelsa/AA... - Run more 3rd party apps on #Android #Auto with AAAD downloader.

27.02.2026 16:55 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - lyogavin/airllm: AirLLM 70B inference with single 4GB GPU AirLLM 70B inference with single 4GB GPU. Contribute to lyogavin/airllm development by creating an account on GitHub.

github.com/lyogavin/air... - Run large #LLMs in memory constrained spaces by leaving most of it on disk. It's definitely slower, but suddenly possible.

26.02.2026 22:17 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Database DevOps with Containers | ConFoo.ca FullStack Conference for developers February 25-27, 2026 in Montreal, Canada.

Want to get #Prod #Data into non-prod safely? Join us for "#Database #DevOps with #Containers" at #ConFoo in St Laurent 4, starting soon. confoo.ca/en/2026/sess... Slides: robrich.org/slides/datab... code: github.com/robrich/data...

26.02.2026 18:49 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
How To Increase EF Core Performance for Read Queries in .NET Explore the best practices for increasing EF Core performance for read queries in .NET

antondevtips.com/blog/how-to-... - Speed up #EntityFramework Core in #dotNET. Nice post Anton Martyniuk.

26.02.2026 16:04 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Pentagon Pizza Index - Real-Time OSINT Dashboard Track pizza popularity around the Pentagon as a geopolitical indicator. The conspiracy theory that's taking OSINT by storm.

www.pizzint.watch - #Pentagon #Pizza: can we infer impending announcements based on how much delivery food is delivered by the government?

25.02.2026 22:15 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
A Database DevOps Pipeline | ConFoo.ca FullStack Conference for developers February 25-27, 2026 in Montreal, Canada.

Want to #automate #deploy #DB #Schema changes? Join us for "#Database #DevOps #Pipeline" at #ConFoo starting soon in St Laurent 3. confoo.ca/en/2026/sess... Slides: robrich.org/slides/datab..., code: github.com/robrich/data...

25.02.2026 17:48 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Get Started - GitHub Copilot in SQL Server Management Studio (Preview) Learn how to get started using GitHub Copilot in SQL Server Management Studio (SSMS).

learn.microsoft.com/en-us/ssms/g... - #SSMS now has #GitHub #Copilot in it. It's really sweet.

25.02.2026 16:26 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
almostnode β€” Node.js in your browser Run Node.js, Next.js, Vite, and Express entirely in the browser. ~250KB gzipped, instant startup, no server required.

almostnode.dev - It's almost #Node.js running in the browser. It has some shimmed NPM modules too.

24.02.2026 22:48 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Cyber Resilience Act (EU) 2024/2847 | Cyber Laws Cybersecurity requirements for products with digital elements placed on EU market.

cyber-laws.com/en/regulatio... - matching #software #requirements with #EU #regulations.

24.02.2026 16:29 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - FireCubeStudios/Clippy: Bring back Clippy on Windows 10/11! Bring back Clippy on Windows 10/11! Contribute to FireCubeStudios/Clippy development by creating an account on GitHub.

github.com/FireCubeStud... - Bringing back #Clippy as a #ChatGPT-backed #windows widget.

23.02.2026 22:59 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
ConFoo.ca FullStack Conference for developers February 25-27, 2026 in Montreal, Canada.

I'm on my way to #ConFoo in #Montreal. confoo.ca/en/2026 I'm excited to teach #Database #DevOps, #containers, and learn and share much more. Join us #InPerson!

23.02.2026 20:12 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0