mtmk
banner
mtmk.dev
mtmk
@mtmk.dev
Engineer @ Synadia NATS .NET maintainer
Preview a small framework for writing AuthCallout services using NATS .NET
github.com/synadia-io/c...
GitHub - synadia-io/callout.net: Authentication Callout Library for .NET
Authentication Callout Library for .NET. Contribute to synadia-io/callout.net development by creating an account on GitHub.
github.com
May 22, 2025 at 10:51 AM
we've added STJ to cover for CVE now we are dropping it
github.com/nats-io/nats...
#848 Tweak dependencies by thompson-tomo · Pull Request #853 · nats-io/nats.net
Closes #848
github.com
May 16, 2025 at 6:15 PM
NATS .NET 2.5.12 is released with support for the new NATS 2.11

github.com/nats-io/nats...
Release NATS .NET v2.5.12 · nats-io/nats.net
Happy to announce our support for NATS Server 2.11 with this release of NATS .NET version 2.5.12. What's Changed Add priority group options (overflow) (#743) @mtmk Full Changelog: v2.5.11...v2.5....
github.com
March 21, 2025 at 12:06 PM
Synadia + NATS event starting soon (5pm GMT)
www.synadia.com/lp/rethink-c...
RethinkConn 2025
Join RethinkConn 2025, the premier NATS community event, hosted by Synadia. Explore use cases, discover new features, and get insights into the NATS roadmap!
www.synadia.com
March 20, 2025 at 4:24 PM
NATS .NET v2.5.10 bugfix release is out
+ fixes reconnect bug
+ minor DI improvement
github.com/nats-io/nats...
Release NATS .NET v2.5.10 · nats-io/nats.net
We're happy to announce a new NATS .NET release v2.5.10. This release includes various bug fixes and minor improvements. Notably, a long standing reconnect bug was fixed with #758 thanks to @STARSC...
github.com
March 14, 2025 at 5:58 PM
📣 New NATS .NET release 2.5.8 is out featuring more 'Try' methods for KV store avoiding costly exception handling #natsio #dotnet

github.com/nats-io/nats...
Release NATS .NET v2.5.8 · nats-io/nats.net
We are excited to announce the release of NATS .NET v2.5.8! This version introduces several new features to enhance your experience with the NATS .NET client: Services: Long-awaited functionality f...
github.com
February 11, 2025 at 4:00 PM
📢 Register for RethinkConn 2025 to hear everthing fun and new about NATS

it's on March 20th Thursday

#natsio #synadia #RethinkConn

www.synadia.com/lp/rethink-c...
RethinkConn 2025
Join RethinkConn 2025, the premier NATS community event, hosted by Synadia. Explore use cases, discover new features, and get insights into the NATS roadmap!
www.synadia.com
February 7, 2025 at 6:39 PM
We're happy to announce a new NATS .NET release version 2.5.7. This release includes various minor fixes and features. There is also a breaking change in the dependency injection package; please make sure to check the release notes.

#natsio #dotnet

github.com/nats-io/nats...
Release NATS .NET v2.5.7 · nats-io/nats.net
We're happy to announce a new NATS .NET release version 2.5.7. This release includes various minor fixes and features. There is also a breaking change in the dependency injection package; please ma...
github.com
January 28, 2025 at 11:14 AM
Reposted by mtmk
This is an actively developed Lua interpreter for .NET

github.com/AnnulusGames...
GitHub - AnnulusGames/Lua-CSharp: High performance Lua interpreter implemented in C# for .NET and Unity
High performance Lua interpreter implemented in C# for .NET and Unity - AnnulusGames/Lua-CSharp
github.com
January 20, 2025 at 7:44 AM
⚠️ We have a new NATS .NET v2.5.6 bug fix release. Please upgrade if you are using v2.5.5 (only that version is affected)

#NATSio #dotnet

