Software Engineer's Blog

Blog posts — page 21

How to Convert WAV (MP4) to MP3 Using FFmpeg

Tools

How to Convert WAV (MP4) to MP3 Using FFmpeg

Jason Yang · 01 Dec, 2025

Convert WAV or MP4 audio to MP3 with FFmpeg — the exact command-line options for input, bitrate, and quality, with examples you can copy and run.

Pydantic vs dataclass - When to Use Which?

Programming Language

Pydantic vs dataclass - When to Use Which?

Jason Yang · 30 Nov, 2025

Pydantic vs dataclass: use Pydantic to validate incoming data, dataclasses for internal structures. Real examples and where each one breaks.