JavaScript
32K subscribers
1.04K photos
10 videos
33 files
720 links
A resourceful newsletter featuring the latest and most important news, articles, books and updates in the world of #javascript πŸš€ Don't miss our Quizzes!

Let's chat: @nairihar
Download Telegram
Real-World
Next.js (2022)



Learn how to use Next.js for building web apps without compromising performance, user experience, and developer happinessKey FeaturesDevelop scalable web applications using Next.js.

Michele Riva
πŸ‘8
πŸ—“οΈ On this day 14 years ago: Node.js was created!

Have you been a part of the Node.js community for awhile? πŸ’š
❀19
CHALLENGE #26
What is the output?
Anonymous Quiz
65%
true
19%
false
16%
Error
πŸ€”10🀣8
Fullstack React: The Complete Guide to ReactJS and Friends

Stop wasting your time learning React with incomplete and confusing tutorials. There are so many incorrect, confusing, and out-of-date blog articles One tutorial says one thing and another says something completely different. ...

Anthony Accomazzo, Nate Murray, Ari Lerner
❀11πŸ‘4
🀣252
CHALLENGE #27
πŸ€”16❀4πŸ‘1
You Don’t Know Node.js EventLoop

You might be wondering if the title of this article is a bit ambitious, but fear not! I’ve put in the time and effort to cover everything you need to know about the EventLoop in Node.js. And believe me, you’ll discover so many new things along the way!

NAIRIHAR
πŸ”₯8❀3
🀣24πŸ‘4
CHALLENGE #28
What is the output?
Anonymous Quiz
27%
5, undefined
12%
1, 2
46%
5, 2
15%
Error
πŸ”₯9❀2
πŸ—ž Issue 9 / 30.05.2023


🎬 I Tried 8 Different Postgres ORMs

A modern, fast-paced, and slightly irreverent meme-heavy look at the various ways in which you can interact with Postgres (provided serverless by Neon, in this case) from a backend JavaScript app. It’s pretty neat as whirlwind tours go. (9 minutes.)

BEYOND FIRESHIP


πŸ“„ Advanced Fastify: Hooks, Middleware, and Decorators

Fastify is an increasingly common alternative to Express (more on why here). Damilola looks at some higher level Fastify concepts here, as well as how you might incrementally migrate from Express to Fastify.

DAMILOLA OLATUNJI


©️NODE.JS WEEKLY
❀3πŸ”₯3πŸ‘1
ARTICLES & TUTORIALS

πŸ“„ Deploying Vanilla Node.js Apps on Fly.io

Actually titled β€œVanilla with Candy Sprinkles”, this post covers the basics of using Fly’s next-gen hosting platform to quickly deploy Node apps (we have no affiliation with Fly but use it for some internal apps – it’s pretty good).

SAM RUBY (FLY)


🎬 Building a RESTful API with Fastify, MongoDB and Mongoose

A substantial first part of a promised series of videos, along with the code.

KEVIN CUNNINGHAM
πŸ‘3πŸ”₯3
CODE & TOOLS

πŸ”©BBebop 2.7: Fast, Typesafe Binary Serialization

Schema-based, typesafe, binary serialization and code generation that supports numerous languages, including TypeScript. Has a built in REPL for playing with the code generation which has had some big improvements in this release. (Its homepage has a neat bit of ASCII art.)

BETWIXT LABS


πŸ”©Got 13: A Powerful HTTP Request Library for Node

A popular HTTP request library. v13 requires Node 16 and makes Unix socket support off by default.

SINDRE SORHUS


πŸ”© node-oracledb 6.0: A Pure JS Oracle Database Driver

A major release for the Oracle Database driver which can now be used in β€˜thin’ and β€˜thick’ modes providing either the essentials or the full fat Coke version (which requires some extra Oracle client libraries to be installed).

SHARAD CHANDRAN


πŸ”© Migrate 2.0: An Abstract Migrations Framework

Provides a simple mechanism around working with migrations without enforcing any particular database or system.

TJ HOLOWAYCHUK


πŸ”© axios-token-manager: Manage the Caching of Axios Tokens

For managing the caching of auth tokens for specified validity periods as well as refreshing or recovering them transparently (such as when the backend has revoked a token before its period has expired.)

MICKEY PURI


πŸ”© CSV Parse: Convert CSV Text into Arrays / Objects

Extends the native Node.js transform stream API so you can get up and running quickly – see some example code. Part of a suite of CSV libraries that can also generate and transform CSV more generally.

ADALTAS
πŸ‘6
🀣22πŸ‘3
CHALLENGE #29
What is the output?
Anonymous Quiz
29%
Error
15%
1
18%
2
38%
1, 2
❀7πŸ€”6
🀣20πŸ‘6πŸ‘Ž1