Situation
I had to pass a stream of CSV contents, but generating the content needed to use async
functions.
I’d struggled with the stream API and left the solution that I’ve found for now.
[UPDATED: 2021-03-30]
We already have @nuxtjs/composition-api. It has useAsync function for the purpose.
Vue.js will introduce new composition API (a.k.a. function API).
It’s really great API but I wonder how to combine with Nuxt.js asyncData
w/ this new API.
I find solutions and write about it though Nuxt.js might change its APIs.
Most people might not do this, but some try to use composite primary keys in Rails application.
Yes, I met this situation. And they used composite_primary_keys gem.
I’m writing code with React and TypeScript lately and using React Hooks in the app.
This new APIs makes the React app development very easier and I love it!
WLinux decieded to rename its name to Pengwin and MS Store’s WLinux was completely renamed a few days ago.
This post is just my feeling about bad practices for Rails applications I have ever seen.
I hope this post will decrease such horrible apps and help people who have stress toward such Rails apps.
This might contains “Before discussing Rails” and my wish for developing Rails app.
When you want to send a push notification through Firebase Cloud Messaging (FCM),
you have to get access token
for it.
As this page says,
you need a service account JSON file from your Firebase project
and can get the access token with this JSON file and Google’s Ruby SDK.