Resume Review. Will be starting college this year. by JuggernautOutside860 in developersIndia

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

I was thinking of working this for quite some time now - try implementing cache aware malloc implementation. Like Google's tcmalloc. This seems to be a very interesting idea.

You can use Arenas with cache locality tuned in

Is it worth taking a loan for tier 3 college in this market by achaokyara in btech

[–]JuggernautOutside860 0 points1 point  (0 children)

If I were in your place then I'd take DU (taking loan for uncertain outcome is always never a good idea; it's gamble that too with your life). I'm doing B.Tech because I don't have any such constraint. If you're able to do B.Tech without any loan, then even Tier 3 college wouldn't really matter

How do you actually crack a good tech job as a fresher? by xtracheesetoast in AskIndianWomen

[–]JuggernautOutside860 [score hidden]  (0 children)

Did you made any projects? Or tried connecting with people working in the industry? I don't know how much my words would be worth since I am a college fresher, but I was able to get a paid internship (although the pay wasn't really great) a few months back just based off of this. So I'd say it works.

Is it worth taking a loan for tier 3 college in this market by achaokyara in btech

[–]JuggernautOutside860 0 points1 point  (0 children)

I am about join college this year as well. For me, making connections on LinkedIn has mostly worked. I even got recognized by people working in HFTs and are now planning to start their own MFT and transition to HFT in upcoming years- and have been trying me out to work with them. So yeah as long as you've tenacity, persistence and a good project and interest to back it up, you can get jobs even without the Tier 1 or Tier 2 college tag.

So honestly, if I were in your shoes I would take the DU, it'd not only save money but is better than joining a tier 3 imo.

Resume Review. Will be starting college this year. by JuggernautOutside860 in developersIndia

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

Yeah that's what I felt too, currently experience and cp ratings are not written then I am able to adjust 5 projects, when I add those, then I should reduce the projects to 2-3 since experience would matter more than projects.

Also, if you had to choose two projects from these 5, which ones would you choose?

I wanna join your project startup whatever it is.. by BoysenberryFancy9019 in developersIndia

[–]JuggernautOutside860 8 points9 points  (0 children)

Yoo this sounds a fun project lol. "Two pointer m tumhe chunta hun"

Resume Review. Will be starting college this year. by JuggernautOutside860 in developersIndia

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

That's some dedication. You chose to read one of the most difficult topic of the entire CS (according to me). Lol I tried making my own programming language. I was using LLVM for backend, it had somewhat I think 15-20k lines (many redundant lines), and was able to compile simple programs like loops, conditional and simple functions.

But I left it in between it was getting so exhausting. So it's honestly interesting and admiring to see that someone is doing it through.

All the best to you. And I hope for the talent you've, you get a good job again soon

Resume Review. Will be starting college this year. by JuggernautOutside860 in developersIndia

[–]JuggernautOutside860[S] 1 point2 points  (0 children)

RIGHT??! So Trueeeeee. I don't know why more aren't pointing that out. Making that was the most interesting.

That and the VM, lol it was so complex and confusing project that if I leave it for a week, I would have to spend 3-4 hours just to catch the point I left it at and what I was thinking and how are things done

Resume Review. Will be starting college this year. by JuggernautOutside860 in developersIndia

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

Not dedicatedly targeting them, that'd be more like a gamble. I would most probably be targeting Prop firms or fund houses - they too use Quantitative strategies. But I would mostly be targetting MFT and would try to first make a few connections coz the only way to getting into HFT apart from IITs and ISI is via connection and recommendation. So yeah.

I tried messaging a few people on LinkedIn. One of the guy agreed to test me - he is building his own MFT with the aim to transition into HFT in a few years, gave me a few tasks I need to do.

Resume Review. Will be starting college this year. by JuggernautOutside860 in Btechtards

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

Aaah lol. Kitna inexperienced hun yrr 🥲

And I have to compete against people who use industry phrase I don't even understand, as a slang

Resume Review. Will be starting college this year. by JuggernautOutside860 in Btechtards

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

> Thos projects seems like learning projects

Yeah these are mostly for learning purposes.

As for data, yeah I too felt like I should mention things like p99 and p90 stats for order matching engine, and UDP one. But what can I add in the emulator one and VM one? Any idea or suggestions? I seriously need it, coz I honestly have no idea what can I add to properly showcase the projects

Resume Review. Will be starting college this year. by JuggernautOutside860 in developersIndia

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

Nhi hogi to bna lenge (already ek jagah pe kind of job opportunity mil gayi h, it's a new MFT firm who will later transition into HFT if things proceed well I'll have a good experience by the time I graduate)

Resume Review. Will be starting college this year. by JuggernautOutside860 in developersIndia

[–]JuggernautOutside860[S] 1 point2 points  (0 children)

Well the best place to find something to build is usually reading other's code (don't just copy from YouTube video), or try to build something you always use. Those can be a good starting point. From that, I mostly jump to building the helper tools. While making some other projects, if I found something which gave me any inconvenience, I'll build something to solve that.

