HackerTrans
トップ新着トレンドコメント過去質問紹介求人

lookalook

no profile record

投稿

From culture fluff to important stuff

medium.com
2 ポイント·投稿者 lookalook·4 年前·3 コメント

Migrating a Firebase project from TSLint to ESLint

unloc.app
1 ポイント·投稿者 lookalook·4 年前·1 コメント

Improving API Response Times by Migrating from Cloud Functions to Cloud Run

unloc.app
57 ポイント·投稿者 lookalook·5 年前·38 コメント

コメント

lookalook
·4 年前·議論
This post shares some of the experiences we, as an early-stage company, have had from building our company culture, and dives into a few of the concepts that have helped shape our ways of working.
lookalook
·4 年前·議論
Most people can probably agree that company culture and values are important, but how many companies can honestly say that they live their values?
lookalook
·4 年前·議論
I always wanted a PalmPilot when I was a kid. Seems like I finally can!
lookalook
·4 年前·議論
It took us a while to actually take on the task to migrate our Firebase project from using TSLint to using the now recommended ESLint. It wasn’t a trivial task, but in the end it’s absolutely worth it. We documented the process so you too can migrate if you haven’t done so already.
lookalook
·5 年前·議論
We use Firebase for basically everything at our company ─ we run an API-first "digital keychain" ─ and we love it! however our API (based on Cloud Functions) response times were... not so great to say the least, with some of our endpoints taking more than a couple of seconds to respond, which was kind of a big issue for our clients.

We tried several techniques but by far what got us to reduce response times the most was migrating from Cloud Functions to Google Cloud Run.