Understanding JavaScript IIFEs Like a Boss

Exception safety in Rust: using transient droppers to prevent memory leaks

Frequency Domain Image Compression and Filtering

Issue #31

11/5/2020

A Byte of Coding Issue #31
H-e-l-l-o
HERE IS THE ISSUE! K THANKS BYE!

Understanding JavaScript IIFEs Like a Boss

Published: 5 November 2020
Tags: javascript


Functions are a big part of JavaScript, and there are actually a lot of intricacies to them, especially when it comes to scoping. In this article, Mahdhi Rezvi does a deep dive into JavaScript's Immediately Invoked Function Expression, describing what they are, different variations of them, and a number of use cases which I was previously not aware of.

Read Full Article

Exception safety in Rust: using transient droppers to prevent memory leaks

Published: 4 November 2020
Tags: rust


In Rust, exception safety is defined as "being ready for unwinding". But that isn't the clearest explanation.  Arthur Carcano has written an article that essentially explains exception safety in Rust and how it can be achieved, in the context of array initialization.There's plenty of code to show what is being talked about.

Read Full Article

Frequency Domain Image Compression and Filtering

Published: 4 November 2020
Tags:
math, cpp


I'll be upfront and say this one isn't coding heavy, although it does have C++ code to go along with it. As many of you know, I have a background in electrical engineering, and signal processing is one of the most fascinating aspects of that. In this informative article, Alan Wolfe illuminates how it's done, and the results of processing in the frequency domain. Alan covers image compression, filtering, and convolution, all with accompanying images.

Read Full Article
Thanks for your Support! 

This newsletter is provided to you for free, but if you'd like to show your support and help out, 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.
Donate Here






This email was sent to <<Email Address>>
why did I get this?    unsubscribe from this list    update subscription preferences
A Byte of Coding · 750 Fowler St NW · Atlanta, GA 30332-1914 · USA

Stats (updated daily)

Sent: 880

Opens: 424

Clicks: 191

Link Clicks Clicks % Unique Clicks Unique Clicks %
Understanding JavaScript IIFEs Like a Boss 76 40.00% 70 42.17
Exception safety in Rust: using transient droppers to prevent memory leaks 43 22.63% 37 22.29
Frequency Domain Image Compression and Filtering 71 37.37% 59 35.54

Previous

Back to Issues

Next