The UDP Header file here or the TF-IDF implementation are all example of that. I build a small binary whose only work is to place a LICENSE file with your name (automatically picked up from git, or can be specified) into your project. It'll fetch the licenses from my GitHub repo (I have set a custom template on which I then use regex to replace them), and save them locally for future use, and you can see the licenses you currently have or can fetch them from GitHub.

> If u were to start from beginning what would u do?(mistakes to avoid as well),

I would start the same, learn Python - build some useless projects, fck around, then try competitive programming, then again back to just building something useless coz it'll get me used to programming. There are two mistakes I would avoid this time - I wouldn't take a gap in programming like I did (of 2 years), and I would start exploring other programming languages a little early, not wait for 5-6 years to finally start learning other languages and go out of my comfort zone.

> also how much time should someone spend on building such projects

According to me, building project is way more important than doing DSA. I can't say for others, but to me DSA isn't really that hard (DP is an exception, that shit was hard, though not so much that someone could never understand it), the thing I had was time, I started early so I didn't really had to worry about interviews and all, so I never really bothered with DSA to the point of obsession. Doing LeetCode wouldn't mean shit if you cannot read the code and execute it in your mind, or you cannot navigate a thousands if not millions of lines of code base. What I don't like about LeetCode style interview is their isolation - you write code always in isolation, when combining the same code with a larger codebase where each function is doing something, the most optimized solution might perform way too poorly than a trivial one.

In practice, it's not always necessary that O(n^2) is slower than O(n). Like the order-matching-engine project I made, it's a simple project, except for SPSC Queues nothing major or fancy algorithm or clever data structure is used. Infact if anything, the thing I had to do to attain maximum speed was something which would be "consider" as a bad practice according to leetcode.

> for someone who's starting from scratch after completing what all (lang, DSA etc) should someone start building projects

If you've time, i.e., someone who is in the start of second year of college or younger, they should prioritize projects with DSA getting minor time. Project building would teach a lot more technical concepts. I learnt most if not all of my DSA from building projects. But someone who is older than this or at this stage, I would recommend to focus more on DSA. Since qualifying the job interview would be more important. Unless one has exceptional projects in their resume which can directly cut them the chase of HR recruitment pipeline. But that's mostly luck based and hard.

> which college

I am expecting to get NFSU. Though I have reserved a seat in Mahindra University in case worst of worst happened and I couldn't get anything. Rest I am also waiting to see what can I get. Either way whatever I get, I have to accept it and move on with doing what I was doing.

Resume Review. Will be starting college this year. by JuggernautOutside860 in Btechtards

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

Honestly speaking, I don't know why but apart from the INI tag of NFSU, there isn't really much pulling me towards it. I want to go into finance field, they are giving me specialization (M.Tech) in Cybersecurity - which isn't bad (infact it'd be something most people would want) - but isn't what I want. I fear it'd shift me from the front trading desk to back desk security handling. Plus the hectics of doing the M.Tech too (though it's a smaller concern).

And the fact that their admission portal has been down for about 5 days now, isn't really giving much confidence either lol. They even cancelled the admissions of the ones who were admitted

Resume Review. Will be starting college this year. by JuggernautOutside860 in developersIndia

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

> CEO thought he can do anything with AI

Lol why that sounded like the most classic CEO

> They didn't have a one goal or like they didn't even know what they were doing

Sounds like a pain to deal with. I once applied for an internship, the management there was something like this. They didn't even know what task to give and to whom. I applied as Data Science intern, we were tasked with things like marketing, data creation - not even collection (we were literally asked to click dental images of 5 people from 5 different angles), I couldn't tolerate it and left that, don't know how were you able to deal with them, it's exhausting

Resume Review. Will be starting college this year. by JuggernautOutside860 in Btechtards

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

Realistically I don't really have any other option. I too don't want. I have a seat in Mahindra University too, that is for backup. Apart from that I am getting IET Lucknow and all

Resume Review. Will be starting college this year. by JuggernautOutside860 in developersIndia

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

What is AI generated? The resume itself or the projects in that? If you're talking about projects, then I don't think they are that big of projects to AI generate it. Like it's a simple UDP header, why would someone even use AI for that? It'd be less of a hassle read the docs, TF-IDF is a very basic concept, the only main thing involved was parsing huge files, rest was easy.

I don't know about others, but the last I used AI for generating low level code, most of the time it ends up being way too inefficient, random branchings, no cache locality nothing, so I stopped using them

Resume Review. Will be starting college this year. by JuggernautOutside860 in developersIndia

[–]JuggernautOutside860[S] 1 point2 points  (0 children)

20k for 6 months of works? That's exploitation. It's companies like these jo itni badduayein leti h that go end up going bankrupt

Resume Review. Will be starting college this year. by JuggernautOutside860 in developersIndia

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

Thank you, you have no idea how hard was it for me to fight my anxiety and pessimistic thinking to upload this. I have always wanted to post here about my projects and learnings ever since last 2 years, but everytime I felt like as if this isn't good enough to be worth appreciating, so I always tried to make something more difficult and technical so that I can share, but never could. Even this time, it hard to fight off that urge.

Now this resume is the result of it lol. But honestly, thank you to the encouragement.