Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 5 of 5

Thread: Karen Here

  1. #1
    Junior Member
    Join Date
    Sep 2013
    Posts
    3
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Karen Here

    Hi

    I'm Karen Zubiri, I'm a newbie and really want to learn programming...I know how to code a little bit and I can create website from scratch using different cms and I think I'm improving on design but the real magic happens in programming so here I am.

    here would be my expectations to learn about programmers.

    1. I'm curious on how far a programmer can go in terms of technology.
    2.what are the different types of programmers (I know java is 1 sample of language programmer use) whats the different languages and their difference from each others or there similarities.when to use a programming language or how to use them.
    3.whats the difference between engineering to programmers.their limits in terms of scope of work.can I be a programmers and a engineer at the same time.(would it be easy if I learn programming first before learning engineering)
    4.if theirs an update in one language and I learn how to code would it be easy for me to adapt to that changes.

    Im an internet marketing and now jumping to coding wagon and I'm excited to learn (just drive by curiosity brought me here).but I also hope to make friends.


    Karen


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Karen Here

    Welcome, Karen. I'll answer your questions as best I can from an amateur's perspective - an amateur in programming, anyway.

    1. A programmer with the right skills, training, knowledge, etc. can go as far in technology as anyone else. It likely depends on what you mean by "how far" and "in terms of technology," so provide details if you want a better answer. Something like, "Can a programmer do <enter technology here> ?"

    2. Again, there are as many different types of programmers as there are languages and company job titles. What do you mean? Some programmers of a single type (Web Developer, for example) need to be familiar with multiple languages and technologies to do their jobs well.

    3. A software professional may have to answer this one. I work as a specific type of hardware engineer. Software engineers that I see in my field apply structured engineering processes to the software development process, but a lot of them don't have engineering degrees.

    4. I can't say what is easy for you. Someone that thoroughly learns a language and is considered proficient in it should not have difficulty adapting to changes in the language as those that typically occur over the life of the language.

  3. The Following User Says Thank You to GregBrannon For This Useful Post:

    mkaren851 (September 1st, 2013)

  4. #3
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Karen Here

    Welcome Karen
    Try to think of programming as more of a tool than a career. A tool giving you the ability to teach a computer how to assist you in your job, what ever that job may be.

  5. The Following User Says Thank You to jps For This Useful Post:

    mkaren851 (September 1st, 2013)

  6. #4
    Junior Member
    Join Date
    Sep 2013
    Posts
    3
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Re: Karen Here

    Thank you for a warm welcome these is a great help..

    Quote Originally Posted by GregBrannon View Post


    2. Again, there are as many different types of programmers as there are languages and company job titles. What do you mean? Some programmers of a single type (Web Developer, for example) need to be familiar with multiple languages and technologies to do their jobs well.
    As for the question how many programming language do I need to be proficient..Or what programming language used in the following:

    Software development?
    Website development?
    Gaming development?
    and others..

    just an insight...

    when to use

    Haskell
    C++
    jquery
    Javascript
    Phyton
    Perl

    what is the advantage of one language over others...??

    thank you for giving me chance to clarify my question..

    --- Update ---

    Quote Originally Posted by jps View Post
    Welcome Karen
    Try to think of programming as more of a tool than a career. A tool giving you the ability to teach a computer how to assist you in your job, what ever that job may be.

    thank you jps i would keep that in mind...

  7. #5
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Karen Here

    Quote Originally Posted by mkaren851 View Post
    As for the question how many programming language do I need to be proficient..
    I think on about the third language you should be in tune with the general idioms used in programming in general, after that its just a matter of specific syntax per language.
    Quote Originally Posted by mkaren851 View Post
    what is the advantage of one language over others...??
    Each one different than the previous in syntax, and the lists of pros and cons for a particular purpose.