github.com/nats-io/nats...
Release NATS .NET v2.5.6 · nats-io/nats.net
This is a bug fix release of NATS .NET v2.5.6. It fixes a serialization issue that was happening when interacting with JetStream APIs. Impact should be minimal since JetStream API calls would be re...
github.com
January 13, 2025 at 6:30 PM
Reposted by mtmk
Merry Christmas from Cairo
December 25, 2024 at 11:54 AM
Reposted by mtmk
Want to keep up with Synadia effortlessly?

Subscribe to our new blog RSS feed 🆕
synadia.com/rss.xml
synadia.com
December 10, 2024 at 3:53 PM
Reposted by mtmk
Just got the bad news that my client is cutting budgets and all contracts are not being renewed, so I'll be available to start work in the New Year

I'm a Senior Contract .NET C#/F# Engineer with 15 years experience, comfortable working across AWS and Azure. RT's appreciated!
December 10, 2024 at 11:27 AM
New NATS .NET release v2.5.5 is out

with first exception-free method where we saw fair performance improvement

#natsio #dotnet

github.com/nats-io/nats...
Release NATS .NET v2.5.5 · nats-io/nats.net
Happy to announce a new release of NATS .NET v2.5.5. With this release we're introducing exception-free methods especially in operations where logic might've been driven by exceptions like the KV g...
github.com
December 10, 2024 at 1:08 PM
Reposted by mtmk
If you're curious what it takes to build and run #AdventOfCode every year, you might enjoy this talk: www.youtube.com/watch?v=uZ8D...
Keynote: Advent of Code, Behind the Scenes - Eric Wastl
YouTube video by CppNorth
www.youtube.com
December 8, 2024 at 11:48 AM
Reposted by mtmk
Is edge computing the next cloud? 🚀

Derek Collison & Justyna Bak discuss AI at the edge, real-time data processing, and why latency matters, with
@richierocks.bsky.social at @datacamp.bsky.social.

🎧 Listen now: ow.ly/C2sn50UjgBL

#EdgeComputing #AI #DataCamp #DataFramed
Edge AI with Derek Collison & Justyna Bak, CEO & VP of Marketing at Synadia
Richie, Derek, and Justyna explore the transition from cloud to edge computing, the benefits of reduced latency, the role of AI at the edge, and the future of edge-native applications, and much more.
ow.ly
December 3, 2024 at 3:16 PM
We are slowly creating exception free calls in NATS .NET created NatsResult . Throwing exceptions are expensive and we are currently using exceptions for example 'Object not found' messages which can be part of app logic. #dotnet #natsio

github.com/nats-io/nats...
Add flags to NatsMsg and JetStream Request by mtmk · Pull Request #652 · nats-io/nats.net
This is part of preparing to reduce exception usage as stated in #581. Note that a similar attempt was made in #275 but due to NatsMsg struct size getting larger it wasn't merged. With this PR ...
github.com
November 28, 2024 at 9:49 AM
Are you still targeting .NET 6 in your projects?

What's stopping you to upgrade to 8 or 9?

#dotnet
November 26, 2024 at 5:44 PM
I'm seeing improvement in all our benchmarks just switching to .NET 9 without any code change #dotnet
November 26, 2024 at 11:19 AM
I was asking for NATS .NET it looks like e.g. EF anf Aspire still only targeting 8 #dotnet
www.reddit.com/r/dotnet/com...
www.reddit.com
November 24, 2024 at 1:59 AM
Reposted by mtmk
Thank you to everyone who attended our NATS Project Maintainer talk at #KubeconSLC last week. If you missed it, #CNCF has already published our talk for replay 🎉

#NothingButNATS Going Beyond Cloud Native
youtu.be/3aIM5YGFEl8?...
Nothing but NATS - Going Beyond Cloud Native - Byron Ruth & Kevin Hoffman, Synadia
YouTube video by CNCF [Cloud Native Computing Foundation]
youtu.be
November 19, 2024 at 3:32 PM