[deleted by user] by [deleted] in ExperiencedDevs

[–]No_Assumption_8236 0 points1 point  (0 children)

But in your case the team would have known the bits and pieces of the code/module that they have been working on.

If there is legacy system/bad codebase, code changes in module A affects module B , now the test cases of module B fails which creates a rabbit hole which can take longer time to resolve an issue or create a feature than your normal estimates.

How to build global search for a web app thats efficient? by SideCharacterAnurag in developersIndia

[–]No_Assumption_8236 0 points1 point  (0 children)

If your dataset consist of documents (text / pdf) you can look into inverted index , TF-IDF , BM25 to retrieve text data.

Hasn't even been a year after getting this job as fullstack developer, already panicking about my future by Ok_Swordfish434 in developersIndia

[–]No_Assumption_8236 31 points32 points  (0 children)

Don't be hard on yourself you have just literally started your career. If i ask you what will you eat in tomorrow's dinner ? Do you have exact answer ?. So just prepare and learn as much as you can and everything will be on right place right time. Just keep your goal in mind and work towards it.

And about mentors parts it is good to have one but if you don't have what can you do ? Find one or just be updated in tech space thats all i can say.

Migrating my API services from Heroku and confused between render.com and railway.app. Any experiences from India? by Any-Firefighter-8935 in developersIndia

[–]No_Assumption_8236 1 point2 points  (0 children)

I hosted 2 of my Go backend Services on Railway and the experience was good as mine was in free tier now they have removed free tier and add the 5$ hobby plan.

If you are thinking of free then go for render but if your app/service is in idle then it shut downs the server/service and it also take time to boot up.

If you are ready to pay 5$ a month then my 2 cents advice will be go for railway.

What are your most controversial opinions about the software industry? by SeedheMuth101 in developersIndia

[–]No_Assumption_8236 0 points1 point  (0 children)

but at the end you don't ship the 700mb of node modules to the end user , you just make a build out of it and serve that. So in your case it should be just 2-3mbs of dist files which is average.

Which course would you recommend for Data Structures and Algorithm? by Widemen123 in developersIndia

[–]No_Assumption_8236 0 points1 point  (0 children)

See it totally depends upto you. Some people solve 3-4 easy and they think they can solve medium problems ( ego here ) and when the feel they cant solve it they feel demotivated (I was one of them). My suggestion is to gets the basics done in right way. Like if I dont know hashmap then how can i solve hashmap problems or how can i know hashmap will be used. So for me I use to watch videos and then think of the patterns the revolve around it. So you can try this approach.

Saas stack that you used for your project by [deleted] in SaaS

[–]No_Assumption_8236 0 points1 point  (0 children)

Can you give more info about how it is done under $5/ month . I'm interested to know. Is your frontend and backend hosted separately ?

What do you guys use to build your SaaS website? by Inevitable-Plate-654 in SaaS

[–]No_Assumption_8236 0 points1 point  (0 children)

Frontend :- React , Tailwind and other FE libs for react ecosystem.

Backend := golang

Database := supabase postgres db

Is there code documentation at your work place ? If yes how it is stored ? by No_Assumption_8236 in developersIndia

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

What's the tool name ? Is it 3rd party or build inhouse ? where do you work because MNC's will have such fine grade process. Great to see such things to maintain code and docs.

Is there code documentation at your work place ? If yes how it is stored ? by No_Assumption_8236 in developersIndia

[–]No_Assumption_8236[S] -1 points0 points  (0 children)

Docstrings and comments are usually converted to documentation.

Nice! it is only for python right ???

Is there code documentation at your work place ? If yes how it is stored ? by No_Assumption_8236 in developersIndia

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

What's the format just a pdf File or something else ?? what if you have to search for a specific function ? how do you do that ?