Async and Async Void Event Handling in WPF

Crimes with Go Generics

Chopping the monolith

Probabilistic Delta Debugging

Issue #208

4/25/2022

{{PreviewText}} 

Hi
Hope everyone had a lovely weekend. Mine was pretty nice. You'll notice that there is an extra "article" in today's issue. It's actually a research paper, which I'll be adding to every Monday issue (no promises, let's see how the first couple of weeks go). As always feel free to reach out to me about any comments or concerns you might have! And here's the issue.

====================================================================

Async and Async Void Event Handling in WPF

Published: 22 April 2022
Tags: c#


Rick Strahl gives a brief overview of writing async code in C# and then demonstrates how to get around some nuanced issues in older .NET libraries like WinForms.


====================================================================

Crimes with Go Generics

Published: 24 April 2022
Tags: go


Xe Iaso presents a Go package they've written that dives deeply into several examples of how to not use Go generics. Again, how to NOT use them.


====================================================================

Chopping the monolith

Published: 24 April 2022
Tags: microservices, philosophy


Nicolas Fränkel philosophizes on the fact that most companies do micro-services wrong and proposes an approach to partially adopting them by splitting off parts of your monolith that are prone to frequent changes.


====================================================================

Probabilistic Delta Debugging

Published: 18 August 2021
Tags: algorithms


Guancheng Wang, Ruobing Shen, Junjie Chen, Yingfei Xiong, and Lu Zhang present their work on creating a delta debugging (the act of finding an error through trial and error by iterating on some input) algorithm that is more efficient than the current popular choice (ddmin).


Want to help and get cool stuff?

Thank you for reading! If you enjoy the newsletter, I would really appreciate you helping me spread the word by forwarding this to your friends and colleagues or sharing it on social media! Get cool stuff for your referrals using your link https://abyteofcoding.com or the buttons below.

Your referrals:


If you want to discuss or comment on this issue, head on over to this page at A Byte of Coding. You can also subscribe there if you're new!

Have comments or feedback? Just reply to this email or hit me up on Twitter @AByteOfCoding.

Email landed in your promotions tab? Please move it over to primary so you don't miss the latest issues in the future.
Thanks for your Support! 

Thanks to sponsors and supporters like Євген Грицай, Scott Munro, zturak, pek, Emil Hannesbo, Joe Hill, Astrid Sapphire, Gregory Mazzola, moki scott, Michael, Matt Braun, Tim Nash, Christoffer, and Mike Rhodes this newsletter is provided to you for free. If you'd like to also show your support and buy me a monthly meal, you can donate on the Patreon page. It's not necessary, but it lets me know that I'm doing a good job and that you're finding value in the content.


Stats (updated daily)

Sent: 2739

Opens: 1263

Clicks: 416

Link Clicks Clicks % Unique Clicks Unique Clicks %
Async and Async Void Event Handling in WPF 45 12.50% 49 12.76
Crimes with Go Generics 95 26.39% 103 26.82
Chopping the monolith 149 41.39% 159 41.41
Probabilistic Delta Debugging 71 19.72% 73 19.01

Previous

Back to Issues

Next