Getting Better at Programming (Java)

  • (4 Pages)
  • +
  • « First
  • 2
  • 3
  • 4

51 Replies - 63855 Views - Last Post: 31 December 2012 - 08:13 PM

#46 herpienne12  Icon User is offline

  • New D.I.C Head

Reputation: -1
  • View blog
  • Posts: 21
  • Joined: 02-November 11

Re: Getting Better at Programming (Java)

Posted 02 November 2011 - 05:18 AM

Thank you for posting this code.
Was This Post Helpful? -1
  • +
  • -

#47 erkant  Icon User is offline

  • D.I.C Head

Reputation: 2
  • View blog
  • Posts: 104
  • Joined: 26-October 10

Re: Getting Better at Programming (Java)

Posted 20 December 2011 - 05:33 AM

Thanks for providing those stages.
Was This Post Helpful? 0
  • +
  • -

#48 111027  Icon User is offline

  • D.I.C Head

Reputation: 16
  • View blog
  • Posts: 141
  • Joined: 26-December 11

Re: Getting Better at Programming (Java)

Posted 05 January 2012 - 03:09 PM

Threads are threads, pretty much wherever you go. The dangers are always there, even if concealed from the programmer. I personally prefer writing programs that have a large number or threads(relatively large, mind you) in languages that might seem low level (like C or C++), because the more you see - the more you can anticipate. But when it comes to ease of use with threads, you really can't beat the .NET model. My main beef with .NET threads is when they're broken - they're broken, and you can do nothing to fix them (from what i gather, but a genuine .NET programmer might have better insights).
Was This Post Helpful? 0
  • +
  • -

#49 Sh4d0ws  Icon User is offline

  • New D.I.C Head

Reputation: 4
  • View blog
  • Posts: 36
  • Joined: 23-July 10

Re: Getting Better at Programming (Java)

Posted 29 February 2012 - 07:19 AM

I would have to say I sit firmly in #3, with some slight extensions on working my way into 4. However I think you may want to reconsider some of the placements in #4. Most first and second year courses at my University work with server/client and threading.
Was This Post Helpful? 0
  • +
  • -

#50 Echo_WarTech  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 1
  • Joined: 30-March 12

Re: Getting Better at Programming (Java)

Posted 30 March 2012 - 12:17 PM

This truly is a great guide for beginners. I myself am still learning the basic concepts of Java and I found this very helpful. This guide helped point me on what I needed to learn and guided me in an easier direction.

:^:
Was This Post Helpful? 0
  • +
  • -

#51 Magooguli  Icon User is offline

  • New D.I.C Head

Reputation: 4
  • View blog
  • Posts: 34
  • Joined: 09-April 12

Re: Getting Better at Programming (Java)

Posted 15 April 2012 - 03:34 PM

If I could I would +2 this string! It is fabulous and I thank you and the various authors of various strings it is related too. Now for the 'I want' part of my post!

Well it is a suggestion really -- what we have here is a basic course in Java - perhaps a couple of suggestions after each level or each block about simple programs to go away and write using the information already presented in this incredible course???

Thanks again!!!
Was This Post Helpful? 0
  • +
  • -

#52 extremeblueness  Icon User is offline

  • D.I.C Head

Reputation: 14
  • View blog
  • Posts: 159
  • Joined: 22-October 12

Re: Getting Better at Programming (Java)

Posted 31 December 2012 - 08:13 PM

I'm at stage 3:

Data Structures and Collections - pretty good grasp

Advanced Generics - slightly less than data structures, but still pretty good

Graphical User Interfaces (Swing and AWT), as well as Graphics and Graphics2D classes for animations
Event-Driven Programming -learning now

File I/O - check

Exception Handling - check

Database - no idea what this is


Proficiency at maintaining code, including refactoring
Becoming comfortable with a domain-specific third party API. (i.e. something niche, not standard, and possibly poorly designed and a nightmare to work with) - never needed to maintain code yet, but will soon

Finding performance bottlenecks and designing solutions - am horrible at this
Was This Post Helpful? 0
  • +
  • -

  • (4 Pages)
  • +
  • « First
  • 2
  • 3
  • 4