All Posts
Dealing with a Tree Data Structure with NodeJS and MongoDB
Handle a tree data structure with CRUD operation in NodeJS and MongoDB using aggregation.
Building a Tree Data Structure with React and Redux
Create and display a dynamic tree data structure with React and Redux using recursion.
AWS VOD Streaming - Deliver Video with AWS CloudFront
Build a video-on-demand (VOD) streaming app with AWS - deliver converted video with CloudFront distribution.
AWS VOD Streaming - Convert Video with AWS Lambda & MediaConvert
Build a video-on-demand (VOD) streaming app with AWS - convert uploaded video to adaptive media format (CMAF) with AWS Lambda and MediaConvert.
AWS VOD Streaming - Upload Video to AWS S3
Build a video-on-demand (VOD) streaming service with AWS - allow users to upload video to AWS S3 with multipart upload and presigned url.
AWS VOD Streaming - Overview
Build a video-on-demand (VOD) streaming service with multiple AWS services - AWS S3, DynamoDB, Lambda, MediaConvert and etc.
Create Custom React Video Player - Part 3
Create a custom video player in React - implement Adaptive Bitrate Streaming to allow to play format like HLS or MPEG.
Create Custom React Video Player - Part 2
Create a custom video player in React - add a video functionality to built UI such as playback, volume, progress, fullscreen and etc.
Create Custom React Video Player - Part 1
Create a custom video player in React - build a layout of video player with CSS in a responsive way.