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
89
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
35
Building Secure Fintech APIs
rufai
0
80
Building A Video Conference App With 100ms.live
rufai
0
75
Making_Life_Possible.pdf
rufai
0
76
Shasha: Enabling Payment For Your e-commerce Platform
rufai
0
89
Consuming Restful APIs
rufai
0
49
The Shortest Path To Becoming A Senior Engineer
rufai
0
82
How To Build Fintech Products With Paga's API
rufai
0
150
Crafting Developer Experience With Documentation
rufai
0
190
Other Decks in Technology
See All in Technology
AIエージェント、 社内展開の前に知っておきたいこと
oracle4engineer
PRO
2
120
楽しく学ぼう!コミュニティ入門 AWSと人が つむいできたストーリー
hiroramos4
PRO
1
190
社内レビューは機能しているのか
matsuba
0
120
DevOpsエージェントで実現する!! AWS Well-Architected(W-A) を実現するシステム設計 / 20260307 Masaki Okuda
shift_evolve
PRO
3
740
マルチアカウント環境でSecurity Hubの運用!導入の苦労とポイント / JAWS DAYS 2026
genda
0
640
プラットフォームエンジニアリングはAI時代の開発者をどう救うのか
jacopen
0
110
内製AIチャットボットで学んだDatadog LLM Observability活用術
mkdev10
0
100
マルチプレーンGPUネットワークを実現するシャッフルアーキテクチャの整理と考察
markunet
2
240
楽しく学ぼう!ネットワーク入門
shotashiratori
4
3.2k
OCI Security サービス 概要
oracle4engineer
PRO
2
13k
[JAWS DAYS 2026]私の AWS DevOps Agent 推しポイント
furuton
0
150
堅牢.py#2 LT資料
t3tra
0
140
Featured
See All Featured
Technical Leadership for Architectural Decision Making
baasie
3
290
Typedesign – Prime Four
hannesfritz
42
3k
HDC tutorial
michielstock
1
540
How Software Deployment tools have changed in the past 20 years
geshan
0
32k
Public Speaking Without Barfing On Your Shoes - THAT 2023
reverentgeek
1
340
JAMstack: Web Apps at Ludicrous Speed - All Things Open 2022
reverentgeek
1
390
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.4k
Stewardship and Sustainability of Urban and Community Forests
pwiseman
0
140
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
310
Rails Girls Zürich Keynote
gr2m
96
14k
How to Align SEO within the Product Triangle To Get Buy-In & Support - #RIMC
aleyda
1
1.4k
DevOps and Value Stream Thinking: Enabling flow, efficiency and business value
helenjbeal
1
150
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!