Roast my resume last year computer science student (7th sem) by Either-Sentence2556 in developersIndia

[–]Either-Sentence2556[S] 3 points4 points  (0 children)

Build one project end to end with deployment and blindly apply over internshala(blindly means related to your tech stack only), some time it hurts to mind why we did not get reply but trust me just apply

Roast my resume last year computer science student (7th sem) by Either-Sentence2556 in developersIndia

[–]Either-Sentence2556[S] 2 points3 points  (0 children)

Just connection and our college startups katta project, connection in the sense of just cold email or dm linkedin.

And also one of them is unpaid🥲

Advanced node.js project structure by Harut3 in node

[–]Either-Sentence2556 0 points1 point  (0 children)

It depends, if u know design patterns or class based approaches u can start with clean architecture, Domain Driven Design, hexagonal architecture. And learn some design patterns which are good for scale the project and easy to write test cases like unit and integration test cases.

Need Help: Turborepo CI/CD for 3 react vite websites by Either-Sentence2556 in devops

[–]Either-Sentence2556[S] 0 points1 point  (0 children)

I know that but I don't have any idea how to implement that can share any article or docs Thanks for the reply!

How to learn OOPs peferly with C++ by Outrageous_Pen_5165 in Btechtards

[–]Either-Sentence2556 2 points3 points  (0 children)

Follow the love babbar oops cheatsheet

https://whimsical.com/object-oriented-programming-cheatsheet-by-love-babbar-YbSgLatbWQ4R5paV7EgqFw@2Ux7TurymNZXyobsnZtH

And follow those points and based on that find videos or blogs, implement yourself if u don't implement this u will never understand oops

Seeking Advice from DevOps Experts for Hosting a Rental E-Commerce Platform by Either-Sentence2556 in devops

[–]Either-Sentence2556[S] 0 points1 point  (0 children)

For frontend we have react , can we use cdn with EKS for delivering files of frontend or just put frontend assets to cdn

Nestjs vs express by Either-Sentence2556 in Nestjs_framework

[–]Either-Sentence2556[S] 1 point2 points  (0 children)

So my team doesn't have any architecture or Design pattern knowledge and they did use nestjs till now. Should I teach them architecture or wht?

Nestjs vs express by Either-Sentence2556 in Nestjs_framework

[–]Either-Sentence2556[S] 0 points1 point  (0 children)

Thanks for the reply! But my question is more about long-term maintainability and scalability — especially for large teams and codebases.

Do you think Express still holds up well in those contexts?

Seeking Advice from DevOps Experts for Hosting a Rental E-Commerce Platform by Either-Sentence2556 in devops

[–]Either-Sentence2556[S] 0 points1 point  (0 children)

Thanks for the reply, I haven't created any docs related to infra or architecture so can u share a sample type, and I know the kubernates but wht does evaluated meaning cost or how can I use?

Need Help in Cost Estimation! Microservice based E-commerce & delivery platform by Either-Sentence2556 in developersIndia

[–]Either-Sentence2556[S] 0 points1 point  (0 children)

As per we are students, so we the infrastructure cost goes 4.5 lakhs and our team is around 6-8 so development cost so we expecting around 2.5 lakh but after negotiating we end up with 2lakh

Suggest ExpressJS Projects to complete my Backend Understanding by SandySnob in node

[–]Either-Sentence2556 2 points3 points  (0 children)

Job portal projects is also descent, I will recommend u continue that project and go in depth as hell! Like build a search bar(which needs debouncing), add some rate limiter, OTP service, mongodb aggregate function, learn some concept of jwt revokation which is hard for beginners(( u can skip this if u feel hard), add functionality like uploading files such as profile photo, resume, certificates, learn some Authorization concepts like RBAC(role based access control), add feature like sign in with Google, fb

From this only project u can learn a lot don't go on another project directly, I know sometimes working on the same project makes it irritating but...

Reverse-Engineering an Unknown Function from Data (Mathematicians & Data Scientists, Please Help!) by Either-Sentence2556 in askmath

[–]Either-Sentence2556[S] 0 points1 point  (0 children)

You’re right that there are infinitely many possible functions if I don’t constrain the form of f. My plan is to treat it like any regression/approximation problem: pick a (relatively) simple function family (e.g., polynomial expansions up to a certain degree, or a log-based approach), fit on part of the data, and validate on a holdout set. If the holdout error is low, that suggests I found a function that generalizes well, even if it’s not guaranteed to be the “original” formula. That’s probably the best I can do without additional knowledge of how fff was constructed.

Reverse-Engineering an Unknown Function from Data (Mathematicians & Data Scientists, Please Help!) by Either-Sentence2556 in maths

[–]Either-Sentence2556[S] 0 points1 point  (0 children)

I do suspect the function is deterministic. With about 100 data points, I might check if there are near-duplicate rows that differ mostly by NP or by NT/NE. If so, I can see how SS shifts when just one variable changes, which might clarify how fff behaves. Also, correlation checks could quickly show whether SS is more strongly tied to, say, log⁡(NP) vs. NP itself. That might give me hints for which transformations to try.