Skip to main content
9 answers
9
Asked 717 views

which is subject is best for software developer

#software #software-engineer

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

9

9 answers


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

Rebecca’s Answer

I am glad to hear that you would like to be a software developer. To be a software developer, you can take the major Computer Science or relevant subjects in the college. The name of the subject may be slightly different among different universities.
In the Computer Science course of university, it offers courses on computing theories that helps you to understand how to develop programs that utilize the computer resources efficiently and you have the exposure on different programing languages, etc.
On the other hand, if you are interesting in programming, I would suggest you start doing programming on some small projects yourself, e.g. using scratch, python, etc. You can try to control the robotic cars, etc. You can gain more experience on programming and learn more different programming languages.
Hope this helps! Good Luck!
1
0
Updated
Share a link to this answer
Share a link to this answer

David’s Answer

Do you mean college subjects? Studying computer science, software engineering, or some other programming course is the obvious answer. But I've worked with several very impressive software developers whose background was mathematics. I've also seen many people do a college course completely unrelated to computers or programming, and afterwards do a 'conversion' course - something like a one-year programming course that builds on a science qualification.

If you mean in school, then I would suggest maths and science subjects. (And obviously computer subjects if they're available!)
0
0
Updated
Share a link to this answer
Share a link to this answer

Parth’s Answer

To be an efficient software developer, you should get a good hold on the topic of data structures. Knowing many different data structure implementations and knowing when to use which data structure could make you a great developer, who doesn't just write programs but efficient programs. The second important thing is to get a good grip on one programming language knowing its ins and outs in depth. Please find below steps in order that I would take to be a good programmer.

Parth recommends the following next steps:

Learn data structures
Learn a programming language
Learn to write unit test cases
Learn design patterns
Learn system design concepts
0
0
Updated
Share a link to this answer
Share a link to this answer

Dan’s Answer

In general, there are two basic "flavors" (i.e degrees) of computer programmers: 1) Computer Science which is orientated to business applications and 2) Computer Engineering which is orientated to scientific and industrial applications. The two degrees require similar but different classes.

You can get started by learning a programming language such as C or Java (either would be a good start towards either degree), however almost any language will help. You can find free material and classes online, including language compilers. In addition to programming classes, math classes are always applicable. When you are ready for formal training, you can get a list of the required classes for a degree at your chosen college.

I would like to make a final comment... A career involving computer programming is likely to be very exciting and can involve a wide range of industries and applications. It will also be a life-long learning process because the technology is always changing.

I am now retired but it was a lot of fun for over 40 years (and I am still involved in engineering and programming).
Good Luck!
0
0
Updated
Share a link to this answer
Share a link to this answer

D S’s Answer

You need to be good at programing languages like Java, C++, GO etc. First you should have good understanding of Computer science fundamentals like Data Structures, Operating System, Compilers.
0
0
Updated
Share a link to this answer
Share a link to this answer

Alex’s Answer

Curiosity and tinkering are the best for deep learning. I would suggest you determine a specialty in the course of your learning and be sure to explore all the way down to 'the metal' and not stop at superficial knowledge.
0
0
Updated
Share a link to this answer
Share a link to this answer

Swapnil’s Answer

Short answer is Software designs and development! It will include a variety of sub-topics including programming, designing, architectures, approaches to design, Coding (yes this is different from programming!) and a lot more. asking how to do "Software development" is just like asking "how to make cars", its a long and complicated process, takes months and years. Do feel to jump in the process with basics of computer science and I would suggest to start with Harvard University's CS50 course or if it looks scary any of the YouTube playlist of the same would work too.
0
0
Updated
Share a link to this answer
Share a link to this answer

James Constantine’s Answer

Hello Rishi!

As a software developer, choosing the right subject can be a crucial decision that can impact your career growth and success. While there are numerous subjects that can be beneficial for software developers, here are some of the best subjects that can help you excel in this field:

Programming Languages: Mastering one or more programming languages is essential for any software developer. Some of the most popular programming languages include Java, Python, C++, and JavaScript. Each language has its strengths and weaknesses, and it’s important to choose one that aligns with your goals and preferences.
Data Structures and Algorithms: Understanding data structures and algorithms is critical for software developers, as they form the foundation of any software application. Data structures such as arrays, linked lists, and trees, and algorithms like sorting, searching, and graph traversal, are essential knowledge for every software developer.
Object-Oriented Programming (OOP): OOP is a programming paradigm that helps developers create reusable and maintainable code. It’s an essential subject for software developers, as it enables them to write better code and design more robust applications.
Software Engineering: Software engineering is the process of designing, developing, testing, and maintaining software systems. It involves understanding software development life cycles, version control systems, and agile methodologies.
Web Development: Web development is a crucial subject for software developers who want to work on web-based applications. It includes topics such as HTML, CSS, JavaScript, and frameworks like React, Angular, and Vue.js.
Databases: Databases are an essential part of software applications, and understanding database concepts is vital for software developers. It includes topics such as SQL, NoSQL databases, and database management systems.
Cloud Computing: Cloud computing is becoming increasingly popular, and software developers need to understand the concepts of cloud computing, including virtualization, containerization, and cloud platforms like AWS and Azure.
Artificial Intelligence and Machine Learning: AI and ML are becoming increasingly important in software development, and understanding these technologies can give software developers a competitive edge. It includes topics such as machine learning algorithms, deep learning, and natural language processing.
Cybersecurity: Cybersecurity is a critical subject for software developers, as they need to understand how to protect their applications and systems from cyber threats. It includes topics such as cryptography, network security, and vulnerability assessment.
Software Testing: Testing is an essential part of software development, and software developers need to understand how to test their applications effectively. It includes topics such as unit testing, integration testing, and automated testing.
In conclusion, these subjects are essential for software developers who want to excel in their careers. By mastering these subjects, software developers can create better software applications and stay ahead of the competition.

References:

“Cracking the Coding Interview” by Gayle Laakmann McDowell
“The Pragmatic Programmer” by Andrew Hunt and David Thomas
“Head First Object-Oriented Programming” by Kathy Sierra and Bert Bates

May God Richly Bless You!
James Constantine Frangos.
0
0
Updated
Share a link to this answer
Share a link to this answer

Bangaru Raja’s Answer

Hi There,
To become a software developer,
- Take majors in Computer Science
- Understand Logical Reasoning
- Learn and practice Data structures and Algorithms
- Learn a programming language

These should provide the basics required and based on the area of interest in software development you can learn and upgrade skills easily.
0