CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 11 of 11
  1. #1
    Join Date
    Jan 2008
    Location
    Phoenix, AZ
    Posts
    11

    Talking Advice for a new developer?

    So I just got a new job as an ASP.NET/C# developer for the church I go to. Seems like a really good gig. The pay range is very competetive for similar entry level developer jobs locally. Benefits are great. Work environment looks great too. So far so good.

    My biggest concern: I'm new to programming. I've only been actively learning C# for about 5'ish months. No formal training. I'm, for the most part, entirely self taught. I've got a pretty good grasp on syntax, good OO design practice, design patterns, and am kind of refining my coding style at this point.

    Personally, I'm pleasantly surprised that they're willing to take a chance on somebody like me. I must have impressed them a little bit when I laid down a simple MVC pattern to handle an RSS Reader winform project they gave me as a trial problem.

    Anyway, back to my main questions... Any of you gurus out there have any advice to a growing developer getting into the industry? Any tidbits of wisdom that you know now that you wish you knew back when you first started? Any advice you can offer?

    Much appreciated.

  2. #2
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: Advice for a new developer?

    Don't hesitate to get your hands dirty. Remember, there is no fast track to experience
    Don't ignore things that might sound lousy. You'll be amazed how much useful some of those things will be later on.
    It's great to hear you are very enthusiastic about your job. Don't lose that. Enthusiasm is what makes work fun.

  3. #3
    Join Date
    Jan 2008
    Location
    Phoenix, AZ
    Posts
    11

    Re: Advice for a new developer?

    All good things to remember. Thank you.

  4. #4
    Join Date
    Jun 2006
    Posts
    437

    Re: Advice for a new developer?

    Hi all.

    Humbleness; listen to skilled collegues advices, and try to steal their secrets.
    Perseverance; don't surrender when you'll meet with problems, and try to find a solution.
    Above all, save your enthusiams about your job and try to have fun.

  5. #5
    Join Date
    Jan 2008
    Posts
    19

    Re: Advice for a new developer?

    Its good to know that you are very enthusiastic about your job. Always try to think positively, it will help to your success. Wish you all the best.

  6. #6
    Join Date
    Jan 2008
    Posts
    32

    Re: Advice for a new developer?

    Always try to do your best and follow your coder way

  7. #7
    Join Date
    Nov 2007
    Posts
    28

    Re: Advice for a new developer?

    Quote Originally Posted by yell0wdart
    So I just

    Much appreciated.
    is that a white programming exercise ?

  8. #8
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Advice for a new developer?

    Don't try to reinvent the wheel. Remember Google is your friend. Also, our forums are a great place to come when you're stuck, or just want to keep fresh by helping others.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  9. #9
    Join Date
    Aug 2007
    Posts
    22

    Re: Advice for a new developer?

    I am stuck but freshening myself by helping others is not really true, at present

  10. #10
    Join Date
    Oct 2002
    Location
    Singapore
    Posts
    3,128

    Re: Advice for a new developer?

    Even though there is no shortcut for experience, willingness to listen, learning from other's mistake and doing lots of reading will speed up quite a lot.
    quoted from C++ Coding Standards:

    KISS (Keep It Simple Software):
    Correct is better than fast. Simple is better than complex. Clear is better than cute. Safe is better than insecure.

    Avoid magic number:
    Programming isn't magic, so don't incant it.

  11. #11
    Join Date
    Dec 2007
    Posts
    17

    Re: Advice for a new developer?

    The problem is not about experience that you can not do a certain job or join a team for a project. It takes only a few days for you to learn techniques in the system people are working on. Companies certainly needs to exaggerate their power of control, systematic analyses, "serious" this "serious" that, etc. The decision maker is not you of course.

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

Featured