How to Build a Google Photos Clone in Java - Pilot

Опубликовано: 07 Декабрь 2022
на канале: Marco Codes
9,293
299

Ever wanted a sneak peek into how a web application like Google Photos is built from the ground up?
Then let's re-implement (some of) its functionality with Java and, along the way, discuss not only the "how" but also "why" we are implementing things a certain way.

Part 1: Generating thumbnails for a directory of photos with Java and ImageMagick, which will serve as the basis for our photo backend service.

► Source Repository
GitHub: https://github.com/marcobehlerjetbrai...
Branch: Main

► Timestamps
00:00 Intro
01:38 The Challenge: Generating Thumbnails
02:09 Cloning The Sample Image Repository
02:39 ImageMagick Introduction
03:22 Installing ImageMagick
04:07 Creating Your First Thumbnail
06:46 Cloning The Throwaway Project
07:41 Opening The Project In Fleet
08:30 Implementing CreateThumbnail()
11:40 Proper Process Error Handling
13:49 Running The Application For The First Time
14:16 Implementing CreateThumbnail() For Directories
18:01 Implementing IsImage()
19:02 Running The Application On A Directory
22:39 Current Issues
23:19 Deploying Our App
25:11 Coming Up

► FOLLOW ME
https://www.marcobehler.com
  / marcobehler