Results 1 to 12 of 12

Thread: Question: How to succeed in programming?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Nov 2007
    Posts
    26

    Question: How to succeed in programming?

    I'm just wondering how you go from basic programming knowledge to freelancing. I am from the U.S., obviously can't make as much as most people in India but I have tried, time and again, to break the barrier in HTML, Visual Basic, and C# and nowhere will it teach you how to create a bot or script. Don't think I am dissing the members of this community, because I'm not, I'm just wondering where I can learn, short of attending a university, how to make a little cash on the side. Ty.
    Help is appreciated

  2. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Question: How to succeed in programming?

    Practise until you become good at what you do. Also, find books that you are comfortable with on the subject and follow their demostrations.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  3. #3
    Fanatic Member BlindSniper's Avatar
    Join Date
    Jan 2011
    Location
    South Africa
    Posts
    865

    Re: Question: How to succeed in programming?

    The reason you won't find anything about making bots is that they are programmed with a wide variety of programming languages for an even wider range of uses.

    Useful CodeBank Entries of mine
    Expand Function
    Code Compiler
    Sudoku Solver
    HotKeyHandler Class

    Read this to get Effective help on VBForums
    Hitchhiker's Guide to Getting Help at VBF

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

    Re: Question: How to succeed in programming?

    Is a bot or script the only path to making cash with programming?
    My usual boring signature: Nothing

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

    Re: Question: How to succeed in programming?

    Reading, learning, practicing, then applying what you've learned. Rinse. Repeat. Learn to recognize patterns. Learn how to adapt things to the problem at hand. Also, decide what kind of development you want to do. I learned early on that I suck at making games. But I seem to have a knack for solving business logic problems. So that's where I apply my skills. I doubt I could even draw a line in VB. I'm probably lucky that I even know there are two ways to draw a line, DirectX and GDI. Neither of which I know how to use.

    depending on where you are, (and possibly your age... you mention not wanting to go to college, but not specifically why) you may even want to think about an internship program. I used to work for a company that worked with local high schools for paid internships Jr & Sr years...

    -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??? *

  6. #6

    Thread Starter
    Junior Member
    Join Date
    Nov 2007
    Posts
    26
    Any recommendations as far as a learning path? There are plenty of books, but I was wondering how I can go from beginner to near expert (freelancer). I know probably the first 10 chapters or so, or can read between the lines as far as that goes. thanks
    Help is appreciated

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

    Re: Question: How to succeed in programming?

    how I can go from beginner to near expert
    That takes years... and experience... start small, then gradually work your way up to larger and more complicated as you go.

    As for a learning path... hard to say... how do you learn best? some prefer the rigidity of a class room... others learn best by reading, and others still by doing... I use the read, doing, experimenting method... but that's because that's what happens to work for me. I've also been programming in one form or another for 30 years now... I've also learned how to mentally index things I come across so that I can recall it later. I don't think I'm normal... most people can't do that. I'm just wired weirdly.

    Visual Studio MAgazine, MSDN Magazine, CODE Magazine are pretty decent publications for new stuff... Wrox and APress books are usually good for reference/learning books.

    If you can, get yourself a subscription to Safari books online. There's a wealth of information in there.

    -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??? *

  8. #8
    PowerPoster SJWhiteley's Avatar
    Join Date
    Feb 2009
    Location
    South of the Mason-Dixon Line
    Posts
    2,256

    Re: Question: How to succeed in programming?

    As noted, if you want to be an expert, you need years, not just books.

    In addition, you need formal training. While there are some spectacular programmers who have not had any formal training (although most have had some) you need to understand a lot of basics. Just because Bill Gates ditched college and became a billionaire, doesn't mean that skipping collage is a requirement. There is no substitute for education and training. For every one untrained expert programmer there are thousands trained and more successful experts.

    Don't try and hurry these things; enjoy the learning process -you'll be doing it a long time. And if you get to the point where you are convinced you are an expert, you still have a long way to go.
    "Ok, my response to that is pending a Google search" - Bucky Katt.
    "There are two types of people in the world: Those who can extrapolate from incomplete data sets." - Unk.
    "Before you can 'think outside the box' you need to understand where the box is."

  9. #9
    Frenzied Member
    Join Date
    Apr 2009
    Location
    CA, USA
    Posts
    1,516

    Re: Question: How to succeed in programming?

    how I can go from beginner to near expert (freelancer).
    Aside from what others have said about this, you don't need to be an expert to freelance; you have to be able to get the job done. Find work ads in your area, see what sorts of skills are needed, focus on learning those.

  10. #10

    Thread Starter
    Junior Member
    Join Date
    Nov 2007
    Posts
    26
    Thanks, sorry I started this stoopid post.
    Help is appreciated

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

    Re: Question: How to succeed in programming?

    Who said it was? It's actually a topic that comes up from time to time around here. And the responses are largely the same each time too...

    -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??? *

  12. #12
    Member
    Join Date
    Mar 2011
    Posts
    54

    Re: Question: How to succeed in programming?

    Quote Originally Posted by techgnome View Post
    Who said it was? It's actually a topic that comes up from time to time around here. And the responses are largely the same each time too...

    -tg
    i think it is better if you have to combine and sticky all of the topic concerning this... so people may just find it easily... it will be much more helpful for those who may want to ask this again...
    ~liz
    ('@ ' )~

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