Experimenting with remote debugging: Node.js runtime code injection

DBA in training: SQL Server under the hood

Progressive Rendering for Better Web App Performance

Issue #62

1/28/2021

A Byte of Coding Issue #62
Howdy
Sorry for missing the issue yesterday. I'll send another one out tomorrow to make up for it!

Experimenting with remote debugging: Node.js runtime code injection

Published: 28 January 2021
Tags: javascript


Injecting code into remote processes isn't the safest thing to do, and is actually a common way for malicious actors to get existing processes to run code that the actor has written. Nonetheless, it's interesting to know how it's done. In this informative article, Vladimir takes "a running Node.js HTTP server and, from another local Node.js process, [injects] a script into it to make it log all incoming HTTP requests".

Read Full Article

DBA in training: SQL Server under the hood

Published: 28 January 2021
Tags: sql


It's not a bad ideas to get to know how SQL databases work. A lot of projects use them. In this article of an extensive series, Pamela Mooney breaks down how the SQL sserver works and how to tune queries.

Read Full Article

Progressive Rendering for Better Web App Performance

Published: 28 January 2021
Tags: web dev


When creating websites or webapps, you conventionally had two major options for rendering; you could either do it client-side, or server-side. Well in this article, Nethmi Wijesinghe presents a third option (to be fair, it's more of an alternative of the second option), which involes progressively loading server-side rendered content. Faster rendering = more conversions, or just less frustration.

Read Full Article
Thanks for your Support! 

Thanks to supporters like Євген Грицай, Scott Munro, zturak, pek, and Emil Hannesbo this newsletter is provided to you for free. If you'd like to also 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: 1448

Opens: 584

Clicks: 274

Link Clicks Clicks % Unique Clicks Unique Clicks %
Experimenting with remote debugging: Node.js runtime code injection 67 25.48% 57 25.68
DBA in training: SQL Server under the hood 102 38.78% 82 36.94
Progressive Rendering for Better Web App Performance 94 35.74% 83 37.39

Previous

Back to Issues

Next