Skip to main content
3 answers
3
Asked 844 views

What skills does it need to become a software engineer?

I really want to become a software engineer but what skills are necessary. I know a bit of coding. #engineer #software

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

3

3 answers


0
Updated
Share a link to this answer
Share a link to this answer

Wael’s Answer

Math! My brother majored in computer science and he took way more math than me. I am an engineer! Determining loops within your code is very reliant on math. Moreover, by the end of your degree you would know a lot of coding.


Do you enjoy writing code?

0
0
Updated
Share a link to this answer
Share a link to this answer

Tony’s Answer

I'd say, soft skills are key. You can learn the technical on the job and in classes but communcation skills are just as important.


Math is good but not necessary. Depends in which area of software you are developing for, such as math would help a lot if you are doing alot of algorithmic heavy code. Ecommerce and web developmebt not so much.


Think about what type of company you would like to work for and then see what types of technologies and tech stacks they are using. Looking at thier job boards helps with that.


Good luck!

0
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 major in CS 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.
0