3 Ways to Code a BuzzFeed Clone (JavaScript + TypeScript + JSONServer + Database + API + Node.js)
By freeCodeCamp.org
Published: Feb 08, 2023“
Learn how to build a Buzzfeed Clone in JavaScript, followed by a version in React using JSON server for mimicking an API, and then build a TypeScript Buzzfeed Clone with a mini backend using Node.js to communicate with a Database.Final code:
https://github.com/kubowania/…
https://github.com/kubowania/b…
https://github.com/kubowania/bu…Course developed by @AniaKubow
Learn to code for free and get a developer job: https://www.freecodecamp.org
Read hundreds of articles on programming: https://freecodecamp.org/news
”
Tag: JSON
[#Script #Coding] Microservices with FastAPI – Full Course
Microservices with FastAPI – Full Course
By freeCodeCamp.org
Published: Mar 24, 2022“
Learn how to create a simple Microservices app using Python FastAPI with React on the frontend. We will use RedisJSON as a Database and dispatch events with Redis Streams. RedisJSON is a NoSQL database just like MongoDB and Redis Streams is an Event Bus just like RabbitMQ or Apache Kafka.Course from Scalable Scripts. Check out their channel: https://www.youtube.com/c/ScalableScripts
Code: https://github.com/scalablescripts/fa…
Course Contents:
- (00:00) Intro
- (01:30) App Demo
- (03:29) Inventory Microservice Setup
- (05:46) Redis Cloud
- (07:13) Connect to Redis Cloud
- (09:04) Products CRUD
- (20:05) Payment Microservice Setup
- (25:40) Internal Http Requests
- (30:54) Background Tasks
- (36:50) Redis Streams
- (58:34) Frontend
”