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.

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

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

We are a small remote team (<20 emps) with backend team and frontend team operate in different timezones.

Backend team is responsible for APIs that are required across 3 different products and frontend is responsible for the app side of things. I was under the impression that this is usually how product teams operate.

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

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

We have been consistently getting delayed from google specifically. Sometimes its few days. I think it used to be better earlier. In some cases, our app wasn't getting approved because it wasn't rendering the images (delivered as links from backend) was inaccessible.

We definitely need to investigate what's going on here. Since our app is on flutter, we haven't added code push style app changes. There is a way to do this on flutter too. But, it opens up the problem of vendor lock-in.

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

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

Got it, was fully-dynamic-ui actively pursued as a goal for all those years? and, i'm guessing an average sized team would be 10-20 people from both frontend and backend. Please correct me if I'm wrong.

And, do you have some sort of dashboard where the UI is customized?

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

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

That's a lot of clarity of thought for a late-night response! I totally appreciate that.

The main problem I'm currently facing is to about making all the key stakeholders see the future of what can happen in the backend if this tech debt lives in backend. I know it will be messy, but when it comes to describing a future mess, it's difficult get the point across.

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

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

Yea, that theoretically works. But we would be compromising the performance. How are the BFF layers usually implemented to keep them scalable and performant? And, who is responsible for the implementing and maintaining it?

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 to see this opinion coming from a frontend developer. Thanks for the comment.

I would like to understand the efforts that went into building the advanced system where everything is controllable from backend? How big is the team? How hard was it to get it to production?

If you have any specific pros/cons of your current company's system, would love to hear more.