Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Recommended Programming Sites

Options
  • 25-12-2009 7:53pm
    #1
    Registered Users Posts: 280 ✭✭


    Hi,

    Can someone please recommend sites/blogs around programming/software development that would allow me to keep up to date with the latest technology and news?
    I'm particularly interested in Java/Spring/Grails etc.

    Thanks


Comments

  • Registered Users Posts: 428 ✭✭Joneser


    Here is a great site for programming in java including alot of tutorials too:
    http://www.developer.com/java/
    And here is a good site for if your interested in web development:
    http://www.w3.org/
    Hope these help :)


  • Closed Accounts Posts: 4,564 ✭✭✭Naikon


    The Java api site of course. Weeks of fun!!!
    StackOverflow and PerlMonks are great sites aswell.


  • Closed Accounts Posts: 448 ✭✭ve




  • Registered Users Posts: 428 ✭✭Joneser


    Just found this, its a list of online programming magazines including plenty that focus on java, should be all you need http://www.world-newspapers.com/program.html


  • Moderators, Technology & Internet Moderators Posts: 1,335 Mod ✭✭✭✭croo


    I've been listening to http://www.se-radio.net/ for a few years now and am a big fan. there is always something interesting there to listen too.


  • Advertisement
  • Registered Users Posts: 9,557 ✭✭✭DublinWriter


    Can't beat the following if you're a Micro$oft head:

    http://aspnet.4guysfromrolla.com/default.aspx


  • Closed Accounts Posts: 9 dannystaple


    croo wrote: »
    I've been listening to http://www.se-radio.net/ for a few years now and am a big fan. there is always something interesting there to listen too.
    Ooh -going to have to try that out now... I read stack overflow..
    There was once a time when slashdot was a resource for coders.. Now it is just a flamefest..

    For the most part, if you have a specific problem or area you wish to learn, search and you will find it on the web. It is better if you can to figure things out for yourself, but the web is rich with API references, how-to's, example code (don't just copy paste it though - try to get why it works) and forums like this talking development.


  • Registered Users Posts: 40,038 ✭✭✭✭Sparks


    Pffft to stackoverflow, but then I think Joel's a bit of an eejit. The podcast idea is a decent one though, it's a bit easier to listen to interviews on the train or when walking than it is to read websites, at least day-to-day. FLOSS weekly is a pretty decent one, so's se-radio. TBH though, that sort of stuff is really a second place supplement to upping the time you spend reading technical books, and I don't mean the application specific stuff like Rapid GUI Programming with Python and Qt, but more higher-level stuff like The Pragmatic Programmer, the gang of four book, Knuth's stuff, that kind of thing. I try to read a few chapters of those during weekends and listen to podcasts during the week, but whatever works for you...


  • Closed Accounts Posts: 4,564 ✭✭✭Naikon


    Sparks wrote: »
    Pffft to stackoverflow, but then I think Joel's a bit of an eejit. The podcast idea is a decent one though, it's a bit easier to listen to interviews on the train or when walking than it is to read websites, at least day-to-day. FLOSS weekly is a pretty decent one, so's se-radio. TBH though, that sort of stuff is really a second place supplement to upping the time you spend reading technical books, and I don't mean the application specific stuff like Rapid GUI Programming with Python and Qt, but more higher-level stuff like The Pragmatic Programmer, the gang of four book, Knuth's stuff, that kind of thing. I try to read a few chapters of those during weekends and listen to podcasts during the week, but whatever works for you...

    Some of his writings are a bit skeptical, but he is dead right when he mentions that schools should stop teaching "just Java" for four years. Java is not and never will be the solution to everything.


  • Registered Users Posts: 40,038 ✭✭✭✭Sparks


    Naikon, none of the good schools are doing that. TCD doesn't, UCD doesn't, UCC, UL.... you have to go right the way down the rankings list to get to places that teach you 'just java' for four years.
    And I'm more than happy to dive into a joel-bash (or even a jeff-bash, for that matter), but that's not really the topic ;)


  • Advertisement
  • Registered Users Posts: 8,488 ✭✭✭Goodshape


    These blogs / sites are worth a sub ::

    PHPDeveloper.org (php)
    http://www.phpdeveloper.org/

    Elliot Haughin (php / codeigniter)
    http://www.haughin.com/

    Ignite Your Code (php/codeigniter)
    http://igniteyourcode.com/

    Coding Horror (general)
    http://www.codinghorror.com/blog/


  • Registered Users Posts: 14,714 ✭✭✭✭Earthhorse


    Naikon wrote: »
    The Java api site of course. Weeks of fun!!!
    StackOverflow and PerlMonks are great sites aswell.
    Sparks wrote: »
    Pffft to stackoverflow, but then I think Joel's a bit of an eejit.

    stackoverflow is good at answering specific "how do I" questions more than it is the kind of thing you can read through from start to finish. A google often brings me there. Not so much a "read every day" site as a "read when you need" site.


Advertisement