As a 3rd year CS undergrad student, what all should I learn online that will be helpful to me in near future?

Asked by Last Modified  

Follow 1
Answer

Please enter your answer

As a third-year Computer Science student, you're already learning about data structures, algorithms and the basics of any object-oriented programming languages like Java. If you find this field fascinating, then stop for a minute and think about what you actually interests you. It can be web development,...
read more
As a third-year Computer Science student, you're already learning about data structures, algorithms and the basics of any object-oriented programming languages like Java. If you find this field fascinating, then stop for a minute and think about what you actually interests you. It can be web development, app development or even full-stack. There are a few things that are a must to learn either online or offline if you're planning to build your future around this field. They are: 1. Learn Full Stack Development. It'll help you get a good hang in both front-end and back-end technologies. 2. App DEvelopment: Java or Kotlin for Android, Swift for Ios and C# for Microsoft. 3. Learn about the database management systems (DBMS) 4. Networking is different protocols 5. Learn and master one of the following technologies, like Machine Learning, Artificial Intelligence and IOT, as they are the most trending technologies as of now. Or, leaving all this aside, if you don't know jack about programming, then here's what you MUST and SHOULD know before you graduate to land up in a good job: 1. Start with the basic programming languages like C++ or even Python would be great. 2. Learn Data structures and Algorithms. That's going to help you think logically and analyze things throughout your career. 3. Learn DataBase Management Systems like MySQL 4. Learn the latest technology in trends like IoT or Artificial Intelligence, etc. With these as your basics, you're good to go! read less
Comments

Related Questions

What is difference between Multithreading and miltiprocessing?
Thread is a part of the program,so a program has multiple threads whereas multiprocessing means a cpu (or multiple cpu) process multiple programs at a time.
Profile Photo
Milan
I need to know about JDBC. Can you help me please?
JDBC is an api, which is used to connect Java program to database.
Profile Photo
Ganesh
How do I learn Java? From book or internet or a coaching?
According to me....u should start from basic Java..that is core Java... . Find coaching , who teaches Java for beginners.....then later u can go for advance java.
Profile Photo
Suresh
0 0
View Comments7
How many classes will it take to learn core Java?
25-35 . depends on the student's previous knowledge on any programming languages
Profile Photo
Gene

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons


Introduction to Programming Languages
What is a Programming Language? A programming language is a formal computer language or constructed language designed to communicate instructions to a machine, particularly a computer. Programming languages...
Profile Photo

What are the JSP implicit objects ?
JSP provides Nine implicit objects by default. They are as follows with corresponding Object Type: i) out --> JspWriter ii) request -->HttpServletRequest iii) response --> HttpServletResponse iv)...
Profile Photo

Java Learning Tip
The easy way to learn any programatical language is just simple practices. Take a simple examples and practice daily one hour. And also go through the learning videos from youtube or somewhere else.
Profile Photo

2.1. Reverse a singly linked list.
class Node { int data; Node next; Node(int data) { this.data = data; this.next = null; }} public class LinkedList { Node head; public void reverse() { Node prev = null; Node curr = head; Node next =...
Profile Photo

Recommended Articles

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

Read full article >

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you