Steve Gordon's Avatar

Steve Gordon

@stevejgordon.bsky.social

Microsoft MVP | Pluralsight Author | Eng. Elastic APM Agents | Blogger | Speaker | YouTuber | He/Him

2,031 Followers  |  236 Following  |  175 Posts  |  Joined: 13.07.2023
Posts Following

Posts by Steve Gordon (@stevejgordon.bsky.social)

Claude Code Part 5: Let's Take A Moment And Talk About All This
YouTube video by rendle Claude Code Part 5: Let's Take A Moment And Talk About All This

Yet more Claude talk and experimentation and such

www.youtube.com/watch?v=c2rQ...

27.02.2026 14:01 — 👍 3    🔁 1    💬 0    📌 0

Seems like @rendle.dev and my ad-hoc "wtf is Claude Code" series is getting some traction, which is heartening.
We'll be on Wed + Thu + Fri this week, starting around 2pm UK time, live on Twitch (twitch.tv/dylanbeattie) and on YouTube (youtube.com/dylanbeattie). Tune in and chat - or catch up later.

23.02.2026 14:13 — 👍 8    🔁 3    💬 2    📌 2
Side table in a bedroom covered in medical supplies including infusion kits, needles, a syringe and HyQvia medication.

Side table in a bedroom covered in medical supplies including infusion kits, needles, a syringe and HyQvia medication.

A bedroom with side table containing medical supplies for infusion, a sharps bin and a hospital grade pump next to the bed.

A bedroom with side table containing medical supplies for infusion, a sharps bin and a hospital grade pump next to the bed.

Today was infusion day for me, which comes once every three weeks. I get to top myself up with fresh new antibodies. It requires turning my bedroom temporarily into a hospital! I've gotten used to the process after 6 months of doing it. A bit sore tonight and exhausted. #immunocompromised #cvid

23.02.2026 22:57 — 👍 5    🔁 0    💬 0    📌 0

Watched both recordings so far and it's been great. I'm at that point of, I need to learn this stuff and make more use of the tools now, so having guidance from two people whose opinions I respect and trust is very helpful! Looking forward to part 3.

23.02.2026 14:09 — 👍 1    🔁 0    💬 0    📌 1

I got a request passed along from a potential customer last week asking for a workaround to run our library on .NET Framework 2.0!!

22.02.2026 19:11 — 👍 0    🔁 0    💬 0    📌 0

Sage advice!

22.02.2026 11:47 — 👍 0    🔁 0    💬 0    📌 0

I'll likely aim to assess both over time. I'm leaning toward Claude first as that's the one I've had the most positive feedback on from colleagues. But great to have your opinion too as it's highly valued!

22.02.2026 10:32 — 👍 1    🔁 0    💬 0    📌 0

No, I've used it a little with the free plan only.

21.02.2026 11:31 — 👍 0    🔁 0    💬 1    📌 0

Herein lies the problem! So much to learn about and try out and next week there will be some new thing getting hype. I wanted to try Claude next as its the one I hear best feedback on. How do these compare in your experience?

21.02.2026 08:29 — 👍 0    🔁 0    💬 2    📌 0

I'm watching and reading a lot of content on using AI coding agents to start to build up my knowledge. At some stage, perhaps I'll distill it into blog posts of my own. With things moving so fast, im not sure of the value in that until things stabilise. WDYT?

21.02.2026 06:35 — 👍 1    🔁 0    💬 2    📌 0

I'm skill unsure of the sustainability with regards to companies eventually needing to charge a huge amount more to cover costs. Where we'll end up exactly is unclear. But understanding the fundamentals, tricks and "best practices" sooner rather than later feels sensible.

21.02.2026 06:35 — 👍 1    🔁 0    💬 2    📌 0

In some form, they will be here to stay and I think its important not to get left behind. We still need humans, but more and more tasks will be delegated to AI. Finding out how these tools fit into my workload and how to leverage them best is now important.

21.02.2026 06:35 — 👍 0    🔁 0    💬 1    📌 0

We're at the point where people whose opinion I respect, including colleagues and those in the #dotnet community, are providing positive feedback and examples, making it hard to ignore the progress. Things are moving fast, but I think now is the time to start learning these tools.

21.02.2026 06:35 — 👍 1    🔁 0    💬 1    📌 0

As someone who was cautious and skeptical of AI coding agents, I'm starting to accept that these tools are hugely improved compared to where they were even 6 months ago. I made good progress on some changes fully in @github.com Copilot CLI yesterday. Next week I plan to try Claude Code.

21.02.2026 06:35 — 👍 5    🔁 0    💬 1    📌 0
Three year old sitting in the captains seat on board an A320 EasyJet flight.

Three year old sitting in the captains seat on board an A320 EasyJet flight.

I'm not sure the pilot for our flight is fully qualified!

