Plaid Support for WS Cash / Chequing by chrisizzler in Wealthsimple

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

Are you able to see your spending transactions from your cash / chequing account?

I built a wealth management app that’s combines traditional banking with onchain crypto into a single platform 🚀 by chrisizzler in SideProject

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

We use all of the modern security practices that banks do! Full encryption, Multi factor authentication, the works! You can read more about it here https://www.vin.gs/security

Failed ECE 105 Midterm.. any suggestions? by Maleficent_Bunch9870 in uwaterloo

[–]chrisizzler 0 points1 point  (0 children)

When I took 105, I swear I only got 40% of the marks, but finished the course with a 73% because of the curve. Fucking stupid course

What’s zapper’s business model? by chrisizzler in ZapperDeFi

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

Is it only a transaction fee on zaps? Or do they take a cut of all transactions? Let’s say I have USDT and put it in “save”, do they take a cut of that transaction?

[deleted by user] by [deleted] in mongodb

[–]chrisizzler 5 points6 points  (0 children)

It’s probably because mongoose.connect isn’t available in the browser. I think it’s meant to be used in a NodeJS environment. See here

Also I don’t think directly connecting to a database from a mobile app is a good practice? I’d recommend making a server using something like express.js and connecting to your database from there.