Programming vs Networking


Programming vs Networking  

45 members have voted

  1. 1. which career field do you think has the brigtest future in America?

    • Programming (C++, Java, Web Development)
      25
    • Networking (MCSA/MCSE, CCNA/CCNP)
      20


Recommended Posts

Hi guys,

Over the last 5-6 months I've been debating which career field I should try to pursue and am having a little trouble making up my mind. I've been told to stay away from programming, that all (or at least the big majority) of the programming jobs are being outsourced to India. I've also been told that getting a decent networking job is no easy task, that most employers these days require at least a Bachelor's degree, 3-5 years experience, and a plethora of certs (A+, Net+, MCSE, CCNA, Etc..). Even seeing past the catch 22 of "how do I get experience if they won't hire me without experience", as well as the dwindling economy, it would seem that (good) jobs in IT are becoming harder and harder to land. I've even considered changing my major to something easier like Accounting, simply because there are so many job openings for them and the pay is still decent (40-50k). Anyway, what is your personal outlook on the IT field and what do you think the best career path would be if I decide to stick with an IT major?

Thanks,

Grunt

Link to comment
https://www.neowin.net/forum/topic/426395-programming-vs-networking/
Share on other sites

I voted programming, but if those jobs really are being outsourced to India (I only know of Microsoft doing this) then go for networking.

Someone in India wouldn't be able to set up and maintain a network for an American company. If you can troubleshoot well, you will always be in demand.

I am studying Comptuer Systems Engineering + Computer Science and i am overloading in some communications engineering units

personally i think (and i am studying to work in) the feild of portable and integrated computing is the way to go, this would require new networking technologies, however with those network technologies comes the programming of the packet structures and the protocols with which to access the networks.

if you are talking about network set-up and maintainance i believe programming is growing at a faster rate.

But if those jobs are going to other countries (I am just going by what he said) then it is hopeless. I can't argue with you though as I don't know enough about it.

I do know however that every business in the western world needs computers, networks and people to set up and run them.

Networking in my opinion isn't as important as programming. In most cases networking is simply knowing how to use some programs to do what you want. Programming allows you to build networking tools and much more.

Also, you don't need to go into a pure software company to do programming. There are a lot of non technical companies that need software automation.

Finally, networking is just as suseptible to "outsourcing." Instead of a person in india taking your job, a more robust computer program will allow a company to hire a much less qualified person with less pay to manage the program.

the portable and integrated computing i was talking about is like the development of the 'smart phone' which has grown rather quickly in recent years, also the networks required to communicate between smart phones and increase the bandwidth throughput capable with wireless radio networks (CDMA GSM '3G & 4G' networks)

programming jobs are being outsourced to india and the likes because of lower cost per programmer, however another reason is around the clock development cycles, cram the most man hours into one day.

given that the programming and pure computer science workforce is flooded with applicants (computer science is one of the most popular individual degrees) of average skills, unless you stand out from the crowd it would be hard to find a decent job. for that reason i suggest doing what i have done and taking a double degree, it may take a year or two longer, however in the end the job you will get will be a higher pay and there will be more oppertunities in the market for you

Thanks for the replies, guys. Really appreciate it. Perhaps I should just keep studying programming and spend a year or two longer in school and take some networking certificate classes (mcse, ccna). That way I'd have both bases covered. I'll just have to get over the fact that I hate this town and can't wait to get out of it :cry: Hopefully it will be worth it in the end.

I went for Networking, like you said its hard to start out in a networking position without experiance. I would research your area and see what they are hiring for as entry level positions and focus on that. Keep your education broad to don't be to specific because if you have knowledge in one thing and not another you are limiting your job search. Also you could always look into enter the market in a support position, like a help desk or somthing and then work your way up to something bigger.

Programming is fun and exciting, get to create new things and actually make something worthwhile.

Networking is dull and boring, oo lets connect a few cables together, badda bing badda boom. BOOOOORING.

So i choose programming.. :)

I would have to say "To each their own" on this one. I find programing boring and I have tons of fun with networking. You can run into some big challanges with networking and it is not just simply plugging cables in. Ever try configuring a Cisco Router? But like I said, it is a "To each there own" on this one.

I would have to say "To each their own" on this one. I find programing boring and I have tons of fun with networking. You can run into some big challanges with networking and it is not just simply plugging cables in. Ever try configuring a Cisco Router? But like I said, it is a "To each there own" on this one.

I agree with what you say, its just i'm not a fan of networking, it just doesn't interest me. :p

