📰 Dev.to · Kohei Aoki
4 articles · Updated every 3 hours · View all reads
All
Articles 99,863Blog Posts 114,955Tech Tutorials 25,196Research Papers 20,779News 15,813
⚡ AI Lessons

Dev.to · Kohei Aoki
3d ago
Where the Hell Do I Put This Token? Syncing Claude Code Secrets to 3 Macs with the 1Password CLI
I run Claude Code on three Macs and got tired of pasting API tokens into .mcp.json on each one. Here's the dead-simple two-script setup I landed on: keep every

Dev.to · Kohei Aoki
3d ago
I Tried AWS Blocks on a Real Amplify Gen2 Project — Local DynamoDB, No AWS Account, 1-Second Loops
AWS Blocks shipped in public preview promising local-first backend development with no AWS account. I dropped it into a production Amplify Gen2 app to answer th

Dev.to · Kohei Aoki
2mo ago
How a Custom Docker Image Made My AWS Amplify Builds 10–20% Faster (and Killed Flaky Build Failures)
Intro If you keep running an app on AWS Amplify for long enough, you'll hit this problem:...

Dev.to · Kohei Aoki
3mo ago
How I Solved DynamoDB + Amplify Search Problem with OpenSearch for $27/Month Instead of Migrating to Aurora
DynamoDB couldn't handle complex search or multi-tenancy. Instead of migrating to Aurora, I added OpenSearch as a search layer — one instance, index-based isola
DeepCamp AI