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
24
Building Secure Fintech APIs
rufai
0
58
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
81
Consuming Restful APIs
rufai
0
39
The Shortest Path To Becoming A Senior Engineer
rufai
0
73
How To Build Fintech Products With Paga's API
rufai
0
140
Crafting Developer Experience With Documentation
rufai
0
150
Other Decks in Technology
See All in Technology
KCD Lima: eBee in Peru!
lizrice
0
110
MCPと認可まわりの話 / mcp_and_authorization
convto
2
270
増え続ける脆弱性に立ち向かう: 事前対策と優先度づけによる 持続可能な脆弱性管理 / Confronting the Rise of Vulnerabilities: Sustainable Management Through Proactive Measures and Prioritization
nttcom
1
210
モバイルゲームの開発を支える基盤の歩み ~再現性のある開発ラインを量産する秘訣~
qualiarts
0
570
スプリントレビューを効果的にするために
miholovesq
9
1.7k
AI工学特論: MLOps・継続的評価
asei
10
1.9k
Recoil脱却の現状と挑戦
kirik
3
450
Jitera Company Deck / JP
jitera
0
220
Webの技術とガジェットで那須の子ども達にワクワクを! / IoTLT_20250720
you
PRO
0
130
From Live Coding to Vibe Coding with Firebase Studio
firebasethailand
1
290
TypeScript 上達の道
ysknsid25
23
4.7k
少人数でも回る! DevinとPlaybookで支える運用改善
ishikawa_pro
4
1.5k
Featured
See All Featured
The Straight Up "How To Draw Better" Workshop
denniskardys
235
140k
The Invisible Side of Design
smashingmag
301
51k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
283
13k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
Building Applications with DynamoDB
mza
95
6.5k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.6k
The Pragmatic Product Professional
lauravandoore
35
6.8k
Reflections from 52 weeks, 52 projects
jeffersonlam
351
21k
Done Done
chrislema
184
16k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
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!