chihuahuacoder.comHow to set up AWS SES with LocalStackAmazon Simple Email Service (SES) is a cloud-based email service provider that can integrate into any application for high-volume email automation. LocalStack, on the other hand, is a local cloud emulator that lets you build and test cloud applicatio...Feb 11·2 min read
chihuahuacoder.comDynamic emails with Handlebars.NetHandlebars.Net is a port of the Handlebars.js library that compiles Handlebars templates directly into IL bytecode. It enables quick and easy creation of dynamic email templates, including variables, iterations, conditional blocks, and much, much mor...Feb 2·6 min read
chihuahuacoder.comUsing AWS S3 without hosting your .Net app on AWSAmazon S3, or Amazon Simple Storage Service, is an AWS cloud object storage service. It allows you to scale, secure, and manage your data efficiently. More than that, you can use it even if you host your application elsewhere (Azure, Google Cloud, et...Jul 16, 2024·3 min read
chihuahuacoder.comHow to deploy your Vue 3 App on Heroku with Docker and Github ActionsHeroku is a cheap and simple hosting platform to host your apps. Basic hosting costs around 5$/month for many hours of active app. That means that you can host multiple applications for that cost. Create your app on Heroku Click "New" and choose "Cre...Jun 24, 2024·2 min read
chihuahuacoder.comHow to deploy your .Net API on Heroku with Docker and Github ActionsHeroku is a cheap and simple hosting platform to host your apps. Basic hosting costs around 5$/month for many hours of active app. That means that you can host multiple applications for that cost. Create your app on Heroku Click "New" and choose "Cre...Jun 6, 2024·3 min read