Russell Hammett Jr. (Kritner)·Dec 15, 2022Wouldn't say you *have* to bring in a CA for local dev...* You would need some directives to change your auth and make sure if "all works" locally without the mTLS I would think... or you could…
Russell Hammett Jr. (Kritner)·Oct 14, 2022Microsoft Orleans: Grain CachesHoly moly it’s been a while. Time for some more Orleans goodness, hopefully? Caches!
InLevel Up CodingbyRussell Hammett Jr. (Kritner)·Nov 29, 2021CI/CD for .net 6, using GitHub actionsWith the publishing of Orleans.SyncWork, I’ve had the opportunity to explore GitHub actions — which is a way to automate workflows. Here’s…
Russell Hammett Jr. (Kritner)·Nov 22, 2021Microsoft Orleans — Long running CPU bound workI’ve been talking about the idea of long running, CPU bound, synchronous work for a long time. Now, I’ve finally taken the time to build…
Russell Hammett Jr. (Kritner)·Nov 20, 2021Hexo Updated to latest versionUpdated hexo to the latest version, trying out a new post!
Russell Hammett Jr. (Kritner)·Oct 15, 2021Simple SEO improvements for this weekGetting more traffic (I hope) through some SEO improvements to blog.kritner.com
Russell Hammett Jr. (Kritner)·Oct 1, 2021dotnet centralized package versioningSetting up centralized package versioning to help keep all your repositories projects on the same version.
Russell Hammett Jr. (Kritner)·Jul 27, 2021How to build a “tamperproof cookie”All right! It’s been a minute! Tamperproof cookies, I needed one, it’s pretty simple after thinking it through.
Russell Hammett Jr. (Kritner)·Feb 16, 2021Getting Started with NDependOne of the folks over at NDepend reached out to me to provide a license for their product; let’s do some exploring!
Russell Hammett Jr. (Kritner)·Dec 24, 2020Design Patterns: DecoratorThe decorator pattern is a structural design pattern that can be used to add functionality to classes without modifying the original class…