Page 1 of 2 12 LastLast
Results 1 to 40 of 55

Thread: Career in programming

  1. #1

    Thread Starter
    New Member Dustda18's Avatar
    Join Date
    May 2007
    Location
    Mississippi
    Posts
    9

    Career in programming

    I was just wondering how everyone was educated and how many years it took to become a professional in programming. Im currently in school for Network Admin but might want to get into programming down the road since im educated a little in c++ and VB.Net

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Career in programming

    I have a Bachelor's degree in English.

    I started in IT as a mainframe data input operator. The only qualification for that was being a fast, accurate, typist.

    I worked my way in starting with the IBM PCs that didn't even hard a hard drive. You had to boot from a floppy in drive A: and do/save all your work to the floppy in drive B:

    When the IBM XT came out in 1984 with a 10mg hard drive, we all thought we had died and gone to heaven.

  3. #3
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Career in programming

    I started as a biologist, and got a Masters as a fish biologist. I have never taken a computer related course in my life. I got into programming at an early age on a TRS-80 Level 1 using BASIC, but set it aside through college and grad school. Once I was out in the work force, I decided to learn C++ as a hobby. That led to a greater interest in programming, which led to people realizing that having a programmer around could really help with biological data manipulations. For about ten years, half of my job became programming. Now I am back to code mostly as a hobby, as the agency I worked for realized they really needed a full-time programmer, rather than a fish biologist who wrote code "when I got a spare minute".

    Basically, there are as many possible paths as there are people to take them. If you have an interest and aptitude for code and logic, there will be people who want to benefit from that interest no matter where you go.
    My usual boring signature: Nothing

  4. #4
    Fanatic Member bgmacaw's Avatar
    Join Date
    Mar 2007
    Location
    Atlanta, GA USA
    Posts
    524

    Re: Career in programming

    My degree is in Political Science and I earned that before the IBM PC hit the market. After that I served in the USMC as a logistics officer and got involved with using PC's there and then even more when I went to grad school to work on a MBA. I ended up not finishing the degree because I found that I enjoyed programming a lot more than bossing people around.

    Essentially, outside of a few training classes, I'm self-taught.

  5. #5
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Career in programming

    Three experienced programmers and not a computer science major amoung them.

    I love it!

  6. #6
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Career in programming

    Am I the only one with a technically-oriented degree? I got a BSEE, worked in communications for 15 years, then started doing programming.

    (Computer Science? That phrase was meaningless when I was in school - we were still studying vacuum tubes.)
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

  7. #7
    A SQL Server fool GaryMazzone's Avatar
    Join Date
    Aug 2005
    Location
    Dover,NH
    Posts
    7,493

    Re: Career in programming

    I got my start when the department I worked in wanted a new application written and the IT department said they didn't have the time. I stepped in and said I can do that. I did the same thing to learn Oracle DB. Never went to school to start with. I finaly got an AS last year (I've benn donig this for 17 years now).
    Sometimes the Programmer
    Sometimes the DBA

    Mazz1

  8. #8
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Career in programming

    It's ALL motivation!
    My usual boring signature: Nothing

  9. #9
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    Re: Career in programming

    Quote Originally Posted by Al42
    Am I the only one with a technically-oriented degree? I got a BSEE, worked in communications for 15 years, then started doing programming.

    (Computer Science? That phrase was meaningless when I was in school - we were still studying vacuum tubes.)
    Nope - I have mine in mechanical engineering but we also had a FORTRAN course for one semester.
    But the funniest part was ... we had to write the code on the paper and let technician to enter it as there was only one keyboard ...

  10. #10
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Career in programming

    My high school math department teacher formed a company selling software - I joined that organization when I was 17. I missed 45 days of my senior year in school traveling around the country installing systems - gathering specs - and coming back to develop code...

    Full time job at 18 - started my own software house when I was 24...

    And I still work 60 hours a week

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  11. #11
    Banned
    Join Date
    Nov 2005
    Posts
    2,367

    Re: Career in programming

    I never went to college. I learned on my own while I was growing up, took some classes in high school (PASCAL, QBASIC, Java and C++) and after I graduated high school; I had mentioned I aspired to be a programmer to the company I was workng for as an accountant(the title was Operation's Analyst, but I spent my days balancing the accounts the company owned) and the pulled me over. Did VB6 and some SQL/Access database things for them. Moved onto my next job where I learned VB.Net 1.1 and how to maintain networks, intranets (IIS 6.0), DBA-esque tasks (sql2000) and websites (ASP.Net) along with writing programs that generated reports. I was the only developer there, so if it was under the sun - I had to learn it at some point.

    Now I'm at my current job working completely with building objects for frameworks that other developers build applications on (the term is "Software Factories," but it spans across all 3 tiers - not just business objects). I had to switch to .Net 2.0 and pick up DB2 knowledge (also alot about cross-browser support). I've also had to learn about load balancing and the intricacies of mass remote deployment and performance testing.

    The point I'm gradually getting to is - in my experiences, it's not what you know, but what you're willing to learn. After you get that first programming job - your background and education doesn't matter. Most every hiring manager will tell you "2 years of real-world experience is the equivillent of a 4 year dgree" in this industry.

  12. #12
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Career in programming

    i have taken no courses and i am not a "PRO" coder, but i am good. I would like to take a computer science and programming course when i get into college... in 3 years...
    My usual boring signature: Something

  13. #13
    Interweb adm/o/distrator Paul M's Avatar
    Join Date
    Nov 2006
    Location
    Australia, Melbourne
    Posts
    2,306

    Re: Career in programming

    Next year i am taking a Bachelor in Professional Software Development. And this particular university i am going to be doing it at is good for job placements. And in the second year there are job placements available at Mazda and Microsoft as well as some other big companies

  14. #14
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Career in programming

    Quote Originally Posted by dclamp
    i have taken no courses and i am not a "PRO" coder, but i am good. I would like to take a computer science and programming course when i get into college... in 3 years...
    At least you will get plenty of sleep

    I had the option to take a couple programming courses in HS, but it was clear that I already knew more than the teacher, so I avoided them. Actually, I would have been happy to take the PASCAL course, but I would have had to take a BASIC course, first, and I had no interest in learning that....again!
    My usual boring signature: Nothing

  15. #15
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Career in programming

    I've got an AAS in Comp Sci.... but only because the Air Force used my on the job training and experience as credits (way cool). I've taken 1 ANSI C class.... 6 weeks of ADA, 4 COBOL, 3 Weeks of ASM...... the rest - BASIC (Apple and PC), QBASIC, VB (3-.NET2) Pascal, and many more are largely slef taught. I got into it when I took an intro class when I was .... 7 or 8, I think it was (loooooooooooong time ago). And I've been programming away at the keyboard ever since (going on 30 years now). I was among the first in my HS to take and pass the AP Comp Sci exam (which is how I came to learn Pascal and OOP).

    My current job has be doing all sorts of things, working with EDI, XML, SQL, VB6/.NET, Crystal Reports, doing DBA work, support.

    dclamp - careful - there are many different paths to take for a computers degree. Local Uni has both the BIS (Buisiness Information Systems) and MIS (Management Information System)..... one is about management, the other is about doing. I'll let you figure which is which And then they ALSo offer Comp Sci ...... it's all so very confusing sometimes.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  16. #16
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: Career in programming

    Ive got no education in programming, as im "only" 19 years old Im going to a university after summer to read "Systemarchitecture", I'll be learning artificiall intelligense, object oriented analysis and design, C# programming, programming for other devices than PCs (game consoles, mobile phones etc)...and lots more.
    It'll be fun. My biggest fear is not getting a job afterwards though
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  17. #17
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Career in programming

    well i just finished a Quarter of College prep (within a semester of a new class at my school called "Freshman Seminar"). And i figured that i want to go to UCI (University of California, Irvine). I looked at the courses they offer in computer programing and computer science and i dont know what one i want to take.

    here at the "Information and Computer Science" courses http://www.admissions.uci.edu/majors_minors.html#ics

    also i might take some engineering courses: http://www.admissions.uci.edu/majors_minors.html#eng
    My usual boring signature: Something

  18. #18
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Career in programming

    EDIT:

    i might also want to major in business just incase i want to start my own software store or something....
    My usual boring signature: Something

  19. #19
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Career in programming

    If it were me, I'd go with the ICS major, and a biz minor...


    UCI is a good school.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  20. #20
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Career in programming

    yeah thats what i was thinking. Do you live in the US (cal area)?
    My usual boring signature: Something

  21. #21
    Banned
    Join Date
    Nov 2005
    Posts
    2,367

    Re: Career in programming

    Naww, tg lives around me - in the Nebraska area.

  22. #22
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Career in programming

    oh. then... how did you know that UCI is a good school? lol
    My usual boring signature: Something

  23. #23
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Career in programming

    I'm not a Nebraska native.... I grew up in SoCal.... Rancho Cuca. to be exact. UCI was one of the colleges I was looking at. Ended up settling on Cal Lu in Ventura CO. But never went. In the end I ended up joining the AF, and that's where I've got most of my training at that time (current employer is very good about keeping us current.)

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  24. #24
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Career in programming

    Oh Rancho Cucamunga. I used to live in Upland for a few years back in the day and Ontario too. Same hood

    I have a BSEE too as some other members but I had one programming course in VB 5 but i ended up teaching part of the class lol. I knew more then the teacher.

    I am all self taught and learned allot from the forums too. Answering questions does have a benefit other then helping that person.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  25. #25
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Career in programming

    i am basicly self taught too. Well, with VB5 i had, well my gardian, he was an electronics engineer, and he would write programs for his work, mostly for the tradeshow booths. and i would watch him make it, and he put it on my computer, and i basicly would figure out how to do it myself.

    most of the time i would make the form, and he would write the code

    but with PHP i took an online tutorial at VTC.com and then i learned alot more on my own.

    I am trying to teach myself ASP.NET and i started a tutorial at vtc and i got bored. so i stoped...
    My usual boring signature: Something

  26. #26
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339

    Re: Career in programming

    Hey I work in Ontario and live in Moreno Valley - small world.

    Do you work in the Healthcare industry techgnome?

    I have had no formal training which made it much harder to break into 'professional' programming. I just went had took the VB6 exam for a MCP which was all stuff I already knew and had been doing. Then my resume was dress up enough that I got a foot in. Actually I worked cheap for someone I knew doing a 50/50 split between programming and other things which also let me put programming on the resume. Once I left there it was nothing but straight 100% programming since and at a normal salary. I spent 6 years doing the split and 4 after.

    Honestly the cert only helped get the interview not the job and that was primarily because it was non-technical people doing most of the finding and initial interviews. A technical person can usually tell if you are full of crap or not within a few minute conversation.

    If you one is a programmer in the Onatrio, California area the company I work for is hiring for a .NET developer/SQL DBA type of skill set.
    Last edited by Edneeis; May 7th, 2007 at 09:33 PM.

  27. #27
    Lively Member
    Join Date
    Mar 2006
    Posts
    79

    Re: Career in programming

    My father wanted me to take Medicine (he was a Biochemist), but I took an Engineering degree (specialisng in Computer Software) instead. I had sufficient credit in the CS subjects in my Engineering degree that I was able to do an extra year in Computer Science as well. As a result, I have two pieces of paper saying I have separate degrees in both Engineering and Computer Science. Weird.

    I took a Traineeship at a State Government department on their Helpdesk - good training ground, but a bit stressful for me. My first real job was with a Multinational IT Outsourcing firm. I worked there for 6 years doing half-a-dozen projects in COBOL, Java and C++. I recently moved back to my hometown and got a job there as a full-time programmer for an IT firm.

    My Uni degree did come in handy. One of my Managers thought I had done a double Degree (Engineering and Comp Sci) and gave me a payrise.
    Last edited by Spacehamster; May 8th, 2007 at 12:38 AM.
    "Intelligent people may or may not appear Smart. Smart people may be Intelligent, but don’t bet on it. Intelligent and Smart people do Stupid things on occasion. Stupid people are not Intelligent. Everyone is ignorant. Who needs a drink?"
    - Brian Hendrix

  28. #28
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Career in programming

    Edneeis - no I don't... we produce customizable software for the deregulating energy industry to help marketers manage their client/customers. It's a cradle to grave system.

    If I still lived out that way or had plans one moving back out there, I'd toss my CV in to that ring.... but that's not the case.

    RD - Upland --- geez, sorry.... I lived right on the edge, just inside Cuca on the Upland side. It was eh, OK. The odd part was that I went to school completely on the other end of town in Etiwanda. But I digress....

    I think what Edneeis said about certs and interviews is right on. Especially about the bit of smelling the BS within minutes. We had one guy once who seemed to talk the talk, but when I started in on the technical questions I had - simple ones... like the three major classes of ADO (classic)..... it was a like an episode of Lost in Space - "DANGER! DANGER!" ... (btw: Connection, Command and Recordset -but would also accept Parameter as well)

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  29. #29
    Fanatic Member Slaine's Avatar
    Join Date
    Jul 2002
    Posts
    641

    Re: Career in programming

    I started programming binary load lifters...

    Seriously though - I started programming at a very early age, on a passed down ZX81. I was advised at school not to bother with computers because there was no market for them.

    My first 'programming' job was as a trainee COBOL developer - Things have changed over the years and I now use real languages
    Martin J Wallace (Slaine)

  30. #30
    Junior Member
    Join Date
    Feb 2007
    Posts
    28

    Re: Career in programming

    COBOL sounds like a cool language i know a couple of people who still work with it. It is mainly used for? Banks and such right?

  31. #31
    Interweb adm/o/distrator Paul M's Avatar
    Join Date
    Nov 2006
    Location
    Australia, Melbourne
    Posts
    2,306

    Re: Career in programming

    COmmon Business Oriented Language
    It is primarily for business applications and used to make programs that will generate reports. It is a high level language

  32. #32
    Junior Member
    Join Date
    Feb 2007
    Posts
    28

    Re: Career in programming

    Kk thanks for the description

  33. #33
    Fanatic Member Dnereb's Avatar
    Join Date
    Aug 2005
    Location
    Netherlands
    Posts
    863

    Re: Career in programming

    But they should have named it: TALL
    Type A Lot Language
    I've heard a rumor it was created by a datatypist.....
    why can't programmers keep and 31 Oct and 25 dec apart. Why Rating is Useful
    for every question you ask provide an answer on another thread.

  34. #34
    Junior Member
    Join Date
    Feb 2007
    Posts
    28

    Re: Career in programming

    That could be the case :P

  35. #35
    Fanatic Member Slaine's Avatar
    Join Date
    Jul 2002
    Posts
    641

    Re: Career in programming

    It's generally used as a batch programming language - and yes it tends to be very verbose.

    the original idea for it was to be easy for non-programmers to build routines using normal language - however that never really happened.

    You can find out all about its history here:
    http://en.wikipedia.org/wiki/COBOL
    Martin J Wallace (Slaine)

  36. #36
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Career in programming

    Seems to be a little confusion about COBOL. It can do everything - just like VB can do everything (within reason of course).

    We had front-end data entry programs in COBOL.

    Reports as well.

    Batch processing is part of the mainframe/mini world - so that's unrelated to COBOL. We had as many batch-command files running BASIC as we did COBOL code.

    We talked with SQL - Oracle - all kinds of databases with COBOL.

    COBOL is verbose - the language is long-winded.

    But that's not bad - it just is. No big deal.

    Reports were a breeze in COBOL because of the way a static memory map could be built - with headings in it in the declaration area and other "variable" spots that "filled" in loop logic with record data.

    COBOL is still thoroughly involved in the health care processing world. Anthem BLUE/CROSS uses COBOL still - for data entry through claim processing through payment processing. Full enterprise systems. I made more money with COBOL contracts from 1999 to 2001 then anything else - Y2K was great!

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  37. #37
    Fanatic Member Slaine's Avatar
    Join Date
    Jul 2002
    Posts
    641

    Re: Career in programming

    Y2K certainly was a money maker - While my wife was sat at home with a friend drinking cheap booze, I was sat in an office with 20 other folks, drinking free Champainge watching the fireworks across the city and earning £100 an hour.

    Roll on the next millenium I say.
    Martin J Wallace (Slaine)

  38. #38
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Career in programming

    ok, topic change... kinda.... C++ & Java with CORBA technology.

    are these hard to master? or even learn? There is a company i want to work for, and they program using thoes. I heard C++ is kind of a b(....) to learn...

    They are sending me 2 books, here they are:

    http://www.oreilly.com/store/series/headfirst.csp

    http://books.google.com/books?id=5VT...=title#PPP1,M1
    My usual boring signature: Something

  39. #39
    PowerPoster Pasvorto's Avatar
    Join Date
    Oct 2002
    Location
    Minnesota, USA
    Posts
    2,951

    Re: Career in programming

    I got my degree in Business (1977). I had to take FORTRAN, COBOL, and PASCAL classes. Interesting, but of no use to me. I got out of college and started selling mainframes for Burroughs Computer Systems. They eventually merged with Sperry and became Unisys. Part of the duties of a "territory manager" (salesman) was keeping tax tables and stuff like that up to date on the old mag stripe ledger card machines. It was all in Assembler code. I seemed to do pretty good at it. After a few years, I transferred over to the technical ranks and started installing mainframes in banks all over the mid west.

    By the time IBM came out with their first PC, I was a full fledged tech. My job was to translate BASIC programs from their PCs to run on our PCs, so we could do head to head comparisons.

    I left them after 15 years.

    Since then I have worked as a consultant for a New Zealand software company (4 years) and I have been the IT Manager here for 11+years.

    I have been using BASIC, in its many iterations, since its inception. I am getting old now, and I tire of trying to keep up with Microsoft.
    ===================================================
    If your question has been answered, mark the thread as [RESOLVED]

  40. #40
    PowerPoster Pasvorto's Avatar
    Join Date
    Oct 2002
    Location
    Minnesota, USA
    Posts
    2,951

    Re: Career in programming

    Actually, in all my time with Burroughs, I only met one guy with a computer science degree.
    ===================================================
    If your question has been answered, mark the thread as [RESOLVED]

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width