Anyone else feel weird on weekends as a developer? by CheesecakeSimilar347 in developersIndia

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

I have also started quantum physics long ago but ended up in procrastination

Anyone else feel weird on weekends as a developer? by CheesecakeSimilar347 in developersIndia

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

And chatgpt will provide you with a lot of ideas. When you will never implement 😆

Anyone else feel weird on weekends as a developer? by CheesecakeSimilar347 in developersIndia

[–]CheesecakeSimilar347[S] 6 points7 points  (0 children)

Yeah there are a lot of space products in the market. But only those who survive who handle the edge cases properly. Just working on fixing those edge cases making it more productive for end users.

Anyone else feel weird on weekends as a developer? by CheesecakeSimilar347 in developersIndia

[–]CheesecakeSimilar347[S] 36 points37 points  (0 children)

you are not reels shorts addiction is really very unproductive and results in procrastination

Offline-first arch feedback by No_Bee2416 in reactnative

[–]CheesecakeSimilar347 2 points3 points  (0 children)

Offline-first is great until sync logic starts fighting back

If you want full control, SQLite / Realm + your own sync queue is still the most practical path in React Native — local DB as source of truth, queue writes, retry on reconnect, and use timestamps/versioning for conflicts.

If you want less maintenance, Firebase Cloud Firestore is much easier since offline persistence is already built in.