07.02.2026 11:18 — 👍 6    🔁 0    💬 2    📌 0
Preview
Encrypting Properties with System.Text.Json and a TypeInfoResolver Modifier (Part 2) - Steve Gordon - Code with Steve In this post, we build out the AES-GCM encryption layer that we will depend on in future posts to decrypt JSON properties using System.Text.Json.

Blogged: "Encrypting Properties with System.Text.Json and a TypeInfoResolver Modifier (Part 2)"

www.stevejgordon.co.uk/encrypting-p...

Continuing our journey by adding a component that can encrypt and decrypt data using AES-GCM.

#dotnet

05.02.2026 15:18 — 👍 1    🔁 0    💬 0    📌 0
Post image

Submitted 2 security issues to NuGet and GitHub last year, finally heard back that they are low priority and not a big deal.

I did manage to publish this package to NuGet. A bunch of unicode in there, but it looks genuine, right? Nobody would discover this via search because of the unicode.

30.01.2026 06:56 — 👍 14    🔁 12    💬 4    📌 1
Preview
The Grand Mystery of the Missing 18 Bytes - Steve Gordon - Code with Steve In this post I will share the tale of the mystery surrounding different bytes counts between benchmark data and .NET memory profilers.

Just blogged, live from @ndcconferences.com #ndclondon, "The Grand Mystery of the Missing 18 Bytes". An exploration of the implementation details affecting different values from benchmark allocation data when compared to memory profiler data in #dotnet.

www.stevejgordon.co.uk/the-grand-my...

28.01.2026 15:35 — 👍 6    🔁 1    💬 0    📌 0

You gotta love how CoPilot will confidently lie to you. Gave it compiling code to, asked it to find and fix a small bug. It found the bug (correctly) and fixed it, then builds and it fails. It locates a malformed byte literal and states "There's a syntax error in the file (not related to my change)"

24.01.2026 17:10 — 👍 1    🔁 0    💬 0    📌 0

Awesome. See you next week!

22.01.2026 23:58 — 👍 2    🔁 0    💬 0    📌 0

This week I've been learning about AssemblyLoadContext to solve a tricky dependency issue in the Elastic Distribution of OpenTelemetry (EDOT) for #dotnet. I finally have a POC working that avoids dependency conflicts for profiler-based use cases. It's not perfect but still it's good progress!

22.01.2026 10:05 — 👍 2    🔁 0    💬 0    📌 0

The week before NDC London is marked with fitting in rehersals of my talk early in the morning. I'm excited about my new session "Application Peformance Optimisation in Practice" which is 30-35 mins of pure demo. Refining my slides and key points to round off the remainder of the talk. #dotnet

22.01.2026 08:22 — 👍 4    🔁 0    💬 1    📌 0
Preview
Encrypting Properties with System.Text.Json and a TypeInfoResolver Modifier (Part 1) - Steve Gordon - Code with Steve In this post we start creating a TypeInfoResolver modifier in System.Text.Json to encrypt and decrypt JSON properties during serialisation.

Blogged: Encrypting Properties with System.Text.Json and a TypeInfoResolver Modifier (Part 1).

In this post we start creating a TypeInfoResolver modifier in System.Text.Json to encrypt and decrypt JSON properties during serialisation.

#dotnet #json

www.stevejgordon.co.uk/encrypting-p...

14.01.2026 15:11 — 👍 11    🔁 1    💬 0    📌 0
An old fashioned cocktail!

An old fashioned cocktail!

Found a just about passable satsuma which will have to do! Cheers!

03.01.2026 19:28 — 👍 2    🔁 0    💬 0    📌 0

Spot on! Im going to try with the dash of water this time and see what I prefer.

03.01.2026 19:27 — 👍 0    🔁 0    💬 0    📌 0

Yep and indeed I am.

03.01.2026 19:26 — 👍 1    🔁 0    💬 0    📌 0
A selection of cocktail ingredients. Woodford Reserve bourbon, Angostura Aromatic Bitters, sugar and utensils.

A selection of cocktail ingredients. Woodford Reserve bourbon, Angostura Aromatic Bitters, sugar and utensils.

For Christmas i requested a few ingredients towards making my favourite cocktail. Besides ice and water, I'm missing a key ingredient here, which i thought we had. What is it and what am I making?

03.01.2026 18:28 — 👍 4    🔁 0    💬 4    📌 0

Then if you want help with anything it just provides the steps. That's something I guess but could it not automate some of those for me? Also, when I switch to slide master I can't even get the CoPilot window up. Will abondon this and do it the way I normally do!

17.12.2025 16:31 — 👍 1    🔁 0    💬 0    📌 0

Tried PowerPoint CoPilot this afternoon just to see if it could help with a template and initial slide creation from my notes, assuming it would be a bit like GitHub CoPilot. Nope! Not that useful at all, just links to free templates sites. It feels like it could deliver so much more!

17.12.2025 16:23 — 👍 2    🔁 0    💬 1    📌 0
Post image

Yep!

09.12.2025 07:33 — 👍 1    🔁 0    💬 0    📌 0