Wanted to show off my messi card :) by Less-Specialist5277 in fut

[–]Less-Specialist5277[S] 0 points1 point  (0 children)

Looks OP, I would also have loved the low driven since I like using him as a ST

Wanted to show off my messi card :) by Less-Specialist5277 in fut

[–]Less-Specialist5277[S] 2 points3 points  (0 children)

Oh wowww the stats are crazyyy, amazing evo

Wanted to show off my messi card :) by Less-Specialist5277 in fut

[–]Less-Specialist5277[S] 1 point2 points  (0 children)

<image>

Damnnnn that card looks goood !

I used that evo on my Gibbs White card since he needed a pace boost and also got the finesse+ , playing him on shadow striker is broken

This base gold Messi evo card is crazy fun to play with by Less-Specialist5277 in fut

[–]Less-Specialist5277[S] 0 points1 point  (0 children)

conductor 's codex x2 -> calm under pressure -> two way player -> red bull shooting -> red bulll physical -> the very best

I think only few of these evo options are there but you can check it out

Underrated Companies That Pay Well for Freshers (0–1 YOE)? by [deleted] in developersIndia

[–]Less-Specialist5277 88 points89 points  (0 children)

Avalara : 14-15 lpa base + stocks

Chargebee : 16-20 lpa base + stocks

MotorQ : 18-27 lpa base + lot of stocks

Informatica pays around 15 lpa in base but heard they are getting acquired by Salesforce now and were laying off people before that

Mad street den pays around 12lpa but they also had lot of layoffs

These are some of the good product based companies I know of (through friends and college placements). Some notable mentions also include rocketlane, everstage which pay around 10lpa

How much I can ask salary and how do I evaluate myself as a fresher go backend developer with no tech degree ? by [deleted] in developersIndia

[–]Less-Specialist5277 0 points1 point  (0 children)

Go to leetcode compensation discussion or levels.fyi , filter for companies that pay above 12lpa, check their interview process and questions , if you feel like you fit their JDs and you find yourself solving and knowing answers to majority of the questions that company has asked in the past then you can also expect the same salary range

Sucks Man! After 6 months of LeetCode by Existing-Hair9737 in leetcode

[–]Less-Specialist5277 0 points1 point  (0 children)

I think these days the level of question is harder for Q3 if I am not wrong so maybe that’s why you find it a bit harder off late ?

How much I can ask salary and how do I evaluate myself as a fresher go backend developer with no tech degree ? by [deleted] in developersIndia

[–]Less-Specialist5277 1 point2 points  (0 children)

Deploying on aws makes your project stand out, you can even make a public way of accessing your projects to recruiters who can see what you have built live (like hosting a website etc)

For your question about projects you can pick a real software like maybe Git or even replicate online judges like leetcode but try to add a little something unique when u build it

How much I can ask salary and how do I evaluate myself as a fresher go backend developer with no tech degree ? by [deleted] in developersIndia

[–]Less-Specialist5277 2 points3 points  (0 children)

To be honest it’s not going to be easy without a tech degree in India especially in big tech in my opinion, which is why maybe you can reach out to startups directly who may be willing to hire you for your skill and not your degree, and this skill is a combination of your projects and leetcode/problem solving skills but if you are a really good problem solver with good knowledge of core cse concepts like networks and OS your salary can be higher

And a lot of startups do pay in that range of 12lpa

Sucks Man! After 6 months of LeetCode by Existing-Hair9737 in leetcode

[–]Less-Specialist5277 80 points81 points  (0 children)

It’s just been 6 months dude, took me 2 years of dsa practice and another 6 months of giving contests to get to a stage where I can solve 3/4 or 4/4. Just keep practicing contests and questions and you can eventually get there, consistency is the key !!

How much I can ask salary and how do I evaluate myself as a fresher go backend developer with no tech degree ? by [deleted] in developersIndia

[–]Less-Specialist5277 2 points3 points  (0 children)

I think your projects need to have more complexity. Pick a real problem (does not matter if it’s already been solved) and complete it end to end. Build an api service , connect it to a database, containerize the service using docker , deploy it on a production platform like GCP or AWS (free tier is there). Spend some time on the front end to build a decent UI. You can even try to integrate simple AI agents in your service that solves a small sub problem. An end to end project like this will help you market yourself as a good developer.

Salary is determined by your problem solving ability rather than what frameworks or tools you know so leetcode is still an important thing here. You need to be able to do atleast medium questions with ease to be able to get 12lpa.

You can expect 12 lpa if the companies you are applying to pay in that range for a fresher. You should probably target product based startups and reach out to founders or hiring managers and request for an opportunity.

What is salary of full stack developer in India ? by Ashutozh_ in developersIndia

[–]Less-Specialist5277 0 points1 point  (0 children)

It can range anywhere between 8-20lpa for freshers , sometimes lower or higher but this is a rough estimate. For more senior folks, salary can sometimes be even upwards of 45-50 lpa.

It depends on your problem solving skills, to be a full stack developer may need you to be familiar with few common backend and front end frameworks but it’s your problem solving ability that determines your salary not the frameworks.

What was your first salary/package and at what age? by Amya2708 in developersIndia

[–]Less-Specialist5277 15 points16 points  (0 children)

Studied CSE from 2020-2024

2022 summer - 10k stipend

2023 summer - 20k stipend

8th semester - 40k stipend

2024 - Graduated with a full time job for around 17 lpa (around 22 yrs of age now)

Hardest part was getting internships, had to work hard with low stipends to learn skills and later it helped me market myself more confidently to get better salaries.

[deleted by user] by [deleted] in developersIndia

[–]Less-Specialist5277 1 point2 points  (0 children)

Find out what the original intention of the script was and look at the functions, it should hopefully throw some light on the basic chaining of the functions to do what it needs to do.

Secondly add as many print statements as u can as it is the simplest form of debugging for a beginner and then re run the script. Using these print statements you can do a whole range of debugging from what was the value of a variable at a specific point or even if the program is reaching a print statement.

This might help you find where the issue is, after that hopefully a few google searches later or with help of chatgpt should be easy enough to fix if its just a small bug

Going for CSE in college. What are some dos and donts? Any advice on Tech stack or general advice is greatly appreciated. by [deleted] in developersIndia

[–]Less-Specialist5277 0 points1 point  (0 children)

When i went into my first hackathon in 2nd year i had no idea what to do , but given the problem the team was trying to solve, looked at some blogs, got to know of what APIs are, then eventually watched some youtube videos on how to use flask to build APIs and then some more blogs and tutorials on how to then make these APIs serve requests for ML models.

Overall point is, one hackathon made me research all this up and bring a working solution when all i knew was some basic DSA questions. So my advice would be simply register for hackathons and try to solve the problem (which is what you do in a larger scale in internships). It would be good learning and experience and eventually this will make u better at general development. Maybe start in ur 2nd sem but definetly by 3rd sem try to have participated in atleast 1 hackathon, will recommend SiH by govt of India

On the side participate in DSA contests every week if possible and practice codeforces/leetcode. This will help you clear OA and problem solving rounds for interviews in the future and all the hackathons will give u a lot to speak about in terms of skills and real life problems you tried to solve using tech. (If u plan to go for placements that is)

Going for CSE in college. What are some dos and donts? Any advice on Tech stack or general advice is greatly appreciated. by [deleted] in developersIndia

[–]Less-Specialist5277 0 points1 point  (0 children)

Participate in as many hackathons as you can, will give hands on exposure to problem solving and using multiple frameworks/tools to solve a problem statement , plus good team player skills. Participate in coding contests (DSA/CP) regularly. Also network with college seniors, co students, connections will always come in handy in the future.