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
77
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
23
Building Secure Fintech APIs
rufai
0
55
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
130
Crafting Developer Experience With Documentation
rufai
0
140
Other Decks in Technology
See All in Technology
PHPでWebブラウザのレンダリングエンジンを実装する
dip_tech
PRO
0
180
“社内”だけで完結していた私が、AWS Community Builder になるまで
nagisa53
1
270
第9回情シス転職ミートアップ_テックタッチ株式会社
forester3003
0
170
25分で解説する「最小権限の原則」を実現するための AWS「ポリシー」大全 / 20250625-aws-summit-aws-policy
opelab
8
920
変化する開発、進化する体系時代に適応するソフトウェアエンジニアの知識と考え方(JaSST'25 Kansai)
mizunori
0
160
「Chatwork」の認証基盤の移行とログ活用によるプロダクト改善
kubell_hr
1
110
GitHub Copilot の概要
tomokusaba
1
110
フィンテック養成勉強会#54
finengine
0
130
[TechNight #90-1] 本当に使える?ZDMの新機能を実践検証してみた
oracle4engineer
PRO
3
140
AWS テクニカルサポートとエンドカスタマーの中間地点から見えるより良いサポートの活用方法
kazzpapa3
1
250
AIの最新技術&テーマをつまんで紹介&フリートークするシリーズ #1 量子機械学習の入門
tkhresk
0
130
ハノーバーメッセ2025座談会.pdf
iotcomjpadmin
0
150
Featured
See All Featured
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Intergalactic Javascript Robots from Outer Space
tanoku
271
27k
Designing for humans not robots
tammielis
253
25k
For a Future-Friendly Web
brad_frost
179
9.8k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.8k
It's Worth the Effort
3n
184
28k
Agile that works and the tools we love
rasmusluckow
329
21k
Optimizing for Happiness
mojombo
379
70k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
Statistics for Hackers
jakevdp
799
220k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.3k
A designer walks into a library…
pauljervisheath
206
24k
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!