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
73
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
9
Building Secure Fintech APIs
rufai
0
41
Building A Video Conference App With 100ms.live
rufai
0
60
Making_Life_Possible.pdf
rufai
0
66
Shasha: Enabling Payment For Your e-commerce Platform
rufai
0
80
Consuming Restful APIs
rufai
0
35
The Shortest Path To Becoming A Senior Engineer
rufai
0
66
How To Build Fintech Products With Paga's API
rufai
0
110
Crafting Developer Experience With Documentation
rufai
0
120
Other Decks in Technology
See All in Technology
バクラクの組織とアーキテクチャ(要約)2025/01版
shkomine
5
570
Agentic AI時代のプロダクトマネジメントことはじめ〜仮説検証編〜
masakazu178
0
240
MicrosoftのOSSだけでAIによるブラウザテストを構成する
ymd65536
1
230
Mocking your codebase without cursing it
gaqzi
0
140
メンバーがオーナーシップを発揮しやすいチームづくり
ham0215
2
340
2025-01-24-SRETT11-OpenTofuについてそろそろ調べてみるか
masasuzu
0
130
reinvent2024を起点に振り返るサーバーレスアップデート
mihonda
1
170
re:Invent Recap (January 2025)
scalefactory
0
330
横断SREの立ち上げと、AWSセキュリティへの取り組みの軌跡
rvirus0817
3
3.7k
生成AIを活用した機能を、顧客に提供するまでに乗り越えた『4つの壁』
toshiblues
1
180
ココナラのセキュリティ組織の体制・役割・今後目指す世界
coconala_engineer
0
180
ハンズオンで学ぶ Databricks - Databricksにおけるデータエンジニアリング
taka_aki
1
2k
Featured
See All Featured
A Philosophy of Restraint
colly
203
16k
We Have a Design System, Now What?
morganepeng
51
7.4k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
What's in a price? How to price your products and services
michaelherold
244
12k
YesSQL, Process and Tooling at Scale
rocio
170
14k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.2k
Making the Leap to Tech Lead
cromwellryan
133
9k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
Git: the NoSQL Database
bkeepers
PRO
427
64k
Building Adaptive Systems
keathley
39
2.4k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
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!