marp | theme | _class | backgroundImage |
---|---|---|---|
true |
gaia |
lead |
MongoDB Express React Node
Dev at Quotient Technology Inc.
Find me on Linkedin/twitter Mail me at: kashyapsuhas07@gmail.com These slides + code at: github.com/kashyap07/mern-stack-talk
- M - nosql - no relations/schema, documents in collections
- N - JS runtime, logic layer
- E - Node framework, utility fns for web applications, middleware, routing
- R - component based, "reactive", mobile app like
- BSON Documents in Collection
- Store JSON natively (but binary)
- Horizontal Scalability - shards
- Watch: youtu.be/Q-lHpZBh3lQ
- Event loop
- Async-ness
- Nonblocking - Callbacks and Promises
- npm - node package manager
( from: What the heck is the event loop anyway? | Philip Roberts | JSConf EU
youtu.be/8aGhZQkoFbQ)
( from: What the heck is the event loop anyway? | Philip Roberts | JSConf EU
youtu.be/8aGhZQkoFbQ)
- Endpoints
- Middleware
- Alternatives
- Templates
- Single page applications - React router
- State management
- UI Components - reuseability
- JSX Javascript XML
- easy to get into - JS
- JS everywhere, JSON everywhere
- Performance
- Promises
- es6 --> es10
- Building/Bundling
- Typescript
- graphql
- ci/cd
- nginx
- SSR
- Docker
Twitter like feed
Find these slides + code at github.com/kashyap07/mern-stack-talk