Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Is it more difficult to find work as an older developer?

Is it more difficult to find work as an older developer?

Scheduled Pinned Locked Moved The Lounge
careercssquestion
86 Posts 46 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Kirk 10389821

    Yeah, I think you missed his point. age is NOT THE Determinant here that many think it is. At 54, I am slowing down. I cannot possibly do a 27 hr straight programming session, as I have in the old days. Heck, I did a 16hr day and it jacked up my sleep for 3 days, and threw off fasting/eating schedule. So, yeah, we get older. We get slower. It's true of EVERY career. In the old days, the old plumbers, electricians, etc. were mentors to the new kids coming in. (How much has brick laying changed in 300 years? Not that much!) But in this WONDERFUL career, we can create our own custom tools that augment how we see the world. I was able to use a VM, restore, re-run a test with a subtle change, and copy/past 700,000 loglines into excel, and do a column by column by row comparison, excluding the date/time columns in a few minutes. It's about a 1hr full cycle. But I started on Paper Terminals. I Wrote custom programs to compare log files in the 1980s. And to compare Master-File before/after effects of code changes, or to produce change logs. Which could THEN be compared. The point. The tools changed. The DANG TOOLS CHANGE DAILY! You could put me back in front of that PDP-11 today, and inside of a few hours, it would feel almost natural to me. But I now have 4 versions of 1 IDE, Rider, DataGrip, UltraEdit, NP++, PHPStorm, etc. etc. etc. And every project I move to, they have 10 different tools. Oh, and they are all updated constantly, even with breaking changes. THIS IS WHERE MY AGE SHOWS. I remember leaving the MSFT camp and going Borland. Why? MSFT broke their C++ Compiler and stopped supporting 16 bit code generation. We had to maintain a 16 bit library, and the lead (younger) developer made EVERYTHING into New 32 bit code, using NEW Compiler features MSFT did not add into the 16 bit C++ Compiler. [The developer was UPSET that I found I could compile the code with BC++ as if I was dragging the company down the past... Without thinking that we had THOUSANDS of customers that were not going to 32 bit development any time soon. My next project was a Thunking layer, so we could actually call his code from 16 bit code. IRRESPONSIBLE to choose the path he chose!] Anyways, we make more mistakes when we are younger, and we are more likely to go down some bad paths, or not see the writing on the wall. I believe I am a better developer, overall. I am a bit slower, but I am a LOT more thorough, and a LOT LESS Likely to make a fatal design mistake! But it is a bit of a young perso

    S Offline
    S Offline
    sasadler
    wrote on last edited by
    #63

    I didn't see a lot of change in my developer field (embedded design/programming). Things seemed to change rather slowly for me. For the last 20+ years of my career it was programming in C/C++. I might have to learn some minor difference in the RTOSes I'm using but other than that it's C/C++ coding. Tool wise, there really wasn't much of a difference between the IDE's I used. I did have to learn new algorithms. Mostly DSP related (filters, tone generation/detection, etc). It was fun to step into DSP programming (after the age of 50!).

    K 1 Reply Last reply
    0
    • S sasadler

      I didn't see a lot of change in my developer field (embedded design/programming). Things seemed to change rather slowly for me. For the last 20+ years of my career it was programming in C/C++. I might have to learn some minor difference in the RTOSes I'm using but other than that it's C/C++ coding. Tool wise, there really wasn't much of a difference between the IDE's I used. I did have to learn new algorithms. Mostly DSP related (filters, tone generation/detection, etc). It was fun to step into DSP programming (after the age of 50!).

      K Offline
      K Offline
      Kirk 10389821
      wrote on last edited by
      #64

      Yeah, look, if I was at Chevron doing PL/X and COBOL, I am sure not much would have changed. But admittedly, I wanted to write software for people/companies. And then on the internet side, software as a service (ASP back in the day, and NOT web pages). I have a friend who worked on the Kernal for Solaris. And is working in debugging for the big Storage Companies. Still doing the same stuff (Heavy C/ASM/Memory dumps... Reading through a core dump like it's a story). There are jobs out there that don't change constantly, which is good. They are NOT usually customer driven solutions!

      S 1 Reply Last reply
      0
      • S SeattleC

        Because of the growth rate of software jobs, the average first-level manager is about 30. A person with that little experience cannot understand the value of experience because he doesn't have any. What he does understand is that the resume of a person with 30 years of experience doesn't look like the resumes of his best workers, who are also around 30. He may decide your experience is irrelevant. But you demand for more pay is extremely relevant. Being as old as his dad may also be a negative.

        C Offline
        C Offline
        cegarman
        wrote on last edited by
        #65

        I just retired!!! My last position I was filling 2 roles, sometimes 3. (Scrum Master / Mainframe/ .Net programmer) Why? well, I volunteered ....Silly I know but it allowed me to remain current and employed for the last couple of years. Besides it was fun learning something new. Years ago, I worked as a contractor for a company supporting a major player in the mainframe market. We had to rewrite some assembler routines. I was getting through it slowly. One of the senior senior people (70) came over to see how I was doing. We started talking about it, he sat down and started coding assembler. The code flowed from his fingers as easily as watching water flow downhill. He finished in 2 hours what would have taken me 6 hours to complete. I remember talking to him about it, his only comment was "takes a bit of practice". He spent some time helping me to improve my assembler language coding skills. That is one of the reasons why you should have senior people hanging around.

        Cegarman document code? If it's not intuitive, you're in the wrong field :D

        1 Reply Last reply
        0
        • K Kirk 10389821

          Yeah, I think you missed his point. age is NOT THE Determinant here that many think it is. At 54, I am slowing down. I cannot possibly do a 27 hr straight programming session, as I have in the old days. Heck, I did a 16hr day and it jacked up my sleep for 3 days, and threw off fasting/eating schedule. So, yeah, we get older. We get slower. It's true of EVERY career. In the old days, the old plumbers, electricians, etc. were mentors to the new kids coming in. (How much has brick laying changed in 300 years? Not that much!) But in this WONDERFUL career, we can create our own custom tools that augment how we see the world. I was able to use a VM, restore, re-run a test with a subtle change, and copy/past 700,000 loglines into excel, and do a column by column by row comparison, excluding the date/time columns in a few minutes. It's about a 1hr full cycle. But I started on Paper Terminals. I Wrote custom programs to compare log files in the 1980s. And to compare Master-File before/after effects of code changes, or to produce change logs. Which could THEN be compared. The point. The tools changed. The DANG TOOLS CHANGE DAILY! You could put me back in front of that PDP-11 today, and inside of a few hours, it would feel almost natural to me. But I now have 4 versions of 1 IDE, Rider, DataGrip, UltraEdit, NP++, PHPStorm, etc. etc. etc. And every project I move to, they have 10 different tools. Oh, and they are all updated constantly, even with breaking changes. THIS IS WHERE MY AGE SHOWS. I remember leaving the MSFT camp and going Borland. Why? MSFT broke their C++ Compiler and stopped supporting 16 bit code generation. We had to maintain a 16 bit library, and the lead (younger) developer made EVERYTHING into New 32 bit code, using NEW Compiler features MSFT did not add into the 16 bit C++ Compiler. [The developer was UPSET that I found I could compile the code with BC++ as if I was dragging the company down the past... Without thinking that we had THOUSANDS of customers that were not going to 32 bit development any time soon. My next project was a Thunking layer, so we could actually call his code from 16 bit code. IRRESPONSIBLE to choose the path he chose!] Anyways, we make more mistakes when we are younger, and we are more likely to go down some bad paths, or not see the writing on the wall. I believe I am a better developer, overall. I am a bit slower, but I am a LOT more thorough, and a LOT LESS Likely to make a fatal design mistake! But it is a bit of a young perso

          O Offline
          O Offline
          OldCoder2
          wrote on last edited by
          #66

          As an "older Programmer" 40+ years experience in hardware and software, my experience shows it depends on who you are dealing with. I left the corporate world and startups years ago, been consulting since. Most of my clients do not understand the cost of building a product, hence they want to hire you on the cheap, which I refuse to do. If you want my years of experience than you have to pay the price. I can't tell you how many projects I have rescued or fixed because the "newbie's totally screwed it up or the budget/expectations were unrealistic. The H1B visas are not helping things here for American programmers. I only take jobs now from people I can work with that cooperate to get to the finish line, so I pass up many deals that look good on paper but are just a headache in the long run. The key factor here is to make it work for the client, they are all results oriented and don't want to hear 'I wish I did this differently'or 'I'll fix it in the next release' They can't budget your time on this, so understanding the monetary and marketing constraints they are under goes along way to keeping employed. there is plenty of work, you just have to search it out. We need to get back to apprenticing the young programmers. Only actual experience will make them better. Ken

          1 Reply Last reply
          0
          • L Lost User

            So you're saying that because the application "is not that special", it's OK to post a vague job description, and thereby compounding the problem ... and wasting the time of applicants in the process; I can think of no bigger sin. I don't believe in a canned resume. I study what the job requires, and write an "application" that targets the job (and company).

            It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

            C Offline
            C Offline
            charlieg
            wrote on last edited by
            #67

            No I'm not doing that all ffs. You people need to lay off the caffeine and stop jumping ravines to reach conclusions. If you were actually able to maintain context - or just read the previous few posts, you would see that the system I am speaking of is NOT what other poster inferred. Since you don't know the first elephanting thing about the system I've worked with for 20 years, bugger off. I've tried youngsters who want $$ but aren't willing to learn what the project requires. They don't see ooo shiny, off they go. But we're talking about older developers getting work. There's that context thing coming back...

            Charlie Gilley <italic>Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

            L 1 Reply Last reply
            0
            • C charlieg

              No I'm not doing that all ffs. You people need to lay off the caffeine and stop jumping ravines to reach conclusions. If you were actually able to maintain context - or just read the previous few posts, you would see that the system I am speaking of is NOT what other poster inferred. Since you don't know the first elephanting thing about the system I've worked with for 20 years, bugger off. I've tried youngsters who want $$ but aren't willing to learn what the project requires. They don't see ooo shiny, off they go. But we're talking about older developers getting work. There's that context thing coming back...

              Charlie Gilley <italic>Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #68

              And what is also despicable (as an "employer"): "I have a number in mind, guess what it is; and if you guess wrong ...". I have yours.

              It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

              C 1 Reply Last reply
              0
              • L Lost User

                And what is also despicable (as an "employer"): "I have a number in mind, guess what it is; and if you guess wrong ...". I have yours.

                It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

                C Offline
                C Offline
                charlieg
                wrote on last edited by
                #69

                It's all sales.

                Charlie Gilley <italic>Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

                L 1 Reply Last reply
                0
                • L Lost User

                  I was never part of any "old boys' network" ... and I would never join a group that would have me as a member. And since it's against the law to ask for your age, the "battle" as you call it, only starts in the interview when you show up in a suit and they're wearing a t-shirt ... and yeah, I check the "company profile". Anyway, for the last 20 years all my work has been remote where I didn't have to submit a "picture". As for your "FORTRAN" requirement, that's a useless specification if one also has to know about mass equilibrium calculations or petrochemical fracturing. You need a better "job description". As for the $, my rate varies with the skill the job requires. It's your "general attitude", that slots all of us "old guys", that is part of the problem. "Old fart" is right. (And who is "John"?)

                  It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

                  C Offline
                  C Offline
                  charlieg
                  wrote on last edited by
                  #70

                  What is wrong with you? Did you miss the smiley? :doh:

                  Charlie Gilley <italic>Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

                  L 1 Reply Last reply
                  0
                  • R Rusty Bullet

                    I think you nailed it on the head. Another aspect (I am 65) is that new fads in code development like agile and DevOps tend to be something programmers used to thinking find hard to accept whole cloth and hiring managers (or teams) my be leary of being questioned.

                    C Offline
                    C Offline
                    charlieg
                    wrote on last edited by
                    #71

                    interviewed two decades ago with a company. The PM was a twit and the lead consultant was a pompous twit that could spout acronyms but didn't do anything. I solved a development issue the team was having in 30 seconds. Still didn't get the job. Pretty sure the twit figured out what I thought of him. One thing you have to realize. I rarely come across people who can actually hire people smarter than them. And it's getting worse.

                    Charlie Gilley <italic>Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

                    R 1 Reply Last reply
                    0
                    • J Jacquers

                      I've noticed a trend (at least in South Africa) that a lot of developer job postings are looking for junior to mid level developers. Posts for senior level developers are scarcer. Companies are looking for young, energetic people. It seems like it gets more difficult to find work as an older developer, even though I would think that you would be valued for your experience. I think part of the reason is also that the salary for junior and mid level developers are less and companies are trying to save money. Perhaps there is also a stigma that older developers skills are not up to date?

                      U Offline
                      U Offline
                      User 13224750
                      wrote on last edited by
                      #72

                      I have been working in various aspects of IT since 1966 after taking a programming course in college. Along with copious math & engineering classes, I took a programming class each semester and continued to work doing programming (I had to work my way through college, being the oldest of seven children & family no wealthy). Las year in school I got an off campus job doing programming for the company I eventually went to work for after graduation. I had intended to get into control systems work after graduating with a BSEE. Things being what they were in the US in 1970 when I left college, I ended up taking a job with a small company working in the electric power & steam power control field. Moved around a bit & ended up working for a company that was making aircraft simulators. Learned a whole lot about building device drivers, OS internals, etc. Job eventually moved me to Norfolk/VA Beach VA. During the 1980's I gradually moved away from pure programming. And worked out of town & traveled a lot. had a house to pay for. Fast forward to the nineties, back in VA, not much market for software developers in this area. Got into networking with DOS/NetWare & gradually networking token ring, ArcNet, Ethernet. Moved between jobs a lot businesses seemed to hire for a project & let you go. I also got involved with WIndows programming & eventually Windows NT. I eventually picked up some skills in working with wireless bar code devices. In 1997, landed at my present job working at a shipbuilder. First assignment, more barcode devices, and wireless (pre Wi-Fi), but also did all work on the architecting the system, building servers, installing databases, installing application software, and interfacing to SAP & mainframe. This naturally led to system engineering (in the IT space). Today, I am putting together High Performance clusters for this company. The first one I put together involved actually building out the facilities to turn a large room into a datacenter. This involves being a technical lead and being able to have a conversation with people with many different skills and get them working as a team to pull these things together in a working system. So this is a long winded preface to a couple of observations. Be able to communicate, both verbally & in writing. I worked a number of proposals where you have time limits, page limits, etc. You have to get your information to the customer in a way that they can understand and still stay within the limits. Being flexible; doing what you h

                      1 Reply Last reply
                      0
                      • C charlieg

                        What is wrong with you? Did you miss the smiley? :doh:

                        Charlie Gilley <italic>Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

                        L Offline
                        L Offline
                        Lost User
                        wrote on last edited by
                        #73

                        I was wondering why you singled me out for your "lecture", so I decided to take you up on it. Your responses put you in the "vague jobs to avoid category".

                        It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

                        C 1 Reply Last reply
                        0
                        • L Lost User

                          I was wondering why you singled me out for your "lecture", so I decided to take you up on it. Your responses put you in the "vague jobs to avoid category".

                          It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

                          C Offline
                          C Offline
                          charlieg
                          wrote on last edited by
                          #74

                          Gerry - we're in the lounge. Think of it as a conversation... you can't read my body language and I cannot read yours. It was not my intention to single you out in any way. If you took it that way, my apologies.

                          Charlie Gilley <italic>Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

                          L 1 Reply Last reply
                          0
                          • C charlieg

                            It's all sales.

                            Charlie Gilley <italic>Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

                            L Offline
                            L Offline
                            Lost User
                            wrote on last edited by
                            #75

                            A job is worth what it is. Hoping they'll underbid is taking advantage. Nice way to start an employer-employee relationship.

                            It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

                            C 1 Reply Last reply
                            0
                            • C charlieg

                              Gerry - we're in the lounge. Think of it as a conversation... you can't read my body language and I cannot read yours. It was not my intention to single you out in any way. If you took it that way, my apologies.

                              Charlie Gilley <italic>Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

                              L Offline
                              L Offline
                              Lost User
                              wrote on last edited by
                              #76

                              And I was simply taking up the points you brought up ... based on experience.

                              It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

                              1 Reply Last reply
                              0
                              • L Lost User

                                A job is worth what it is. Hoping they'll underbid is taking advantage. Nice way to start an employer-employee relationship.

                                It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

                                C Offline
                                C Offline
                                charlieg
                                wrote on last edited by
                                #77

                                The guy who I've worked with for 35 years said something that has always stuck with me: "When negotiating, it is very important that both parties leave satisfied." Otherwise bad business. The problem with engineers, coders, and techies is that most have no experience here. And companies take advantage. Brutally. I'd almost think universities would require a couple of classes...

                                Charlie Gilley <italic>Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

                                L 1 Reply Last reply
                                0
                                • C charlieg

                                  The guy who I've worked with for 35 years said something that has always stuck with me: "When negotiating, it is very important that both parties leave satisfied." Otherwise bad business. The problem with engineers, coders, and techies is that most have no experience here. And companies take advantage. Brutally. I'd almost think universities would require a couple of classes...

                                  Charlie Gilley <italic>Stuck in a dysfunctional matrix from which I must escape... "Where liberty dwells, there is my country." B. Franklin, 1783 “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759

                                  L Offline
                                  L Offline
                                  Lost User
                                  wrote on last edited by
                                  #78

                                  When you have a range in mind, and don't say what it is, you're wasting everyone's time. "Negotiating" involves knowing the parameters. If you meet the minimum, expect the minimum, not less because you underbid yourself; that will only create resentment. And if one knows the maximum, and doesn't like it, don't apply ... so "bitching" that they want "too much" doesn't even come into play. But some people like playing games and jerking others around.

                                  It was only in wine that he laid down no limit for himself, but he did not allow himself to be confused by it. ― Confucian Analects: Rules of Confucius about his food

                                  1 Reply Last reply
                                  0
                                  • J Jacquers

                                    I've noticed a trend (at least in South Africa) that a lot of developer job postings are looking for junior to mid level developers. Posts for senior level developers are scarcer. Companies are looking for young, energetic people. It seems like it gets more difficult to find work as an older developer, even though I would think that you would be valued for your experience. I think part of the reason is also that the salary for junior and mid level developers are less and companies are trying to save money. Perhaps there is also a stigma that older developers skills are not up to date?

                                    T Offline
                                    T Offline
                                    thewazz
                                    wrote on last edited by
                                    #79

                                    I hardly ever see job postings for junior and mid-level; almost always senior.

                                    1 Reply Last reply
                                    0
                                    • J Jacquers

                                      I've noticed a trend (at least in South Africa) that a lot of developer job postings are looking for junior to mid level developers. Posts for senior level developers are scarcer. Companies are looking for young, energetic people. It seems like it gets more difficult to find work as an older developer, even though I would think that you would be valued for your experience. I think part of the reason is also that the salary for junior and mid level developers are less and companies are trying to save money. Perhaps there is also a stigma that older developers skills are not up to date?

                                      M Offline
                                      M Offline
                                      Mark Puddephat
                                      wrote on last edited by
                                      #80

                                      I landed a new job last year at the age of 59. The new role has required me to learn a new system and programming language, and skill up on Python. I'm in the UK. My trick was to ditch the agencies, and target employers directly. Exception that proves the rule? Maybe.

                                      1 Reply Last reply
                                      0
                                      • J Jacquers

                                        I've noticed a trend (at least in South Africa) that a lot of developer job postings are looking for junior to mid level developers. Posts for senior level developers are scarcer. Companies are looking for young, energetic people. It seems like it gets more difficult to find work as an older developer, even though I would think that you would be valued for your experience. I think part of the reason is also that the salary for junior and mid level developers are less and companies are trying to save money. Perhaps there is also a stigma that older developers skills are not up to date?

                                        M Offline
                                        M Offline
                                        Member 14655597
                                        wrote on last edited by
                                        #81

                                        When i got 50, it was not easy to find a job. I got hired by a consulting company. They said me they don't care about age because they have a pool of customers that represent a lot of different programming languages even cobol. I am now 65, sick and taking care of my wife who is sickier but i am working for many years on a project that will end in a year. This project will show what an old guy like me can do with experience.

                                        1 Reply Last reply
                                        0
                                        • K Kirk 10389821

                                          Yeah, look, if I was at Chevron doing PL/X and COBOL, I am sure not much would have changed. But admittedly, I wanted to write software for people/companies. And then on the internet side, software as a service (ASP back in the day, and NOT web pages). I have a friend who worked on the Kernal for Solaris. And is working in debugging for the big Storage Companies. Still doing the same stuff (Heavy C/ASM/Memory dumps... Reading through a core dump like it's a story). There are jobs out there that don't change constantly, which is good. They are NOT usually customer driven solutions!

                                          S Offline
                                          S Offline
                                          sasadler
                                          wrote on last edited by
                                          #82

                                          Heh, there's a ton of different types of projects I've worked on over the years in the 'embedded' field. It's just the development part that hasn't changed much. The biggest change was the switch from doing assembly coding to doing C coding.

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups