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
プラットフォーム転換期におけるGitHub Copilot活用〜Coding agentがそれを加速するか〜 / Leveraging GitHub Copilot During Platform Transition Periods
aeonpeople
1
210
LLMを搭載したプロダクトの品質保証の模索と学び
qa
0
1.1k
なぜテストマネージャの視点が 必要なのか? 〜 一歩先へ進むために 〜
moritamasami
0
230
大「個人開発サービス」時代に僕たちはどう生きるか
sotarok
20
10k
企業の生成AIガバナンスにおけるエージェントとセキュリティ
lycorptech_jp
PRO
2
190
普通のチームがスクラムを会得するたった一つの冴えたやり方 / the best way to scrum
okamototakuyasr2
0
100
Android Audio: Beyond Winning On It
atsushieno
0
2.4k
Aurora DSQLはサーバーレスアーキテクチャの常識を変えるのか
iwatatomoya
1
1.1k
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
8.8k
💡Ruby 川辺で灯すPicoRubyからの光
bash0c7
0
120
エンジニアリングマネージャーの成長の道筋とキャリア / Developers Summit 2025 KANSAI
daiksy
2
430
なぜスクラムはこうなったのか?歴史が教えてくれたこと/Shall we explore the roots of Scrum
sanogemaru
5
1.6k
Featured
See All Featured
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
We Have a Design System, Now What?
morganepeng
53
7.8k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
A Modern Web Designer's Workflow
chriscoyier
696
190k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.6k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
113
20k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
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!