Readit News logoReadit News
uyuioi commented on Deno 1.0   deno.land/v1... · Posted by u/0xedb
uyuioi · 6 years ago
Awesome!
uyuioi commented on AWS EC2 General Price Cut   aws.amazon.com/blogs/aws/... · Posted by u/makeshifthoop
lowdose · 6 years ago
And traffic bandwidth?

I know it is not Christmas yet but it would be great if those prices trend to marginal cost for the sake of innovation.

uyuioi · 6 years ago
Have traffic prices even moved in years? It’s such a blatant ripoff.
uyuioi commented on Many ways where GCP excels over AWS   medium.com/@nandovillalba... · Posted by u/DevOpsy
uyuioi · 6 years ago
The CDN is worse. S3+cloudfront is easy for serving assets. The google CDN version is so expensive with the load balancing.
uyuioi commented on Musk: Tesla will 'immediately' leave California over coronavirus shutdowns   businessinsider.com/elon-... · Posted by u/onetimemanytime
uyuioi · 6 years ago
You either die young a hero, or live long enough to become the villain.
uyuioi commented on New 13-inch MacBook Pro   apple.com/newsroom/2020/0... · Posted by u/gshakir
uyuioi · 6 years ago
The problem with the touchbar is that you cannot build muscle memory with it. You have to look down to do anything with it. That goes against the entire UX of a keyboard. How Apple hasn’t understood that basic fact yet is beyond me. This new MacBook is nothing special. A Ryzen 4000HS surface is more attractive now. The cheaper CPU Ryzen has 8 cores and is faster than the current 16” 6 core i7. Time to get rid of Intel and it’s over heating 14nm CPU’s.
uyuioi commented on Ask HN: Do you need more than front end and Firebase education to ship product?    · Posted by u/Goldar
gt2 · 6 years ago
Why not do use django or rails for auth with JWT/token based auth recommending to use them for the other parts?
uyuioi · 6 years ago
Considering OP states he’s not proficient in the backend. Leave auth to google. It’s just a middleware in Node so not a huge issue.
uyuioi commented on Ask HN: Do you need more than front end and Firebase education to ship product?    · Posted by u/Goldar
uyuioi · 6 years ago
Use firebase auth as the authentication layer. Then once a user is authed in just use mongodb as per usual in node or Postgres in rails, django etc

You pass the token to the DB via HTTPS decrypt and off you go.

uyuioi · 6 years ago
Also. If you use the auth as a middleware on the routes you want authed, you’re can remove it later for passport or something else.
uyuioi commented on Ask HN: Do you need more than front end and Firebase education to ship product?    · Posted by u/Goldar
cvaidya1986 · 6 years ago
Snap runs on Google App Engine so one can go pretty far using such services!
uyuioi · 6 years ago
I don’t believe that is true anymore. At one point they were many years ago.
uyuioi commented on Ask HN: Do you need more than front end and Firebase education to ship product?    · Posted by u/Goldar
uyuioi · 6 years ago
Use firebase auth as the authentication layer. Then once a user is authed in just use mongodb as per usual in node or Postgres in rails, django etc

You pass the token to the DB via HTTPS decrypt and off you go.

uyuioi commented on Ask HN: Do you need more than front end and Firebase education to ship product?    · Posted by u/Goldar
ttty · 6 years ago
If you do front end, just learn node. Both are js. Plus you can share code. 2 in 1.
uyuioi · 6 years ago
The lack of structure in node is really bad for beginners.

u/uyuioi

KarmaCake day90December 19, 2019View Original