COLODEBUG: a simple way to improve bash script debugging

Implementing RSA in Python from Scratch (Part 1)

Async vs. Threads

Issue #144

12/20/2021

{{PreviewText}} 

Ho ho ho
Hope you had a nice weekend. Happy holidays! Here's the issue.

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

COLODEBUG: a simple way to improve bash script debugging

Published: 17 December 2021
Tags: shell


The code flow in a shell script can be difficult to follow. In this introductory article, Johannes Truschnigg presents a couple of lines of code that you can add to your shell scripts to get comments printing as it runs.


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

Implementing RSA in Python from Scratch (Part 1)

Published: 19 August 2021
Tags: python


You've probably used RSA at somet point to generate a key for ssh. Do you know how the underlying algo works though? In this first part article, the author explains the math behind RSA and implements it in Python.


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

Async vs. Threads

Published: 19 December 2021
Tags: python


We've had a number of articles on concurrent programming in Python. This one, however, Maurits van Riezen explains, summarizes, and compares multiprocessing, threading (Global Interpreter Lock), and async.


Want to help?

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!

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, and Joe Hill 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: 2599

Opens: 1310

Clicks: 432

Link Clicks Clicks % Unique Clicks Unique Clicks %
COLODEBUG: a simple way to improve bash script debugging 139 33.57% 133 33.93
Implementing RSA in Python from Scratch (Part 1) 83 20.05% 82 20.92
Async vs. Threads 192 46.38% 177 45.15

Previous

Back to Issues

Next