- Joined
- 5/22/20
- Messages
- 1,395
- Points
- 373
I been applying for jobs for about 2 months and I haven't found much success despite blasting my resume ever where and talking with everyone. I am still taking the advance C++ course however.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Software engineering jobs or rather C++ posisitions. All entry level on linkedin. I dont have a single official internship experience at software development company. That might be different but I have similar skills.What types of jobs are you applying to? Have you had your resume looked over by another set of eyes other than your own? Depending on the size of the firms you are applying to, LinkedIn can be useful in that you’re able to look at the backgrounds of folks who hold positions similar to the ones you’re applying for. If your background seems different than the average one in some core way, you’re likely applying to the wrong kinds of positions.
Welcome to the club.Software engineering jobs or rather C++ posisitions. All entry level on linkedin. I dont have a single official internship experience at software development company. That might be different but I have similar skills.
Graduate, I had almost 2 research experience for both summers. Dual major in Mathematics and Computer Science. I had to work undergrad about 30-35 hours a week to go to school. Taking C++ course that is hosted by QuantNet. I am currently doing their advance course.Welcome to the club.
You have got to hunt for those internships, trying to stand out without them is kind of a lost cause, but you have to stand out to get them. Kinda circular.
What is your background?
Something like what I’ve been doing...Tips on types of projects? I have no idea what kind of stuff to do so like I have one project that uses a bayesian optimization algo to maximize the sharpe ratio for a backtest of 13 different asset indexes (A proof to myself of the value of diversification) and a wealth management monte carlo sim sampling from the real historical returns distribution IVV and TLT w/ dividends & distributions. I also built a simple moving average strategy function and maximize it through testing the sample space of parameters which are the length of the SMA and how often it checks for a signal. (not robust models I know. pretty much the definition of overfitting)
That’s pretty impressive. Can you make that oop and push to GitHub?Tips on types of projects? I have no idea what kind of stuff to do so like I have one project that uses a bayesian optimization algo to maximize the sharpe ratio for a backtest of 13 different asset indexes (A proof to myself of the value of diversification) and a wealth management monte carlo sim sampling from the real historical returns distribution IVV and TLT w/ dividends & distributions. I also built a simple moving average strategy function and maximize it through testing the sample space of parameters which are the length of the SMA and how often it checks for a signal. (not robust models I know. pretty much the definition of overfitting)
seconded!Unfortunately it can sometimes be difficult to view one's situation in a global macro-economic context, rather than as a personal failure
this is going to be a shot in the dark, and you should do it anywaytry to create a GitHub account and showcase your software development skills. That helps significantly.
Yes it is part of my GitHub under market_learn.learning.msr for Markov switching regression. I’m trying to implement the EM algorithm to make it run faster as the optimization runs very slowly as it keeps searching for a local minimaHaha, Thank you for sharing. Won't steal I promise. is the regime switching model on your GitHub? I'm looking through it now. I'm in the Quantnet C++ course rn so I will have some confidence in my skills by the time I finish that. And Python is what I am most comfortable with. That is great to hear about your github. I posted mine and would be very happy to get feedback. What does it mean to make something OOP? and I haven't messed around with pushing to github yet. I just manually uploaded it. Davidfdaf/David_Personal_Projects