HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lookalook

no profile record

Submissions

From culture fluff to important stuff

medium.com
2 points·by lookalook·4 năm trước·3 comments

Migrating a Firebase project from TSLint to ESLint

unloc.app
1 points·by lookalook·4 năm trước·1 comments

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

unloc.app
57 points·by lookalook·5 năm trước·38 comments

comments

lookalook
·4 năm trước·discuss
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 năm trước·discuss
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 năm trước·discuss
I always wanted a PalmPilot when I was a kid. Seems like I finally can!
lookalook
·4 năm trước·discuss
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 năm trước·discuss
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.