Free Republic
Browse · Search
General/Chat
Topics · Post Article

Skip to comments.

15 Programming Skills Most Coveted By Employers
ReadWrite ^ | 04/09/2013 | John Paul Titlow

Posted on 09/04/2013 12:51:44 PM PDT by SeekAndFind

More than ever, companies need coders. And while tech firms do the bulk of the hiring, the demand for programmers spans industries and only seems to be growing.  

From writing basic HTML to building complex logic into mobile applications, the ability to smartly craft lines of code continues to be one of the most in-demand — and often, well-paying — skill sets one can have. 

(See also: Why This Guy Quit His Sports-Radio Dream Job... To Write Software)

So what skills are the most sought after? That's an ever-fluctuating, somewhat difficult thing to track. Normally, we'd avoid turning to a single source for such data, but its very nature makes Indeed.com an ideal place to look. The job search site aggregates more than 16 million listings from a wide range of sources, so it's fairly comprehensive. 

15. Ruby 

It may be almost 20 years old, but the object-oriented scripting language is still going strong. After existing for years as a general purpose programming language, Ruby got a huge bump from the advent of Ruby on Rails, the hyper-popular Web development framework. Since the rise of Rails, the two have practically become synonymous, but Ruby has plenty of applications as a general scripting language. 

14. ASP.NET

Microsoft's server-side Web development framework is more controversial than many of its peers, in part because it's a Microsoft product. Still, its ability to build dynamic sites and Web applications is favored by many programmers and, more importantly, the organizations who hire them. 

13. AJAX

AJAX is actually multiple technologies bundled into one. Asyncronous JavaScript and XML was first popularized by Web applications like Google Maps and Gmail. The ability of websites to retrieve data in the background without reloading the page is something we now take for granted, but it was groundbreaking stuff a decade ago. Today, using a conglomeration of HTML, CSS, JavaScript (or JSON) and XML to build asynchronous Web apps is still popular, and the job listings prove it. 

12. Objective-C

For a 30-year-old programming language, Objective C is looking pretty good. It's the core of development for both of Apple's operating systems. Its roots in Mac OS X go back to Steve Jobs' days at NeXT and it's at the heart of iOS. Considering the  the platform's enormous popularity, it's no wonder that Objective-C is coveted by employers across industries. 

11. PHP

PHP is huge. The open source, server-side scripting language runs on more than 20 million websites and powers high-profile sites we deal with every day, including Facebook and Wikipedia. Any blog, news site or other website built using Wordpress or Drupal is making use of PHP as well. It's all over the Web, even if you can't see it by clicking "view source." 

10. Python

Python is a general purpose programming language that can be used in a variety of ways. Known for its clean and efficient code, Python is used by players as notable as Google and NASA. It's also what Dropbox is written in. In fact, the technology is so important to Dropbox that the company hired Python author Guido van Rossum away from Google late last year.  

Dropbox isn't the only one hiring Python talent. There are currently 19,455 Python job listings on Indeed.com. 

9. Perl 

Perl was very popular in the 90s for its ability to create CGI scripts that beefed up the functionality of early Web pages. But the dynamic programming language — sometimes called the "Swiss Army chainsaw" of languages — is capable of a wide range of feats. In addition to Web development, it's used for things like system administration, building desktop apps, game development and even bioinformatics

8. C

C has been around since the early 1970s and remains one of the most widely-used programming languages. It may lack the sexiness of the latest Web development frameworks, but C is what lots of operating systems, kernel level software and hardware drivers are made of.  

7. C#

Not to be confused with C or C++, C# is an object-oriented programming language developed by Microsoft in 2000 to compete with Java. Programmers will debate the merits of one language versus the other until the end of time, but tyhe fact remains that employers are hiring C# programmers like crazy.

6. XML

XML is everywhere. The markup language is used to define structured information in a wide variety of contexts. On the Web, it forms the basis of RSS and XHTML, it talks to databases and is paired with JavaScript for AJAX interactivity, among much else. It's even extended beyond the Web and has found its way into the heart of desktop applications like Microsoft Word and Adobe InDesign. The list goes on and on. And so do the job listings. 

