Create a Vue 3 / Vuetify 3 Alpha app - Part 1
We will create a Vue 3 application with Vuetify 3 Alpha and in future posts, build out a photo photo app and deploy it to a secure endpoint using Amazon Web Services Elastic Beanstalk.
Web Developer from Worthington, Ohio
We will create a Vue 3 application with Vuetify 3 Alpha and in future posts, build out a photo photo app and deploy it to a secure endpoint using Amazon Web Services Elastic Beanstalk.
I’ve been working with Amazon Web Services for years. First I experimented with hosting my own sites on ec2 servers, then I was assigned to write an API using IAM, Lambda, Fargate and Cloudformation at work. Finally, I moved my personal sites to Elastic Beanstalk.
It’s fun to just play with a language. Why be in this business if it isn’t fun? So one day I wanted to make a Java enum. I thought - “a deck of cards is the perfect enum.”
Even trivial websites are moving from HTTP to HTTPS these days, as Google has made the deprecation of HTTP websites a corporate priority. Those of us who have had http websites for years are forced to deal with upgrading to https, and getting a certificate that works. I had Spring Boot apps running on Amazon EC-2 instances for years, and suddenly I needed to convert them to HTTPS. But how?