Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Building Backend Systems In Node.js
Search
Rufai Mustapha
September 28, 2022
Technology
0
78
Building Backend Systems In Node.js
Rufai Mustapha
September 28, 2022
Tweet
Share
More Decks by Rufai Mustapha
See All by Rufai Mustapha
Deploying Your Tensorflow Model
rufai
0
25
Building Secure Fintech APIs
rufai
0
62
Building A Video Conference App With 100ms.live
rufai
0
64
Making_Life_Possible.pdf
rufai
0
70
Shasha: Enabling Payment For Your e-commerce Platform
rufai
0
82
Consuming Restful APIs
rufai
0
39
The Shortest Path To Becoming A Senior Engineer
rufai
0
76
How To Build Fintech Products With Paga's API
rufai
0
140
Crafting Developer Experience With Documentation
rufai
0
160
Other Decks in Technology
See All in Technology
サラリーマンの小遣いで作るtoCサービス - Cloudflare Workersでスケールする開発戦略
shinaps
2
470
新規プロダクトでプロトタイプから正式リリースまでNext.jsで開発したリアル
kawanoriku0
1
220
5分でカオスエンジニアリングを分かった気になろう
pandayumi
0
260
株式会社ログラス - 会社説明資料【エンジニア】/ Loglass Engineer
loglass2019
4
65k
Terraformで構築する セルフサービス型データプラットフォーム / terraform-self-service-data-platform
pei0804
1
200
いま注目のAIエージェントを作ってみよう
supermarimobros
0
360
AWSで始める実践Dagster入門
kitagawaz
1
750
Django's GeneratedField by example - DjangoCon US 2025
pauloxnet
0
160
新アイテムをどう使っていくか?みんなであーだこーだ言ってみよう / 20250911-rpi-jam-tokyo
akkiesoft
0
350
AIがコード書きすぎ問題にはAIで立ち向かえ
jyoshise
1
290
テストを軸にした生き残り術
kworkdev
PRO
0
220
AWSを利用する上で知っておきたい名前解決のはなし(10分版)
nagisa53
10
3.2k
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
224
9.9k
Scaling GitHub
holman
463
140k
Balancing Empowerment & Direction
lara
3
630
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
530
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Building Applications with DynamoDB
mza
96
6.6k
Bash Introduction
62gerente
615
210k
Visualization
eitanlees
148
16k
GraphQLとの向き合い方2022年版
quramy
49
14k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
188
55k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
Transcript
Building Backend Systems in NodeJS `
Backend Development In NodeJS `
Before You Begin Tools You Need Installation Building Your First
Node.js Server What is Node.js What is not Node.js Learning Outcomes
Knowledge of Javascript How To Use The Terminal Before You
Begin
Git and GitHub Code Editor ( VS Code ) Postman
Browsers MDN ( Mozilla Developer Network ) LTA ( LearnToAPI.com ) Tools You Need
node.js git Installation
Let’s build a simple server
What is Node.js
What is Node.js chat real time application
What isn’t Node.js
Quiz 1. How can you build web servers without node.js
? 2. What is the node.js way? 3. What is the relationship between node.js and bun.js 4. List error messages you have encountered using the web
Tasks - Build your own node.js server from scratch
Research - Write an article describing run-time engines in javascript.
- How does image on your phone gets to another phone in Brazil?
See you in the next Lesson!