✕ Clear all filters
19 articles
▶ Videos →

📰 Dev.to · monkeymore studio

19 articles · Updated every 3 hours · View all reads

All Articles 167,925Blog Posts 160,039Tech Tutorials 44,577Research Papers 32,781News 21,442 ⚡ AI Lessons
Burn Subtitles Into Videos Without Uploading a Single Byte
Dev.to · monkeymore studio 🌐 Frontend Engineering ⚡ AI Lesson 4mo ago
Burn Subtitles Into Videos Without Uploading a Single Byte
Adding subtitles to a video shouldn't require handing your file over to some cloud service. Whether...
Making GIFs from Videos Without Leaving Your Browser — How I Did It
Dev.to · monkeymore studio 🌐 Frontend Engineering ⚡ AI Lesson 4mo ago
Making GIFs from Videos Without Leaving Your Browser — How I Did It
Ever needed to turn a quick video clip into a GIF? Maybe for a meme, a tutorial, or just to share a...
I Taught a Browser to Play Piano — Here's How It Figures Out Which Finger Goes Where
Dev.to · monkeymore studio 🌐 Frontend Engineering 4mo ago
I Taught a Browser to Play Piano — Here's How It Figures Out Which Finger Goes Where
Learning piano is hard enough without guessing which finger hits which key. Most sheet music doesn't...
Building a Browser-Based PDF Unlock Tool with QPDF WebAssembly
Dev.to · monkeymore studio 🌐 Frontend Engineering ⚡ AI Lesson 4mo ago
Building a Browser-Based PDF Unlock Tool with QPDF WebAssembly
In this article, we'll explore how to implement a pure client-side PDF unlocking tool that runs...
Building a Browser-Based PDF Rotation Tool with QPDF WebAssembly
Dev.to · monkeymore studio 🌐 Frontend Engineering ⚡ AI Lesson 4mo ago
Building a Browser-Based PDF Rotation Tool with QPDF WebAssembly
In this article, we'll explore how to implement a pure client-side PDF rotation tool that runs...
Building a Browser-Based PDF Page Removal Tool with WebAssembly and Web Workers
Dev.to · monkeymore studio 🌐 Frontend Engineering ⚡ AI Lesson 4mo ago
Building a Browser-Based PDF Page Removal Tool with WebAssembly and Web Workers
In this article, we'll explore how to implement a pure client-side PDF page removal tool that runs...
Converting PDF Pages to Images: A Client-Side Rendering Approach
Dev.to · monkeymore studio 🌐 Frontend Engineering ⚡ AI Lesson 4mo ago
Converting PDF Pages to Images: A Client-Side Rendering Approach
Introduction Converting PDF pages to images is a common need - whether you need to extract...
Organizing PDF Pages: Reordering, Rotating, and Removing with QPDF WASM
Dev.to · monkeymore studio 🌐 Frontend Engineering ⚡ AI Lesson 4mo ago
Organizing PDF Pages: Reordering, Rotating, and Removing with QPDF WASM
Introduction PDF documents often need reorganization - whether it's reordering pages for...
PDF Cropping in the Browser: Building an Interactive Canvas-Based Tool
Dev.to · monkeymore studio 🌐 Frontend Engineering ⚡ AI Lesson 4mo ago
PDF Cropping in the Browser: Building an Interactive Canvas-Based Tool
Introduction PDF cropping is a common task when you need to remove unwanted margins,...
Building a Browser-Based PDF Cover Replacement Tool: A Technical Deep Dive
Dev.to · monkeymore studio 🌐 Frontend Engineering ⚡ AI Lesson 4mo ago
Building a Browser-Based PDF Cover Replacement Tool: A Technical Deep Dive
Introduction In this article, we'll explore how to implement a pure frontend PDF cover...
Converting Videos to GIF in the Browser: A Pure Client-Side Solution with FFmpeg.wasm
Dev.to · monkeymore studio 🌐 Frontend Engineering ⚡ AI Lesson 4mo ago
Converting Videos to GIF in the Browser: A Pure Client-Side Solution with FFmpeg.wasm
Introduction Animated GIFs have become an essential part of modern web communication. From...
Compressing PDFs in the Browser: A WebAssembly-Powered Solution
Dev.to · monkeymore studio 🌐 Frontend Engineering ⚡ AI Lesson 4mo ago
Compressing PDFs in the Browser: A WebAssembly-Powered Solution
Introduction PDF files often contain large images, embedded fonts, and uncompressed data...
Extracting Images from PDF in the Browser: A Pure Client-Side Implementation
Dev.to · monkeymore studio 🌐 Frontend Engineering ⚡ AI Lesson 4mo ago
Extracting Images from PDF in the Browser: A Pure Client-Side Implementation
Introduction Extracting images from PDF documents is a common requirement in many...
Browser-Based Image Compression with jsquash: A Pure Frontend Implementation
Dev.to · monkeymore studio 🌐 Frontend Engineering ⚡ AI Lesson 4mo ago
Browser-Based Image Compression with jsquash: A Pure Frontend Implementation
Introduction In this article, we'll explore how to build a pure frontend image compression...
Building a Browser-Based MOBI Splitter: Client-Side Ebook Processing with TypeScript
Dev.to · monkeymore studio 🌐 Frontend Engineering ⚡ AI Lesson 4mo ago
Building a Browser-Based MOBI Splitter: Client-Side Ebook Processing with TypeScript
Splitting a collection of ebooks into individual files typically requires server-side processing. But...