Orleans UniversalSilo An opinionated, batteries-included, set of templates and libraries to enable you to easily start developing applications with Microsoft Orleans.
The Best Medium-Hard Data Analyst SQL Interview Questions By Zachary Thomas (zthomas.nc@gmail.com, Twitter, LinkedIn)
How to sell a B2B product by Calvin French-Owen Lately, a bunch of early stage founders have emailed me to ask for go-to-market (GTM) advice. They have a real product, it solves a real problem for their handful of customers…
How does a .NET profiler work? Before doing cool stuff with your .NET profiler, we should understand a few principles
How assembly language loops work More 6502: https://eater.net/6502 Support these videos on Patreon: https://www.patreon.com/beneater or https://eater.net/support for other ways to support. ------------------ Social media: Website: https://www.eater.net Twitter: https://twitter.c...
Ubuntu 20.04 LTS’ snap obsession has snapped me off of it Once lauded for its sane defaults, the latest Ubuntu release has usability issues.
How We Created a Realtime Patient Monitoring System With Go and Vue in 3 days A Pandemic started In the last November in 2019, we heard about the first case of unknown deadly diseases from China. Now everyone knows it as Covid-19 Now it seems to change our lives forever. The virus is deadly and it is highly contagious. Still, we kn...
Awk in 20 Minutes Awk is a tiny programming language and a command line tool. It's particularly appropriate for log parsing on servers, mostly because Awk will operate on files, usually structured in lines of human-readable text.
Complexity Has to Live Somewhere We try to get rid of the complexity, control it, and seek simplicity. I think framing things that way is misguided. Complexity has to live somewhere. Embrace it
Reducing allocations using Span<T> and Memory<T> I decided to look at the RabbitMQ .NET Client source code to make improvements. During that exploration I saw opportunities to reduce memory allocations.