#Ready to work for free

29 messages · Page 1 of 1 (latest)

slim dew
#

Hello there, i've learn Assymbly, C and C++ languages' bases and almost know everything about how to work with those languages and how to write a code, how to simplify the code and some started pack i got.
I need someone who is well experienced, has a lot to work with C/C++. I would love to help him/her several hours daily for free, to gain the experience i really need now. if he/she is ready to be my mentor and answer all my newbie questions , also helps me to improve my skills to be a developer.

Thanks

stone mantleBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.

graceful venture
#

ready to work for free? do my math homework trolol

burnt acorn
#

A) It's spelled Assembly, not Assymbly. You should know that if you know almost everything about it.
B) How does this make sense? If you know almost everything then how could you have newbie questions?

and [know almost] everything about how to work with those languages. [...] answer all my newbie questions
C) You don't need to work for free, you either need a degree from e.g. a uni or/and you need to build your portfolio with some projects of your own.

slim dew
burnt acorn
#

You've spent "months learning theory" but never actually touched any code yourself?

slim dew
#

I have. Like calculator, fibonnaci number, registrations, i have made libraries too. I have done too much really

#

But more i do more i guess i need more

#

Also have done some SQL projects

#

You know what i feel like?

#

I know almost everything but i dont know how to use

slim dew
#

Also i have made calculator on "assembly"

#

And etc.

burnt acorn
#

My recommendation to pretty much anyone: Rebuilt datastructures. I.e. build your own std::vector, your own std::forward_list, your own std::unordered_map, your own binary search tree, followed by e.g. an AVL- or R+-tree, etc., etc.

#

As for assembly: You don't really need to be able to write that, reading is fine.
It's nice to be able to read assembly so you can understand why some code is better or how the compiler optimized your code, but realistically speaking you won't ever need to write Assembly in your life

slim dew
#

Appreciate your help, i pm you with a little ask.

burnt acorn
# slim dew Appreciate your help, i pm you with a little ask.

Can you give me like 10 projects advice, what projects should i build for my portfolio for the start to be hired or called for interview
A) It appears you don't have a degree so chances of you being actively "called for an interview" are slim to none
B) Either just follow my data-structures advice and take these as projects, or think about what kind of small program could make your daily life a bit easier and build that. For example I built a tool for a web game I used to play but I didn't like how the leveling was capped at level 100 for each skill, so I built a small JS plugin to allow for a leveling past level 100 (only visually of course).

slim dew
#

Yah i dont have a degree and i live in new york. Is it really that hard to find a job w/o degree?

#

And which degree would you suggest me to take

burnt acorn
# slim dew Yah i dont have a degree and i live in new york. Is it really that hard to find ...

You're not an American though, are you?
Cause - no disrespect - your English isn't the best (at least your written one), which I can only assume to be an additional hurdle, albeit a possibly small one.

Idk which degree you should go for, technically you don't need a degree at all, a strong portfolio can even outweigh a degree. The thing about a degree is that it shows your possible employer that you are willing and able to get through multiple years of uni.

In fact I don't really know anything about the job market as I myself am still just a bachelor student

grand whale
#

@slim dew make a Gameboy emulator

stone mantleBOT
#

This question is being automatically marked as stale.
If your question has been answered, type !solved.
If your question is not answered feel free to bump the post or re-ask.
Take a look at !howto ask for tips on improving your question.

slim dew
#

Bump

burnt acorn
slim dew
graceful venture
#

My advice is to just stay on this server to help and learn from people better than you

#

Also build projects that would help your life

#

Like I'm currently building a chart editor for a game because there is none supported on Linux