5. C++

Like its predecessor C, C++ is used widely in operating systems,  desktop apps, developing games, hardware drivers and much else. C++ has a reputation for being more complex and inefficient than some of the alternatives , but it is nonetheless an incredibly widely used and important programming language. 

4. JavaScript

 On the Web, JavaScript is what makes things interactive. This is especially true now that the rise of tablets and smartphones has bumped Flash from its once-prominent perch. Whether it's trendy frameworks like jQuery or the JSON data interchange standard, companies need JavaScript-focused talent like never before. 

3. HTML

It's only natural that the language at the heart every Web page would be in high demand, even as native mobile app development and back-end cloud technologies command bigger ad bigger chunks of IT budgets. In fact, as tablets, smartphones and cloud-hosted services proliferate, the importance of the Web grows along with it. The conglomeration of Web technologies known as HTML5 is all the rage at the moment, but hypertext markup is more than a fad. It is, and will remain, the skeleton of the Web for the foreseeable future. 

2. Java

Java certainly has its critics, not to mention some well-publicized security issues.  But the object-oriented language remains in heavy demand and used for a wide range of purposes. It can't possibly hurt that Google uses Java as the basis for Android application development, a sector that isn't likely to slowdown anytime soon. 

1. SQL 

NoSQL databases might be getting all the attention as of lately, but more traditional, structured databases are still going strong. Thus, SQL, the programming language for querying, manipulating and managing relational databases is in high demand. Considering the sheer volume of data being generated everyday, it's no shock that having the ability to help manage it is such a marketable skill. There are currently more than 98,000 SQL jobs indexed by Indeed.com. 


TOPICS: Business/Economy; Computers/Internet
KEYWORDS: careers; computerlanguages; programming; software
Navigation: use the links below to view more comments.
first previous 1-2021-4041-6061-8081-90 next last
To: RJS1950

The Java environment is the same, with multiple languages supported on the JVM, namely Groovy, and my personal favorite, Scala.


41 posted on 09/04/2013 1:51:45 PM PDT by dfwgator
[ Post Reply | Private Reply | To 28 | View Replies]

To: RJS1950

What’s a S0C4?


42 posted on 09/04/2013 1:52:20 PM PDT by dfwgator
[ Post Reply | Private Reply | To 34 | View Replies]

To: SeekAndFind

bfl


43 posted on 09/04/2013 1:52:57 PM PDT by Errant
[ Post Reply | Private Reply | To 1 | View Replies]

To: dfwgator
XML and JSON should be grouped together.

The article combined Javascript and JSON, but they aren't really the same. Javascript is the programming, JSON is the data.

JSON is JavaScript Object Notation, a data representation language that is much less complex than XML. Developers are migrating to it because it doesn't take as many resources to parse a JSON object, compared to XML. If you are dealing with millions of messages, you can save a lot of CPU time with JSON.

You can easily convert JSON to XML, but not necessarily the other way around. But even when they represent the same data, they are just two ways to express it.

44 posted on 09/04/2013 1:53:06 PM PDT by justlurking (tagline removed, as demanded by Admin Moderator)
[ Post Reply | Private Reply | To 10 | View Replies]

To: SeekAndFind

Knowing Java isn’t just knowing about the language (ditto with PERL), it’s knowing all of the packages out there. You have to know about things like Apache Commons or Spring, so you don’t wind up reinventing the wheel.


45 posted on 09/04/2013 1:55:15 PM PDT by dfwgator
[ Post Reply | Private Reply | To 1 | View Replies]

To: SeekAndFind

Foxpro is the worlds best programming language.


46 posted on 09/04/2013 1:55:49 PM PDT by not2be4gotten.com
[ Post Reply | Private Reply | To 1 | View Replies]

To: Borges
PHP is amateurville. I can’t imagine a first rate pro website being written in it.

PHP is used on a vast majority of web sites (that require server side programming). I remember reading recently from a Alexa ranking that the of the top million web sites, nearly 80% use PHP.

Check out the Laravel framework. It will guarantee its popularity (and growth) of PHP for the foreseeable future.

