Please help - Need to decide 18lpa vs 24lpa

heyy,

currently i have two offers:

1- 18lpa(fixed) + 15lpa(esops) - a small company which was acquired by india's big fintech - blr - have been interning since an year

2- 24lpa(fixed) + 2 variable - gurgaon based company - i have seen more negative reviews about the work culture and talked some people woring there it was mixed reviews

i am not able to decided what to do

i am very confused please help

reddit.com
u/No_Original_941 — 3 days ago

Please help - Need to decide 18lpa vs 24lpa

heyy,

currently i have two offers:

1- 18lpa(fixed) + 15lpa(esops) - a small company which was acquired by india's big fintech - blr - have been interning since an year

2- 24lpa(fixed) + 2 variable - gurgaon based company - i have seen more negative reviews about the work culture and talked some people woring there it was mixed reviews

i am not able to decided what to do

i am very confused please help

reddit.com
u/No_Original_941 — 3 days ago

Please help - Need to decide 18lpa vs 24lpa

heyy,

currently i have two offers:

1- 18lpa(fixed) + 15lpa(esops) - a small company which was acquired by india's big fintech - blr - have been interning since an year

2- 24lpa(fixed) + 2 variable - gurgaon based company - i have seen more negative reviews about the work culture and talked some people woring there it was mixed reviews

i am not able to decided what to do

i am very confused please help

reddit.com
u/No_Original_941 — 3 days ago

Please help - Need to decide 18lpa vs 24lpa

heyy,

currently i have two offers:
1- 18lpa(fixed) + 15lpa(esops) - a small company which was acquired by india's big fintech - blr - have been interning since an year

2- 24lpa(fixed) + 2 variable - gurgaon based company - i have seen more negative reviews about the work culture and talked some people woring there it was mixed reviews

i am not able to decided what to do
i am very confused please help

reddit.com
u/No_Original_941 — 3 days ago

How hike is given??

I am currently in a company which is providing me a better CTC comparison to a company which I am planning to join.

The diff in CTC is around 8-10L but the base/fixed part of both compensation is around same just a diff of 2L my current company is giving me more.

But I am planning to join the other one because it is near to my hometown. My questin to you is when transition the hike is given is it given on the CTC or the base. If I join the lower offer company and will be leaving it in future on what the hike will be evaluated - CTC or Base?

Are there any more factors to look upon??

reddit.com
u/No_Original_941 — 16 days ago

Experienced folks, Please help!!

I am currently in a company which is providing me a better CTC comparison to a company which I am planning to join.

The diff in CTC is around 8-10L but the base/fixed part of both compensation is around same just a diff of 2L my current company is giving me more.

But I am planning to join the other one because it is near to my hometown. My questin to you is when transition the hike is given is it given on the CTC or the base. If I join the lower offer company and will be leaving it in future on what the hike will be evaluated - CTC or Base?

Are there any more factors to look upon??

reddit.com
u/No_Original_941 — 16 days ago

Tips to fix Pi TUI

I have recently installed Pi. I am using this in cmux and facing a couple of issues - while scrolling the chat input box also get scrolled instead of remaining fixed like claude code terminal mode.

also I am the md is also not rendered it's coming as raw. No proper chat thinking and rendering like claude.

how can I fix this?

reddit.com
u/No_Original_941 — 24 days ago

Experienced devs, PLEASE HELP, INTERN HERE

so here is the situation:

- in my company i have assigned to build a chatbot/bot (will be internal, for ops and devs to identify and manage issues)

- what i have already build is, integrated it with slack, give it access to db by adding some tools in the code, so it can access the db currently and folks can access it by mentioning it

- now here pain starts, my manager has told me to add product knowledge to it, and it should be able to access logs, create and manage jira also

- what i am thinking is - lets start with the product knowledge - since we do not have that much pile of data so i do not want to make a rag - instead i just want to keep uploading those docs to s3 and giving access to bot so that it can reference them

- now coming to jira, and logs - i have also created those mcps but those aren't deployed anywhere - means whoever wants to use them just clones the repo, and set their key and uses them

- now for the above (jira and logs) part i would have to again choose the tools which i want to expose to the agent and add it to the repo, cz i think this is repetitive as in future if soemthing more comes up - which we already have built have to do again to integrate in the bot - how can we solve this - keeping in mind we have a layer of compliance - cant expose pii data in bot output or logs

