Common Table Expressions

The M140i project post - Part 10

Exploring Node.js Async Hooks

Issue #13

9/30/2020

SPOOKY ISSUE #13
Ooo-ooh oo-h-oo boo!
13th issue is going to be spooky? What does that mean? Nothing really, but be spooked.

Common Table Expressions

Published: 29 September 2020
Tags: sql


SQL queries are a great way to get data from a database (durr). I like to abstract away more complicated ones to the database layer, because it just looks cleaner and is more understandable to me. One great tool for building more complicated queries is CTEs. Preetam Jinka presents how you can use these for your queries, using a real life example inspired by Github issues.

Read Full Article

The M140i project post - Part 10

Published: 30 September 2020
Tags: cars


I'll be upfront and say this article is not related to programming at all. Scott Helme actually writes about upgrading a car, more specifically adding a oil catch can, using gold for heat management, and adding a forge motorsport boost pipe. I find most building topics interesting; I like how things work. Lots of people like cars, so figured this might be interesting to those concerned. And if you're not interested, don't read it!

Read Full Article

Exploring Node.js Async Hooks

Published: 30 September 2020
Tags: node, javascript


Async/await is popular syntax in quite a few languages. It's especially useful in JavaScript, and looks a lot better (because it's easier to understand) than the promises. In this informative article, Diogo Souza explores async_hooks, a native way in Node JavaScript to keep log or keep track of async functions. Diogo shows a few use cases, that might inspire you to implement them in your own project!

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: 670

Opens: 388

Clicks: 178

Link Clicks Clicks % Unique Clicks Unique Clicks %
Common Table Expressions 87 50.29% 70 49.65
The M140i project post - Part 10 23 13.29% 21 14.89
Exploring Node.js Async Hooks 63 36.42% 50 35.46

Previous

Back to Issues

Next