[RUBY] 《Inexperienced → web engineer》 3rd day of practice

Purpose of this article

Clarify what you did, what you didn't know, and what you should do Accelerate the growth rate per day.

[What I did today]

Local environment construction using Docker API testing with postman

[What I didn't know]

  1. Why are you doing API testing using postman?

In this project, the production team on the front side and the back end side I'm completely separated.

Therefore, it is possible to test only on the back end side.

  1. About login form

Device Good to make it simple. I used it at school too!

・ Authlogic https://qiita.com/zaru/items/a451de2b165a9e422d62

merit Easy to customize! Put only where you want.

Demerit The drawback is that there are few articles in Japanese.

https://qiita.com/zaru/items/a451de2b165a9e422d62

  1. About tokens

・ Perishable_token Temporary token

Tokens that are temporarily granted, such as temporary registration.

・ Persistence_token Persistent token

A token that will be used permanently, such as after membership registration. Please note that it will change when you reset your password!

Crom remembers a lot of information, so Be careful when verifying!

  1. yarn Various packages such as JS and NPM You can install software that makes the front feel good at once

[Tomorrow] What to do, articles you want to read, etc.

It seems necessary to study Sql statements

Recommended Posts

《Inexperienced → web engineer》 3rd day of practice
《Inexperienced → web engineer》 5th day of practice
《Inexperienced → web engineer》 2nd day of practice
《Inexperienced → web engineer》 4th day of practice
《Inexperienced → web engineer》 1st day of practice
26th day of engineer who will become full-fledged in 100 days
27-year-old story of becoming a development engineer from inexperienced programming