Coding grunts will always be needed. I don't mean grunts in an insulting way at all. :) I'm just saying that you sit there and grunt it out, coding everyday. I started out a CS major, then quickly changed. There's no WAY I was going to code 8 hours a day. I'm in networking. It's a versatie, changing environment, especially with VoIP on the rise. (Speaking of which, I may want to get certified for that! :)) However, both will be equally needed, but more coders are needed than network engineers, so it's a difficult question to answer. If you were to answer it by how many are needed, then programming wins. I null voted.

Surly that suggests that there is more of a future in programming as 'not as many' people can do it well?

No. He's saying that, since not as many people can do it as well, they are in high demand. However, like I said in my previous post, these points are...beside the point. (That sounded a little redundant of me.) BOTH are needed. What's the use of having good programs if they can't work with other machines? What's the use of having programs to function across networks if there's no functional network?

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • JetBrains is working to cut false positives in RustRover 2026.2 by David Uzondu Recently, JetBrains released the fifth EAP build of its dedicated IDE, RustRover 2026.2, bringing improvements like a Run gutter icon for criterion_main! macro benchmarking and a feature that alerts you when there are unused traits in your current scope. Now, the company is out with a blog post addressing one of the "most common" complaints from users: false positives. In RustRover, a false positive occurs when the editor incorrectly highlights something as an error even though the project compiles and runs successfully. This mismatch flags a gap between the IDE's internal intelligence and the actual compiler. When the editor flashes red warnings over perfectly valid code, developers lose trust in the tool, which stalls momentum. Traditionally, RustRover runs cargo check to detect compiler errors and warnings, but it also relies on its own code analysis engine to power real-time features. To provide quick feedback, this engine parses your source code into a syntax tree while inferring types and resolving names as you type. Because this engine must work on broken, half-written code and react instantly, its logic sometimes diverges from the compiler's, producing false positives that do not exist in the compiler's eyes. JetBrains said that it has a "dedicated task force" focused specifically on identifying and fixing false positives by analyzing user reports and examining large-scale open-source projects. To speed up this process, the team built an internal system modeled after Crater, the famous Rust project that compiles and runs tests for every single crate published on crates.io. This automated pipeline compares the diagnostics from RustRover's analysis with actual compiler output to catch discrepancies before they reach users, ensuring smoother workflows. RustRover, for those who're unaware, is a dedicated IDE designed specifically for Rust developers. It's been around for a couple of years now, providing features like built-in debugging via LLDB, seamless cargo integration, advanced macro expansion, and HTML support. JetBrains distributes the app under two licensing models: a paid commercial subscription and a free option for non-commercial use.
    • Last year I bought the 2TB variant for $114 on Amazon. That's crazy that the 1TB is now 67% more expensive for half the storage, even with the newer T9 already on the market. And that's considered a good deal.
    • You can disable all non needed features from Brave. There is also Brave Origin which removes them entirely and it is free for Linux.
    • I wish I could use Brave but the tab suspension feature is horrible. It doesn't suspend them like Edge does. Even after 2h open with 70+ tabs (same as Edge), it has 2GB more consumption than Edge for no reason.
    • TeamViewer 15.78.4.0 by Razvan Serea TeamViewer is the fast, simple and friendly solution for remote access over the Internet - all applications in one single, very affordable module. Remote control of computers over the Internet, Instantly take control over a computer anywhere on the Internet, even through firewalls. No installation required, just use it fast and secure. Training, sales and teamwork, TeamViewer can also be used to present your desktop to a partner on the Internet. Show and share your software, PowerPoint presentations etc. File transfer, chat and more, Share your files, chat, switch the direction during a teamwork session, and a lot more is included in TeamViewer. TeamViewer key features: Cross-platform remote access (Windows, macOS, Linux, Android, iOS, IoT) Attended and unattended remote control Secure file transfer between devices Remote printing to local printers Multi-monitor support with easy switching Wake-on-LAN for sleeping devices Session links for quick connections (no password sharing) Web client access (no installation needed) End-to-end encryption (AES-256) Two-factor authentication and access controls AI-powered session insights and reporting Mass deployment and device management tools Customizable allow/block lists for security Command line and script execution remotely Performance monitoring and analytics dashboards TeamViewer 15.78.4.0 changelog: Improvements Permissions inheritance has been improved, increasing reliability when permissions are assigned to user group managers. Bugfixes Fixed a bug where 'Show details' button was not showing up on command bar upon selection of a device group. Fixed a bug which was causing the legacy groups to disappear when applying hide offline filter in basic view. Fixed a bug where devices were loading infinitely after login. Fixed a bug which was causing crash in application. Download: TeamViewer 15.78.4.0 | 32-bit | Portable | Mac | ~70.0 MB (Free for personal use) View: TeamViewer Home Page | Release Notes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      521
    2. 2
      PsYcHoKiLLa
      230
    3. 3
      Edouard
      135
    4. 4
      ATLien_0
      88
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!