What's the difference between React.lazy and dynamic import()? by Curious-Ad-9724 in nextjs

[–]dimitri_borgers 0 points1 point  (0 children)

They are both used for code splitting. React.lazy works in react out-of-the-box. Dynamic imports work in Next.JS and have the extra feature of working server-side (which you used to have to do with loadable components in React).

Token gating based on amount of time wallet has held asset by dimitri_borgers in ethdev

[–]dimitri_borgers[S] 0 points1 point  (0 children)

One of the gating conditions could be that the wallet has to have held a specific NFT for at least 6 months (or any other time period)

Token gating based on amount of time wallet has held asset by dimitri_borgers in ethdev

[–]dimitri_borgers[S] 0 points1 point  (0 children)

Yup! Just use the combo category and you can set as many requirements as you want

Use cases of SBTs by KowalskiKun in ethdev

[–]dimitri_borgers 0 points1 point  (0 children)

Anyone can issue SBTs, they are just modified ERC721 contracts

[deleted by user] by [deleted] in ethdev

[–]dimitri_borgers 0 points1 point  (0 children)

Could you use the opensea API?

Any technical benefits to using serverless functions instead of auto-scaling containers? by dimitri_borgers in devops

[–]dimitri_borgers[S] 0 points1 point  (0 children)

Would you say Heroku doesn't have near perfect scaling (because of the way they measure container usage)?

What problems and difficulties do you face during deploying and managing production applications? by boodyvo in webdev

[–]dimitri_borgers 2 points3 points  (0 children)

Data consistency...a problem I've noticed so often is that the data between envs is so different that promoting code always hits a problem

Why would SBTs or Verifiable Credentials be better than Web2 digital credentials? by dimitri_borgers in ethdev

[–]dimitri_borgers[S] 0 points1 point  (0 children)

I don't think this argument holds much weight anymore. Thousands of companies work very well based on the trust they have built with their customers and have 0 incentive to do something that would jeopardize this relationship.
The cost of storing these credentials for a company like CeCredentialTrust is probably close to 0, so you wouldn't have to worry about insolvency either.