DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Please enter at least three characters to search
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

The software you build is only as secure as the code that powers it. Learn how malicious code creeps into your software supply chain.

Apache Cassandra combines the benefits of major NoSQL databases to support data management needs not covered by traditional RDBMS vendors.

Generative AI has transformed nearly every industry. How can you leverage GenAI to improve your productivity and efficiency?

Modernize your data layer. Learn how to design cloud-native database architectures to meet the evolving demands of AI and GenAI workloads.

Related

  • DZone Community Awards 2022
  • AI: The Future of HealthTech
  • The First Annual Recap From JPA Buddy
  • Is Java Still Relevant?

Trending

  • Next-Gen IoT Performance Depends on Advanced Power Management ICs
  • AI Speaks for the World... But Whose Humanity Does It Learn From?
  • Four Essential Tips for Building a Robust REST API in Java
  • Event-Driven Microservices: How Kafka and RabbitMQ Power Scalable Systems
  1. DZone
  2. Coding
  3. Languages
  4. 10 Things Every Programmer and Software Engineer Should Know

10 Things Every Programmer and Software Engineer Should Know

Learn more about what you should know and learn as a new or exploring programmer, and where to learn these skills.

By 
Javin Paul user avatar
Javin Paul
·
Jan. 14, 19 · Presentation
Likes (16)
Comment
Save
Tweet
Share
41.8K Views

Join the DZone community and get the full member experience.

Join For Free

If you have been programming for some time and looking to learn to program then you might be thinking about what makes a good programmer. What can a computer science graduate do to prepare for a career in software development and programming? The things expected of a junior developer are some of the common questions I receive from many students on Facebook and Emails who follows me. These are mostly college students who now have access to a wealth of information thanks to the internet and eager to learn things in advance to prepare for their programming job interviews.

In this article, I'll share 10 things which I believe every programmer should know. This includes a programming language like C++ or Java, essential computer science concepts like data structures, algorithms and computer networking basics, essential tools like Git, Microsoft Word and Excel, skills like SQL and UNIX, editors like Eclipse or Visual Studio, and text editors.

This list is by no means complete but it provides you a good starting point for things a programmer should know. If you are aiming for a career in software development and looking for a programming job then these are things you can learn and improve to stay ahead of your competition.

Things Every Programmers and Developer Should Know

Without further ado, here is a list of things which I personally believe, every programmer should know, irrespective of the job he is doing. These are basic skills and will serve you for a long time. Any investment made into this in terms of time, money and effort will help you to reap rewards throughout your career.

1) Data Structures and Algorithms

If you want to become a programmer then you ought to know data structure and algorithms well; there's no way around it. This is one of the important topics of any programming job interview and without you knowing basic data structures (e.g. array, linked list, map, set) it's not possible to write a real-world application.

That's why every programmer should put serious effort to learn data structures and algorithms during their computer science course.

If you are a self-taught programmer, then also you must know data structures and algorithms; in fact, many programming boot camp will teach you data structures and algorithms as the first thing.

If you want to learn it for yourself then Data Structures and Algorithms: Deep Dive Using Java is a good place to start.

2) Source Control

Source control is used to store code and if you want to become a coder or software developer, you must know version control tools like Git and SVN.

Thankfully Git and Github have streamlined the market and now more than 70% organizations uses Git, so you can probably get away by just learning Git.

By the way, you should put some effort into learning Git well, and you should be comfortable with advanced version control concepts like branching and merging as well as the tool itself using both the command line and GUI. For beginners, The GitHub Ultimate: Master Git and GitHub is a good place to start with.


3) Text Editors

There is not a single day when I have not used a text editor while working as programmers. It's one of the essential tools even for non-programmers and anyone who works with computers.

I have mostly used NotePad on Windows and VI in Linux, but you have a lot of choices available in terms of advanced editors like Sublime and NotePad++, which provides IDE-like functionalities.

I suggest you spend some time learning your favorite editor and keyboard shortcuts, productivity tips are something you can learn. If you like Sublime then Sublime Text for Rapid Web Development is a good course to learn such things.


4) IDEs

The modern IDE is the single most important tool for any programmers. For C, C++, and C# programmer, the choice is clear: Visual Studio. And for Python developers, Jupiter Notebook is getting better and better every day.

For Java programmers, there are three major IDEs to choose: Eclipse, NetBeans, and IntelliJ. While Eclipse is my favorite, IntelliJ IDEA is not bad at all.

