Skip to content

TINGWEIJING/MoneyLion-Tech-Talk-15-slide

Repository files navigation

MoneyLion Tech Talk #15

Title: Optimizing Performance: Tackling Thread Pool Exhaustion to Reduce Backend Latency

This is a presentation slide developed using Animotion.js.

You can access the slide here tingweijing.github.io/MoneyLion-Tech-Talk-15-slide

Note

While navigating the slides, please press right arrow key slowly and wait until the animation is done. Avoid pressing the left arrow key or going backward as it may mess up the content of the slide. Reload the page and start from the beginning if the slide content gets messed up.

Setup

Install dependencies:

pnpm i

Run the development server at http://localhost:5173/:

pnpm run dev

Build and preview deploy:

pnpm run build && pnpm run preview