In this final episode of the series, we’ll take a look at deploying our Single Page Application to Amazon Web Services Simple Storage Service (or S3).
New year, new you blog post! In this long overdue part we’ll strengthen our command of loading data from the server and take a look at presenting it.
Last time we built an authentication mechanism with a pretty glaring bug - you can just set the token
in localStorage
to whatever and it’ll let you in. We need to actually read the token, and persist what we’ve read so we don’t have to do it over and over.
Last time we’ve seen each other, we’ve just deployed our Rails 5.1 API app. Time to put an end to this! A front end, of course.
Okay, Thursday project. It’s my day off this week, what can I do.
I’m still on this Vue.js kick, so while studying Components, I built myself a little app.
I’m studying Vue.js right now - here’s a simple app that I made in the process.