Every language has it's quirks.

47 posted on 09/04/2013 2:00:31 PM PDT by sand88
[ Post Reply | Private Reply | To 20 | View Replies]

To: sand88

Drupal and Wordpress are PHP-based are they not?


48 posted on 09/04/2013 2:01:46 PM PDT by dfwgator
[ Post Reply | Private Reply | To 47 | View Replies]

To: Lancey Howard

I heard there big demand for CpplEmails


49 posted on 09/04/2013 2:03:42 PM PDT by DainBramage
[ Post Reply | Private Reply | To 35 | View Replies]

To: DainBramage

Yeah, I saw that on usenet just the other day.


50 posted on 09/04/2013 2:07:35 PM PDT by Lancey Howard
[ Post Reply | Private Reply | To 49 | View Replies]

To: SeekAndFind

I mastered and practiced HTML on FreeR true story, lol, now I use it at my job.


51 posted on 09/04/2013 2:12:40 PM PDT by erod (I'm a Chicagoan till Chicago ends...)
[ Post Reply | Private Reply | To 1 | View Replies]

To: SeekAndFind; All

All held together by a bunch of #!/bin/bash


52 posted on 09/04/2013 2:13:42 PM PDT by gura (If Allah is so great, why does he need fat sexually confused fanboys to do his dirty work? -iowahawk)
[ Post Reply | Private Reply | To 1 | View Replies]

To: SeekAndFind

What, no FORTRAN?


53 posted on 09/04/2013 2:15:44 PM PDT by NonValueAdded (Henceforth, the Office of the President shall be known as IMPOTUS)
[ Post Reply | Private Reply | To 1 | View Replies]

To: dfwgator
Drupal and Wordpress are PHP-based are they not

Correct. They are Content Management Systems (CMS) written in PHP.

54 posted on 09/04/2013 2:18:04 PM PDT by sand88
[ Post Reply | Private Reply | To 48 | View Replies]

To: SeekAndFind

Where is the C+ I used to see every once in a while in HR-written job descriptions.

“Must know C/C+/C++...” LOL always got a kick out of those.


55 posted on 09/04/2013 2:18:33 PM PDT by Betis70
[ Post Reply | Private Reply | To 1 | View Replies]

To: Borges
PHP is amateurville. I can’t imagine a first rate pro website being written in it.

It's the poor workman who blames his tools. ;^})

Yahoo!, Facebook and Wikipedia are just three sites using PHP. Then, there's LinkedIn and WordPress.com.

There are a number of MVC frameworks supporting PHP including CakePHP and CodeIgniter.

56 posted on 09/04/2013 2:29:50 PM PDT by Ol' Dan Tucker (People should not be afraid of the government. Government should be afraid of the people)
[ Post Reply | Private Reply | To 20 | View Replies]

To: ImJustAnotherOkie
Remember Journalist’s are not too bright.

But most of them know the difference between Journalists and Journalist's.........could not resist, FRiend.......

8:}

57 posted on 09/04/2013 2:31:46 PM PDT by AwesomePossum
[ Post Reply | Private Reply | To 26 | View Replies]

To: NonValueAdded

RE: What, no FORTRAN?

Because it is now Year 2013


58 posted on 09/04/2013 2:42:22 PM PDT by SeekAndFind
[ Post Reply | Private Reply | To 53 | View Replies]

To: Betis70

“Can’t you just code in B?” - Pointy-Headed Boss from “Dilbert”


59 posted on 09/04/2013 2:43:10 PM PDT by dfwgator
[ Post Reply | Private Reply | To 55 | View Replies]

To: Mr. Jeeves

My thoughts exactly. If there is such a high demand for code, the consultant firms who can farm out the projects will get the work.


60 posted on 09/04/2013 2:43:42 PM PDT by gr8eman (Ron Swanson for President!)
[ Post Reply | Private Reply | To 16 | View Replies]


Navigation: use the links below to view more comments.
first previous 1-2021-4041-6061-8081-90 next last

Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.

Free Republic
Browse · Search
General/Chat
Topics · Post Article

FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson