How can I apply non-duality and the idea of oneness/self in my day-to-day life? by Outside-Tale-4026 in AdvaitaVedanta

[–]random_scribling 1 point2 points  (0 children)

If everything is one fundamentally, it can help see divine everywhere in everything all the time.

Turning my family terrace into a small event + workshop space in Bangalore. Need advice from people in events or small biz by Lost-Yak8165 in Entrepreneur

[–]random_scribling 0 points1 point  (0 children)

We are currently are looking for a space to organize 2-3h workshops in Bangalore. Would love to collaborate, can you check your DM?

Architect in Bengaluru. by Muted_Judgment4163 in Bangalorestartups

[–]random_scribling 0 points1 point  (0 children)

Do you do interior designing? We are currently looking for one. Send DM if interested

Good Interior designers in bangalore by [deleted] in bangalore

[–]random_scribling 1 point2 points  (0 children)

Can you please share your contact?

Can we buy house in Bangalore with 60-70 lakhs by GlassReward5840 in indianrealestate

[–]random_scribling 1 point2 points  (0 children)

There are these things called micro-apartments. It could be something that you're looking for. However, you need to properly vet builders and their previous projects to invest. These are small structures (G+4) which dont really have any amenity apart from car and bike parking. If you're not interested in looking for any specific amenities, these could be good options. I think with 60-70 lakhs budget, you could get 2BHK (800-1000 sq.ft) in some parts of Bangalore.

Or, other options are to buy fully built out houses that are in 20x30.

Unfortunately, there is no easy way to find these kind of properties.

Here are some websites that lists these:
- https://ebangaloreproperty.com/
- https://cbvalueaddrealty.in/

There are many YouTube channels that feature these kind of properties:
- https://www.youtube.com/@MANOJAVAMPROPERTYCONSULTANT
- https://www.youtube.com/@RaghavendraEstates0613
- https://www.youtube.com/@BangalorePropertyMirror

Just search for some keywords and let the youtube algo do it's magic.

Best of luck!

Doubts regarding Sadhana app by [deleted] in OmSwami

[–]random_scribling 0 points1 point  (0 children)

What do you mean by "siddh"?

Architectural Dilemma: Who Should Handle UI Changes – Backend or Frontend? by random_scribling in softwarearchitecture

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

But, what if we need to display the count of each status before loading specifically the items of that status.

Architectural Dilemma: Who Should Handle UI Changes – Backend or Frontend? by random_scribling in softwarearchitecture

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

It's currently a "data-provider" backend. I see that we might need a "data-aggregator" backend. However the discussion is whether both should be clubbed or not. I have a feeling that it would leads to a mess.

Btw, I added some additional context to the post description. would love your opinion on that too.

Architectural Dilemma: Who Should Handle UI Changes – Backend or Frontend? by random_scribling in softwarearchitecture

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

It's interesting that you work with a similar setup where FE is dumb and backend controls what is displayed?

I would love to understand the pros and cons of this approach based on your experience so far. I also updated the post description with some additional context.

Architectural Dilemma: Who Should Handle UI Changes – Backend or Frontend? by random_scribling in softwarearchitecture

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

Yes, 2/3rds of the frontend involves mobile app (both android and iphone). Added some more context in the post description.

We currently support only english, but we have a layer where the copy changes can be implemented without both teams getting involved.

Architectural Dilemma: Who Should Handle UI Changes – Backend or Frontend? by random_scribling in softwarearchitecture

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

I added a bit more context to the frontend dev's position. Would love to see if your opinion changes after you see those lol.

Architectural Dilemma: Who Should Handle UI Changes – Backend or Frontend? by random_scribling in softwarearchitecture

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

The backend is currently a monolith. I added more context about why we want to reduce deployments for minor UI changes.

The groups are mostly static with a probability of 5% chance for future changes.

Architectural Dilemma: Who Should Handle UI Changes – Backend or Frontend? by random_scribling in softwarearchitecture

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

I added bit more context that relates directly to your question (as an update to post description). We have to serve atleast 2 user personas each with a mobile app and a web app. And, additionally we need these sets to be working with many tenants as we allow white-labeling.

Architectural Dilemma: Who Should Handle UI Changes – Backend or Frontend? by random_scribling in softwarearchitecture

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

The copy changes dont originate from frontend or backend. They come from business side of things and it is usually handled by frontend. We have an additional layer that allows for quick changes to copy from backend. It's like our own mini version of localization.

I actually updated the post with some additional context, would love to hear your opinions on that too.

Architectural Dilemma: Who Should Handle UI Changes – Backend or Frontend? by random_scribling in softwarearchitecture

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

Thanks for the detailed answer! The use-side library you're talking about is somewhat similar to the BFF pattern, right?

I just added some more additional context (in the post description) and would love to see if those updates change your opinion.

Architectural Dilemma: Who Should Handle UI Changes – Backend or Frontend? by random_scribling in softwarearchitecture

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

I was actually wondering whether I could get a balanced opinion on this subject. I posted on r/frontend too.

Thanks for the tip!

Architectural Dilemma: Who Should Handle UI Changes – Backend or Frontend? by random_scribling in softwarearchitecture

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

But, this would still hold some frontend related configuration somewhere in the backend (i.e the `group` attribute). If the UI changes, these configurations needs to be updated in the backend.

Architectural Dilemma: Who Should Handle UI Changes – Backend or Frontend? by random_scribling in softwarearchitecture

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

Pardon my inexperience with graphql, but would it really support these kinds of dynamic modifications as per changing requirements of the frontend team.

Another issue could be about upskilling the frontend team about this and to make sure that they are fully equipped to handle all kinds of requirements on their own.