- also for s3 - i am feeling like i was thinking to create a mechanism like when the agent fetches a doc - so it do not havt to fetch that doc again - so it will create a folder and save the embedding/summary/index (since i don't know what) to the filesystem - similarily with db schema since we have a huge db - how to handle this situation - since this code will be deployed on ecs - using fargate i do not know will the bot will able to access thes files created at runtime - and how to manage that cache when something is addede / modified

- and we also have workflows currently for specific task like matching states on be (basically sql queries / some scripts) added in the code - like how we shouuld make sure that given the situation the code properly identify and execute the script or how can we create trigger like /<command> <input> of slack whicch will trigger that - and also one issue - since these are stored as files in code adding new script need a code change - how to get rid of that

sorry gpt was giving poor results in rewriting this

so posting this raw

reddit.com
u/No_Original_941 — 27 days ago

How to manage ECS in code?

So basically let me tell you the situation first:

- i am working on a side project which is something like vercel, use to build and deploy code.

- so i have a main service, can be called a control plane, and i have decided that it will take the repo from the user.

- after this this service will trigger/create an ecs task to build the code

- now the question is, how this control plane will create / trigger the ecs?

- also this ecs instance will need to fetch envs from paramete store, will upload code to s3 etc

- after deployment we have to kill this instance

- should the managing code of this, live in the control plane

- should i create something else?

how would you folks solve this while designing this?

and what's the ideal way to solve this?

reddit.com
u/No_Original_941 — 27 days ago

How to control ECS using code?

So basically let me tell you the situation first:

- i am working on a side project which is something like vercel, use to build and deploy code.

- so i have a main service, can be called a control plane, and i have decided that it will take the repo from the user.

- after this this service will trigger/create an ecs task to build the code

- now the question is, how this control plane will create / trigger the ecs?

- also this ecs instance will need to fetch envs from paramete store, will upload code to s3 etc

- after deployment we have to kill this instance

- should the managing code of this, live in the control plane

- should i create something else?

how would you folks solve this while designing this?

and what's the ideal way to solve this?

reddit.com
u/No_Original_941 — 27 days ago

Experienced folks, PLEASE HELP, INTERN HERE!!

so here is the situation:
- in my company i have assigned to build a chatbot/bot (will be internal, for ops and devs to identify and manage issues)
- what i have already build is, integrated it with slack, give it access to db by adding some tools in the code, so it can access the db currently and folks can access it by mentioning it
- now here pain starts, my manager has told me to add product knowledge to it, and it should be able to access logs, create and manage jira also
- what i am thinking is - lets start with the product knowledge - since we do not have that much pile of data so i do not want to make a rag - instead i just want to keep uploading those docs to s3 and giving access to bot so that it can reference them
- now coming to jira, and logs - i have also created those mcps but those aren't deployed anywhere - means whoever wants to use them just clones the repo, and set their key and uses them
- now for the above (jira and logs) part i would have to again choose the tools which i want to expose to the agent and add it to the repo, cz i think this is repetitive as in future if soemthing more comes up - which we already have built have to do again to integrate in the bot - how can we solve this - keeping in mind we have a layer of compliance - cant expose pii data in bot output or logs
- also for s3 - i am feeling like i was thinking to create a mechanism like when the agent fetches a doc - so it do not havt to fetch that doc again - so it will create a folder and save the embedding/summary/index (since i don't know what) to the filesystem - similarily with db schema since we have a huge db - how to handle this situation - since this code will be deployed on ecs - using fargate i do not know will the bot will able to access thes files created at runtime - and how to manage that cache when something is addede / modified
- and we also have workflows currently for specific task like matching states on be (basically sql queries / some scripts) added in the code - like how we shouuld make sure that given the situation the code properly identify and execute the script or how can we create trigger like /<command> <input> of slack whicch will trigger that - and also one issue - since these are stored as files in code adding new script need a code change - how to get rid of that

sorry gpt was giving poor results in rewriting this
so posting this raw

reddit.com
u/No_Original_941 — 27 days ago

Experinced Engg, PLEASE HELP, INTERN HERE

so here is the situation:
- in my company i have assigned to build a chatbot/bot (will be internal, for ops and devs to identify and manage issues)
- what i have already build is, integrated it with slack, give it access to db by adding some tools in the code, so it can access the db currently and folks can access it by mentioning it
- now here pain starts, my manager has told me to add product knowledge to it, and it should be able to access logs, create and manage jira also
- what i am thinking is - lets start with the product knowledge - since we do not have that much pile of data so i do not want to make a rag - instead i just want to keep uploading those docs to s3 and giving access to bot so that it can reference them
- now coming to jira, and logs - i have also created those mcps but those aren't deployed anywhere - means whoever wants to use them just clones the repo, and set their key and uses them
- now for the above (jira and logs) part i would have to again choose the tools which i want to expose to the agent and add it to the repo, cz i think this is repetitive as in future if soemthing more comes up - which we already have built have to do again to integrate in the bot - how can we solve this - keeping in mind we have a layer of compliance - cant expose pii data in bot output or logs
- also for s3 - i am feeling like i was thinking to create a mechanism like when the agent fetches a doc - so it do not havt to fetch that doc again - so it will create a folder and save the embedding/summary/index (since i don't know what) to the filesystem - similarily with db schema since we have a huge db - how to handle this situation - since this code will be deployed on ecs - using fargate i do not know will the bot will able to access thes files created at runtime - and how to manage that cache when something is addede / modified
- and we also have workflows currently for specific task like matching states on be (basically sql queries / some scripts) added in the code - like how we shouuld make sure that given the situation the code properly identify and execute the script or how can we create trigger like /<command> <input> of slack whicch will trigger that - and also one issue - since these are stored as files in code adding new script need a code change - how to get rid of that

sorry gpt was giving poor results in rewriting this
so posting this raw

reddit.com
u/No_Original_941 — 27 days ago
▲ 1 r/softwarearchitecture+1 crossposts

How to create and manage ECS using code

So basically let me tell you the situation first:
- i am working on a side project which is something like vercel, use to build and deploy code.
- so i have a main service, can be called a control plane, and i have decided that it will take the repo from the user.
- after this this service will trigger/create an ecs task to build the code
- now the question is, how this control plane will create / trigger the ecs?
- also this ecs instance will need to fetch envs from paramete store, will upload code to s3 etc
- after deployment we have to kill this instance
- should the managing code of this, live in the control plane
- should i create something else?

how would you folks solve this while designing this?
and what's the ideal way to solve this?

reddit.com
u/No_Original_941 — 27 days ago
▲ 4 r/levels_fyi+1 crossposts

WLB at Stashfin, Gurgaon

Heyy folks,

I am about to get an offer for SDE1 from this company. Can you help me with the expected pay and WLB and would you recommend this to someone to join. Is there something to learn??

reddit.com
u/No_Original_941 — 29 days ago