Modular JavaScript & ArangoDB

Опубликовано: 19 Октябрь 2024
на канале: YYCJS
1,287
4

At this meetup we have two awesome presentations:

First, Christian Pekeler will talk about a Swiss army knife database called ArangoDB. He's going to go over:

• What it is? 
• Pros/Cons
• How to use it with NodeJS 
• How to use the built-in V8 runtime 
• His experience with it so far

In the second session, Olivier Wietrich, is going to talk about applying the Unix philosophy to your code and how to write modular JavaScript. Things that will be covered:

• What is the Unix philosophy? 
• Why being modular is good?
• The drawbacks of highly modular systems 
• How to write modular JavaScript 
• Best practices for how to a moduler project with npm