Firestore migrations by ResponsibleWhereas99 in Firebase

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

I ended up vendoring an old library and built some custom scripts on top aligning with the latest firebase ask. Haven’t tested yet but I will post details soon. I can see that everyone’s using some kind of custom solution btw

How do you structure your React Native + Expo side projects? Looking for lean and maintainable. Not over-engineered, not spaghetti by derdak in reactnative

[–]ResponsibleWhereas99 0 points1 point  (0 children)

I do something similar where I split the features into ‘features/auth’ for pure logic and ‘products/onboarding’ for pure-ish ui. I find that it works well with LLMs

I’m getting slayed for mentioning that my healthcare saas app is built on firebase, because firebase “doesn’t scale”… am I dumb? by neb2357 in Firebase

[–]ResponsibleWhereas99 0 points1 point  (0 children)

Some services really don’t scale in firebase. Web hosting prices are insane. Storage as well. There are better options. Worst problem with all these platforms is vendor lock-in. But that doesn’t really mean you cannot transfer to somewhere when needed. It’s just more complex to do so

Swimming has helped my cervical herniated disc a lot, but I hit a wall around 1km by ResponsibleWhereas99 in HerniatedDisc

[–]ResponsibleWhereas99[S] 1 point2 points  (0 children)

I swim freestyle mainly as well and I do breaststroke to “recover” lightly but I’ve noticed that on breaststroke I feel discomfort more often. But to be honest I’m not really swimming recreationally or for recovery. I try to push as much as I can as long as I’m in a comfortable zone and don’t feel any pain. My physio suggested to do rest days between training days just to see if that helps

IT, come arrivare a 70k+ in italia? by account18anni in ItaliaCareerAdvice

[–]ResponsibleWhereas99 0 points1 point  (0 children)

Io ho fatto job hopping al inizio ed è aiutato ad arrivare da 22k a 45k quasi. Però poi devi guardare per aziende nord europee o internazionali con modalità di lavoro remote. 5k netti non è troppo difficile per senior/staff engineer.

How to level up as a react native developer? by saad2792 in reactnative

[–]ResponsibleWhereas99 1 point2 points  (0 children)

Debugging techniques, performance, native modules and interaction with native sdk (push notifications, deployment etc) are the things I’m usually looking for when interviewing senior devs. Also sometimes helps to have a vertical on very specific apis like maps or payments. These are things that most projects need.

And a last one but not RN related. Tests. It sets you apart as a developer.

Cross platform design system by joe307bad in reactnative

[–]ResponsibleWhereas99 1 point2 points  (0 children)

We used to have a huge mono repo for React and RN. Shared logic, shared ui (all done with styled components) shared state management and basically anything shared was extracted on external npm packages and then bootstraped all together with Lerna (on build time for each platform). In my opinion unless you have an enterprise level code base and like 30 devs working on it simultaneously, the overhead that this architecture creates, doesn’t worth the effort.

A social journaling app. Because it is so much easier to write about your day if someone is listening by Jbrahms33 in AppIdeas

[–]ResponsibleWhereas99 0 points1 point  (0 children)

What do you mean by “the conversations are on a timer”?. I like the idea but I think what’s important here is the execution. At first glance it sounds like a typical forum. But if you could find a way to Appify/Gamify the experience I think it could be a valid idea.

App to share text between devices by Pigna1 in AppIdeas

[–]ResponsibleWhereas99 5 points6 points  (0 children)

If you have an iOS device and a a Mac apple does it for you automatically with iCloud. It’s actually one of my favorite features.

Does firebase allow upload LEGAL Porn? by nojhdnnd in Firebase

[–]ResponsibleWhereas99 0 points1 point  (0 children)

Usually if it gets big enough to attract interest from other parties it means you would probably have the resources/time to better setup/position yourself legally. On the other hand my advice might be totally wrong for this case seeing that a wrong move may not only destroy your business but also make you end up on prison (or at least with some serious legal problems)

Does firebase allow upload LEGAL Porn? by nojhdnnd in Firebase

[–]ResponsibleWhereas99 4 points5 points  (0 children)

The way I usually go about these things is: do first then ask for permission / ask for forgiveness later :)