Rob Richardson
banner
robrich.bsky.social
Rob Richardson
@robrich.bsky.social
Developer Advocate
https://robrich.org/
www.amazon.com/s?k=pro+micr... - "Pro #Microservices in #dotNET 10" is ready for pre-order. www.linkedin.com/in/sean-whit... and I worked really hard on this second edition, and we're really proud of it. Come learn all things .NET, #Containers, Sync & Async messaging, #Testing, and so much more.
Amazon.com: Pro Microservices In .net 10 Whitesell
Amazon.com: pro microservices in .net 10 whitesell
www.amazon.com
November 11, 2025 at 10:48 PM
www.dotnetconf.net/agenda - #dotNET #Conf is today! The biggest news: .NET 10 and #VisualStudio 2026 are released! But that's just the tip. Watch live from anywhere: www.youtube.com/watch?v=YDhJ...
.NET Conf 2025
Join the .NET Conf 2025 free virtual event November 11-13 2025 to learn about the newest developments across the .NET platform, open source, and dev tools. Mark your calendar!
www.dotnetconf.net
November 11, 2025 at 4:29 PM
cognitiveinheritance.com/Posts/types-... - "AI is not synonymous with ML or LLM." A great discussion on what is #AI, #ML, and #LLM, and when to choose what model. Great work fosstodon.org/@Bsstahl.
November 10, 2025 at 10:59 PM
www.sqlfluff.com - #SQLFluff is an #OpenSource #SQL #Linter
```
pip install sqlfluff
echo " SELECT a + b FROM tbl; " > test.sql
sqlfluff lint test.sql --dialect ansi
```
SQLFluff
📜 The SQL Linter for humans
www.sqlfluff.com
November 10, 2025 at 4:25 PM
Q: Why do #programmers prefer dark mode?

A: Because light attracts bugs.
November 7, 2025 at 10:26 PM
dev.to/sylwia-lask/... - 10 scary code lines still in production
🎃 10 Scary Lines of Code I Wish I Never Wrote 💀
Ever opened your old project, looked at a line of code, and thought… “Who the hell wrote this...
dev.to
November 7, 2025 at 4:55 PM
node.testcontainers.org/quickstart/u... - #TestContainers for #Node allows quickly spinning up #containers in the middle of anything like #Tests. I didn't realize there was more to the docs than the blank first page.
Usage - Testcontainers for NodeJS
As an example, let's spin up and test a Redis container.
node.testcontainers.org
November 5, 2025 at 10:15 PM
martinfowler.com/articles/age... - Martin Fowler goes super deep about #Agentic #AI and #Security: "the #LLM can't tell data from instructions."
November 4, 2025 at 10:48 PM
github.com/basecamp/kamal - Kamal is specific ssh-based #deployment. No desired state, no reconciliation , just specific deployment steps.
GitHub - basecamp/kamal: Deploy web apps anywhere.
Deploy web apps anywhere. Contribute to basecamp/kamal development by creating an account on GitHub.
github.com
November 4, 2025 at 4:29 PM
github.com/dockersample... - #Docker labspace is an awesome path to self-directed learning about #containers and everything else. Markdown on the left, VS Code and terminal on the right. Fork this starter repo and start hacking.
GitHub - dockersamples/labspace-starter: A repository template that makes it easier to bootstrap a new Labspace
A repository template that makes it easier to bootstrap a new Labspace - dockersamples/labspace-starter
github.com
November 3, 2025 at 10:59 PM
github.com/mikesir87/do... - #Docker socket proxy allows filtering the results of Docker commands for specific purposes. Nice work www.linkedin.com/in/mikesir87.
GitHub - mikesir87/docker-socket-proxy: Provides a configurable Docker Socket Proxy to mutate, gate, or filter requests and responses
Provides a configurable Docker Socket Proxy to mutate, gate, or filter requests and responses - mikesir87/docker-socket-proxy
github.com
November 3, 2025 at 4:25 PM
Overheard: the S in IoT stands for security.
October 31, 2025 at 9:26 PM
dev.to/fallon_jimmy... - DeepWiki: give it a repo and it'll build #AI-generated wiki for your software.
How to use DeepWiki For FREE!🔥
What is DeepWiki? DeepWiki is an intelligent tool launched by Devin, primarily designed to...
dev.to
October 31, 2025 at 3:55 PM
www.docker.com/blog/mpc-hor... - because browsers treat 0.0.0.0 as localhost but don't check CORS, drive-by attacks can target #MCP servers. And now we have CVE-2025-49596. Nice post www.linkedin.com/in/ajeetsraina.
MCP Horror Stories: The Drive-By Localhost Breach | Docker
Learn how CVE-2025-49596 has turned MCP Inspector into a weapon of mass developer environment compromise in this edition of MCP Horror Stories.
www.docker.com
October 30, 2025 at 9:17 PM
docs.docker.com/ai/mcp-catal... - Connect #VSCode to #Docker #MCP Toolkit. (Or scroll up to Claude Desktop instructions.)
MCP Toolkit
Use the MCP Toolkit to set up MCP servers and MCP clients.
docs.docker.com
October 30, 2025 at 3:04 PM
www.linkedin.com/posts/vadim-... - #MinIO's license change opens space for other #S3 clones to take their place: SeaweedFS, rustfs, ceph, or Garage. Do we need to keep making this mistake? Nice thoughts www.linkedin.com/in/vadim-bauer
Vadim Bauer - 8gears | LinkedIn
My journey began with an i386SX 33 MHz. My primary focus is on advancing the container… · Experience: 8gears · Education: Universität Siegen · Location: Zürich Metropolitan Area · 500+ connections...
www.linkedin.com
October 29, 2025 at 3:26 PM
github.com/dockersample... - #Docker labspace is an awesome way to let them get started with a Docker sandbox and companion tutorial content without all the extra stuff.
GitHub - dockersamples/labspace-starter: A repository template that makes it easier to bootstrap a new Labspace
A repository template that makes it easier to bootstrap a new Labspace - dockersamples/labspace-starter
github.com
October 28, 2025 at 9:48 PM
docs.docker.com/docker-hub/r... - #Docker Hub now supports immutable tags. No longer is it just convention that it doesn't change. Turn this on per label, and now it definitely won't change.
Immutable tags
Learn about immutable tags and how they help maintain image version consistency on Docker Hub.
docs.docker.com
October 28, 2025 at 3:29 PM
www.docker.com/blog/docker-... - A deeper partnership between #Docker and #CNCF means all CNCF projects have access to Docker tools including #DockerDesktop and #DockerScout.
Docker and CNCF: Partnering to Power the Future of Open Source | Docker
We’re announcing an official partnership between Docker and the CNCF to strengthen the open-source ecosystem.
www.docker.com
October 27, 2025 at 9:59 PM
github.com/docker/cagent - CAgent: run and orchestrate #AI #Agents through Docker MCP Toolkit.
GitHub - docker/cagent: Agent Builder and Runtime by Docker Engineering
Agent Builder and Runtime by Docker Engineering. Contribute to docker/cagent development by creating an account on GitHub.
github.com
October 27, 2025 at 3:25 PM