Decisions 3
Kirill Shirinkin
Cloud and DevOps Consultant at mkdev
Ok, so first - AWS Copilot is CloudFormation under the hood, but the way it works results in you not thinking about CFN anymore. AWS found the right balance with Copilot - it's insanely simple to setup production-ready multi-account environment with many services inside, with CI/CD out of the box etc etc. It's pretty new, but even now it was enough to launch Transcripto, which uses may be a dozen of different AWS services, all bound together by Copilot.
Kirill Shirinkin
Cloud and DevOps Consultant at mkdev
I fell in love with Stimulus lately. I am not a frontend developer, but for my own products I have to do frontend work now and then. Stimulus so far is the simplest way to sprinkle some JavaScript on top of Rails applications in a nice, simple and maintainable way.
Kirill Shirinkin
Cloud and DevOps Consultant at mkdev
Rails remain my favorite go to tool to create new products. It's most productive, gets out of the way to create fully-featured apps.