cd ~/bjl/tech-notes
RECENT POSTS
Loading posts...
POPULAR TAGS
Loading tags...
ARCHIVES
Loading archives...
</>TechNotes
Posts
Code & Tools
Talks
Publications
Archive
About

Posts tagged with "AWS"

2 posts found

Adding Text-to-Speech to Your Blog: Building an OpenAI TTS Pipeline with Smart Chunking and AWS S3

June 29, 2025

A technical deep-dive into building a production-ready text-to-speech pipeline for blog posts using OpenAI's TTS API, smart text processing with NLP, automatic chunking for long content, and AWS S3 for scalable audio hosting.

OpenAITTSAWSS3ReactNLPAudioFFmpegNode.js

Building an HTTPS Model API for Cheap: A Step-by-Step Guide to Deploying APIs to AWS on Your Own Domain

December 15, 2022

A straight-to-the-point guide for deploying a Dockerized FastAPI app on AWS using ECS, ECR, Route 53, and an Application Load Balancer—ideal for developers looking to get an HTTPS API live without overspending or overengineering.

AWSDockerECSECRFastAPIDevOpsCloud Infrastructure