Skip to main content
2 answers
2
Asked 384 views

What should I do with this useless website, how can I finish this assignment?

I am thinking to be a teacher, but teacher don't get a high pay, so I want to do something that can earn a lot, which like engineer and computer science .

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

2

2 answers


1
Updated
Share a link to this answer
Share a link to this answer

Andrew’s Answer

So if you are wanting to learn tech skills for subjects like computer science you will want to start with a good foundation in coding skills. Understand what coding is and why we use it. Pick a code and learn it. Then you can start looking at potential jobs. These jobs will have requirements. Some jobs will ask for you to know specific codes or specific softwares. Look at these requirements and pick some you dont know that you would maybe want to learn. Then you can begin learning them and growing your knowledge
1
0
Updated
Share a link to this answer
Share a link to this answer

Hanish’s Answer

I would suggest focusing on data structures and algorithms and mastering at least one programming language. A lot of people start out with python or javascript because they’re easier to learn compared to an object oriented language like Java or C++. Data structures and algorithms are crucial for anyone that’s trying to learn CS concepts because once you start interviewing for jobs, most of these jobs will focus on your ability to solve problems using common data structures like linked lists, arrays, stacks, queues, etc. Try to solve questions on leetcode in different programming languages like python, javascript, java, c++, etc. Leetcode has a section of problems dedicated to just interview, from personal experience I can vouch that you can expect to get these in atleast 90% of the time. Good luck!
0