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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Alternative to CodingBat website

  • 12-05-2017 11:26am
    #1
    Registered Users, Registered Users 2 Posts: 1,627 ✭✭✭


    Hi Guys,

    I started a graduate position a couple months ago and found the above website fantastic for getting better at problem solving in Java language, the site seems to be quiet unique in its format, and would love to find a similar site.(internet tells me there are similar sites but codeacademy etc do not do it for me)

    in your personal experience have you found any similar sites with integrated problem solving in Java language?


    would love to come across a similar site and thanks guys


Comments

  • Registered Users, Registered Users 2 Posts: 586 ✭✭✭Aswerty


    Never heard of CodingBat but Project Euler (projecteuler.net) is great for challenging yourself. It can be very maths oriented though - the first few challenges should give you a feel for it.


  • Registered Users, Registered Users 2 Posts: 6,264 ✭✭✭Buford T Justice


    something like exercism.io?


  • Registered Users, Registered Users 2 Posts: 1,627 ✭✭✭The Freeman


    something like exercism.io?

    ya i bumped in to that earlier, it looks very interesting, and attached to github, nice little integration with doing the assts, think MIT have the licence for it.


  • Registered Users, Registered Users 2 Posts: 895 ✭✭✭Dubba


    I'm using www.codewars.com and find it good. I'm very slow atm, but with practice I should improve.


  • Registered Users, Registered Users 2 Posts: 1,627 ✭✭✭The Freeman


    cool, I will give it a blast, cheers all.


  • Advertisement
  • Closed Accounts Posts: 1,758 ✭✭✭Pelvis


    Codewars is pretty cool! I see it is integrated with github, though I can't see an obvious way to commit my solutions to github directly from the Codewars site... I assume this is possible?


  • Registered Users, Registered Users 2 Posts: 895 ✭✭✭Dubba


    I don't think it's possible to push to GitHub from their site. What I do is code away in my IDE and just copy and paste my solution into their editor. This is probably against the spirt of the thing, but it works better for me.Then I just push to a 'practice' repo I've created as usual.


Advertisement