If you happen to be an IntelliJ IDEA fan, then I suggest you to go through IntelliJ IDEA Tricks to Boost Productivity for Java Devs to learn your IDE better.


5) Database and SQL

SQL is a classic. It's been around for more than 30 years and I think it will be around for another 30 years. Given the omnipresence of the database, it's expected from a programmer that he is familiar with essential database concepts like normalization and table design along with SQL.

There are many databases, but knowing just one is enough. The key point is that you should be familiar with the database. You should know how to insert/update/delete data and write SQL queries to retrieve it.

Knowledge of advanced concepts like join an aggregate function is a big bonus and if you want to get that then The Complete SQL BootCamp is a great place to start with.



6) UNIX or Linux

Like SQL, UNIX also has withstood the test of time. It's also been around for more than 30 years and I hope it will be there for many more coming years. Since most programmers have to work in a UNIX machine at some point, a good knowledge of Linx command line goes a long way.

It allows you to work effectively. You can search files, know what's going on with the system by checking its CPU and memory usage, and perform basic and advance task. If you want to learn Linux commands I suggest to go through Learn Linux in 5 Days and Level Up Your Career course on Udemy.



7) Microsoft Excel

Excel is one of the king tools for programmers, software developers, project manager, traders, and business guys. It's much more than just spreadsheet software. It provides many useful features and functions to perform sophisticated data analysis.

I have used Excel to track progress, reconcile data, data analysis, data quality checks and for project planning.

It has several uses and that's why I urge every programmer to learn Excel in depth. Instead of just copying and pasting data, you should know basic functions like searching, sorting, filtering and VLOOKUP to compare stuff.

If you want to learn Excel from scratch or want to improve your knowledge, Microsoft Excel - Excel from Beginner to Advanced is a great course to start with.


8) Programming Languages

As a programmer, you must know a programming language: C++ or Java, or maybe Python or JavaScript. You can choose whatever you want to but my personal suggestion is that you should at least know Java.

It's very easy to start with and that's why a good choice for beginners. It's also immensely powerful and allows you to virtually anything.

It has got libraries from doing basic stuff like web development to more complex tasks with Big Data and so on. If you decide to learn Java then The Complete Java MasterClass is probably the best place to start with.


9) Networking Basics

Today's world is interconnected world and anywhere you go, you will find computer networks, starting from your home, where you are using Wi-Fi across many devices, to schools, college, and offices which use Local Area Network (LAN) to the Internet.

Most of the applications you will write will also not be standalone but client-server kind of application where the request will go through the network to a server. Clients will access your application from anywhere in the world.

The bottom line is that you must understand the networking basics to understand, develop, and support your application. If you want to learn more then I suggest you join The Complete Networking Fundamentals course on Udemy. It's a good starting point for beginners.


10) Scripting Languages

In point #8 I asked you to learn a programming language, and yet here I am asking you to learn a scripting language? Why? Can the same programming language not be used as a scripting language?

Well, there are certainly some languages which are good for both OOP coding and scripting like Python, and that's why I asked you to learn it at least. But if you happen to learn C/C++ or Java then you can't whip out something as quickly as a Python or Perl developer can do.

If you want to learn Python and need a course, The Complete Python Bootcamp is a great course to start with.



The scripting language makes it easy to create tools and scripts to solve common problems in the programming world. If you have a good command over a scripting language like Python then you can automate mundane stuff easily.

Once again, I suggest you to learn Python to kill two birds in one stone, and if you need some more resources, these list of free Python courses are also very helpful

Computer science graduates and people who aspire to become programmers can use this list to find out about things, tools, and skills to become a successful programmer.

By the way, if you are interested to learn more about things programmers should know, there is a lot of guidance available in terms of important things for programmers and you can find great advice on the Internet, like 97 Things Programmer should know, a must read for every serious programmer.

Programmer (hardware) Software development intellij Big data Database Software engineer Computer science Java (programming language) Python (language) IT

Published at DZone with permission of Javin Paul, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.

Related

  • DZone Community Awards 2022
  • AI: The Future of HealthTech
  • The First Annual Recap From JPA Buddy
  • Is Java Still Relevant?

Partner Resources

×

Comments
Oops! Something Went Wrong

The likes didn't load as expected. Please refresh the page and try again.

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends:

Likes
There are no likes...yet! 👀
Be the first to like this post!
It looks like you're not logged in.
Sign in to see who liked this post!