Thread: How do people make money programming here?

  1. #1
    Registered User
    Join Date
    Dec 2015
    Posts
    112

    How do people make money programming here?

    I currently use programming in my job as a Test Engineer. I need to have skills in hardware, from component level to system level, software, processing, etc.

    I'd like to eventually start a business and was wondering how others make money with programming on here.

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    I certainly don't make money programming here: the help seekers never pay me anything!
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    Are there people working that type of job where you work. Is there any kind of career path planning there? If so, I've seen testers make that transition in the past.

    gg

  4. #4
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    My official title at work is "Software Engineer." It somewhat overstates my qualifications and education, but not my duties. I've been at it for 8+ years, so performance is obviously more important than qualifications on paper.
    What can this strange device be?
    When I touch it, it gives forth a sound
    It's got wires that vibrate and give music
    What can this thing be that I found?

  5. #5
    Registered User
    Join Date
    Dec 2015
    Posts
    112
    I work at a large company and there are people doing all sorts of different jobs. Software, systems, hardware, algorithms, management, etc. I have been offered by some managers to go into systems, software and electrical. I'm a master of known but I can integrate systems rather well.

  6. #6
    Registered User
    Join Date
    Apr 2013
    Posts
    1,658
    Are you asking what type of jobs the programmers here (or in general) have? As for myself, I'm retired now, but I mostly worked with operating systems and device drivers, initially on mini-computer systems, later on embedded devices (with micro-kernels). I specialized in some forms of data compression, and Reed Solomon error correction code. So in my case there was a significant amount of low level software and knowledge of hardware involved.

    On the other extreme, I know a programmer that works with cloud / server based applications using Microsoft Azure, which is fairly isolated from hardware. For example, things like load balancing (which involves sharing server load between multiple processes), are handled automatically within Azure, so the programmer never has to deal with this stuff.

  7. #7
    Registered User MutantJohn's Avatar
    Join Date
    Feb 2013
    Posts
    2,665
    I'm a full-stack web developer. Still love me some C++ though. Though that's like a dirty word in the web community. We dare not speak of things that aren't trendy!

  8. #8
    Make Fortran great again
    Join Date
    Sep 2009
    Posts
    1,413
    Oh, he is asking what we do for a living in relation to programming.

    At my current position I'm essentially an automation engineer, I program PLCs and HMIs for oil & gas separators, and create the occasional desktop application. Recently I've made a program to help automate BOM creation and 3D model creation, and right now I'm working on a multi-threaded Modbus data logger.

  9. #9
    Registered User DavidIR's Avatar
    Join Date
    May 2016
    Posts
    1
    I wish i learnt programming and computer stuff instead of accounting as I'd be able to get a job easily.

  10. #10
    Tweaking master Aslaville's Avatar
    Join Date
    Sep 2012
    Location
    Rogueport
    Posts
    528
    Quote Originally Posted by DavidIR View Post
    I wish i learnt programming and computer stuff instead of accounting as I'd be able to get a job easily.
    I guess this only applies to those who are good. You could just learn programming at school, such at it and of course, you won't have a very easy time getting a job.

  11. #11
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Quote Originally Posted by DavidIR View Post
    I wish i learnt programming and computer stuff instead of accounting as I'd be able to get a job easily.
    What? It is easier to be an accountant and work independently, then a software developer.

    Meanwhile, the job market for software developers is crowded with applicants. To make matters worse it has spread through the years over a large number of skills with not just programming language, but also APIs, frameworks, database management servers, and even development tools being hiring requirements. So, the chance you fit exactly a job application within your skill set is much lower these days. And the cherry on top?... the density of internships in the tech industry is way over the top, removing many possibilities for skilled workers. The software development job market is becoming increasingly difficult and tremendously competitive. And there are no signs it will slow down.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  12. #12
    Registered User camel-man's Avatar
    Join Date
    Jan 2011
    Location
    Under the moon
    Posts
    693
    Is it more competitive "in house" or because of outsourcing opportunities?
    Code:
    int get_random_number(void)
    {
       return 4; //chosen by fair dice roll.
                 //guaranteed to be random
    }

  13. #13
    Registered User MutantJohn's Avatar
    Join Date
    Feb 2013
    Posts
    2,665
    I doubt it's 'cause of outsourcing.

    I think it's the same way with how everyone told kids to go to college so now we have so many college-educated individuals cleaning toilets.

  14. #14
    Registered User
    Join Date
    Mar 2010
    Location
    Denmark
    Posts
    233
    I found the university computer interesting, and taught myself how to program it. I wrote a suite of programs for the school of Geology, derivatives are probably still running today. Qualified as a Geologist, but have never worked in the field again, was a software developer / engineer since 1978 until forced retirement in 2008. Converted mathematical models of pipeline networks into Fortran 66 and 77 code, various other pipeline related activities for oil and gas companies, grid control stuff. Moved deeper into embedded systems, first in the transport sector, bus/train ticket automats, fare computer-ticket machines. The last 2-3 years was on embedded safety systems for marine shipping systems, voyage data recorders etc. In all I was fairly well paid, but, I /was/ good at it.

    Cardiac Arrest in the office, dead for 46 minutes. Now just a brain damaged wreck waiting to die.

  15. #15
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    Quote Originally Posted by MutantJohn View Post
    I doubt it's 'cause of outsourcing.
    Come TTIP it will.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Possible to make Money outa Poker?
    By Davros in forum A Brief History of Cprogramming.com
    Replies: 30
    Last Post: 02-28-2006, 02:30 AM
  2. How do bloggers make money?
    By lschmidt in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 01-02-2006, 01:56 PM
  3. Anybody want to make money off me?
    By face_master in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 10-28-2002, 12:22 PM
  4. Where do these companies make their money from?
    By MovingFulcrum in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 04-19-2002, 05:02 AM
  5. Ways to make money through the web...
    By Unregistered in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 09-26-2001, 11:42 AM

Tags for this Thread