Safaldas G
  • Home
  • About
feathersjs How to delete or patch multiple items in feathersjs

How to delete or patch multiple items in feathersjs

Things learnt from mistakes

Things learnt from mistakes

a year ago 1 min read
AWS S3 - Keep the regions same for prod,dev,stagingI got a production s3 bucket in one region and the dev bucket was created in another region. This caused an error The
Read Now Read Later
safaldas
By: safaldas
Why React useEffect is not unmounting

Why React useEffect is not unmounting

a year ago 1 min read reactjsuseeffect
Recently I faced a problem where my useEffect is not triggering the unmount code which is the return function. Reason is that there was an async call for some stupid reason.
Read Now Read Later
safaldas
By: safaldas
How to bulk add in feathersjs

How to bulk add in feathersjs

a year ago 1 min read feathersjsjavascriptbulk-createnodejs
Normally create operation on a service expects an object to create a record. But we can add multiple records at the same request. First you have to enable that in the service options. Then send the data as an array of objects itself
Read Now Read Later
safaldas
By: safaldas
How to delete or patch multiple items in feathersjs

How to delete or patch multiple items in feathersjs

a year ago 2 min read feathersjsmulti-deletemulti-patchjavascript
There are conditions where you need to bulk delete or patch operations in feathersjs. So enable the multi option in service
Read Now Read Later
safaldas
By: safaldas

The Aquascape in my fishroom

2 years ago 1 min read
I love creating aquascapes. A scenary created in a glass room. It keeps evolving everyday, new leaves and branches add details. The calmness of the fish that is swimming around is a joy
Read Now Read Later
safaldas
By: safaldas
Page 1 of 1
Powered by Ghost
Safaldas G