- Created new podcast episode files for "Freelance Client Stories", "Productivity Without Burnout", "Conversations with Builders", "Stable Frontend Systems", "Writing Cleaner Service Layers", and "Foundations Over Tools" with relevant metadata and episode notes. - Introduced a new TypeScript type definition for PodcastKind and PodcastEpisode to enhance type safety. - Implemented a content reading function to fetch and sort podcast episodes by date. - Updated package.json to include new dependencies: gray-matter for markdown parsing and pdfjs-dist for PDF handling. - Added PDF files for Atomic Design and personal resume to the public directory.
17 lines
396 B
Markdown
17 lines
396 B
Markdown
---
|
|
title: "Writing Cleaner Service Layers"
|
|
date: "2026-03-02"
|
|
youtubeUrl: "https://www.youtube.com/watch?v=H8sP8HejI7A"
|
|
spotifyUrl: "https://open.spotify.com/show/placeholder-yazilim"
|
|
podcast: "yazilim"
|
|
---
|
|
|
|
## Episode Notes
|
|
|
|
We discuss service-layer boundaries, validation ownership, and error mapping strategy.
|
|
|
|
## Sources
|
|
|
|
- Practical clean architecture examples
|
|
- Team code review checklist
|