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
79
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
30
Building Secure Fintech APIs
rufai
0
66
Building A Video Conference App With 100ms.live
rufai
0
66
Making_Life_Possible.pdf
rufai
0
71
Shasha: Enabling Payment For Your e-commerce Platform
rufai
0
84
Consuming Restful APIs
rufai
0
41
The Shortest Path To Becoming A Senior Engineer
rufai
0
78
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
incident_commander_demaecan__1_.pdf
demaecan
0
120
【Kaigi on Rails 事後勉強会LT】MeはどうしてGirlsに? 私とRubyを繋いだRail(s)
joyfrommasara
0
260
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
12
80k
今この時代に技術とどう向き合うべきか
gree_tech
PRO
0
620
HR Force における DWH の併用事例 ~ サービス基盤としての BigQuery / 分析基盤としての Snowflake ~@Cross Data Platforms Meetup #2「BigQueryと愉快な仲間たち」
ryo_suzuki
0
210
Geospatialの世界最前線を探る [2025年版]
dayjournal
1
220
Introduction to Bill One Development Engineer
sansan33
PRO
0
300
LLM時代にデータエンジニアの役割はどう変わるか?
ikkimiyazaki
6
1.3k
コンテキストエンジニアリング入門〜AI Coding Agent作りで学ぶ文脈設計〜
kworkdev
PRO
1
840
Codexとも仲良く。CodeRabbit CLIの紹介
moongift
PRO
0
200
綺麗なデータマートをつくろう_データ整備を前向きに考える会 / Let's create clean data mart
brainpadpr
3
500
オープンソースでどこまでできる?フォーマル検証チャレンジ
msyksphinz
0
130
Featured
See All Featured
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
9
590
jQuery: Nuts, Bolts and Bling
dougneiner
65
7.9k
Fireside Chat
paigeccino
40
3.7k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
8
910
Rails Girls Zürich Keynote
gr2m
95
14k
Building Better People: How to give real-time feedback that sticks.
wjessup
369
20k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
Designing for humans not robots
tammielis
254
26k
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.2k
Navigating Team Friction
lara
190
15k
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!