Tag
AWS
Results — 9

Gnoseed - Flashcard app with spaced repetition, built with Nuxt 4
The story behind Gnoseed — a flashcard quiz app with spaced repetition that runs entirely in the browser and offline. Built with Nuxt 4, Tailwind CSS 4, DaisyUI 5, and IndexedDB.
Create self-hosted macOS GitHub runner on AWS
Troubleshoot of how to create and configure macos EC2 instance for Github actions.
Execute scripts on EC2 without ssh access.
AWS SSM Run Command utility is a great tool to run and execute scripts at single or multiple instances simultaneously without SSH.
Fix replication lag at AWS RDS replica
Our replication lag went up to more than 18000 seconds. It started to produce serious issues for data analytics. Here's how we fixed it
Generate Facebook preview for static web with Lambda@edge
I tried to generate Facebook previews for a static Nuxt SPA website with dynamic content hosted at AWS Cloudfront. Here's how I did it.
AWS Cloudfront invalidation script
Invalidation script for AWS Cloudfront with waiting method to get status when invalidation finished.
Execute scripts on EC2 without ssh access.
AWS SSM Run Command utility is a great tool to run and execute scripts at single or multiple instances simultaneously without SSH.
AWS Cognito token validation with Go
Example of JWT validation of AWS Cognito with Go backend.
VSCode task to upload Hugo to S3
Little VSCode helper task I use to upload public/ folder to s3 bucket.