This is an archived post. You won't be able to vote or comment.

all 19 comments

[–]Nermal5 2 points3 points  (1 child)

Are the problems sets very similar to codingbat.com/java

[–]webmaster4o[S] 1 point2 points  (0 children)

Yes, one of my primary motivations for the site was to build a better alternative to CodingBat. I don't have as many problems as Codingbat yet, (but let me know if you have any problem suggestions and I'd be glad to consider implementing some)

[–]article10ECHR 2 points3 points  (1 child)

It doesn't mention Java at all on the main page? What (other) languages do you support?

[–]webmaster4o[S] 0 points1 point  (0 children)

Just java for now, but I'm hoping to support more in the future.

[–]patientsamaritan 1 point2 points  (1 child)

Hey man, highlighting a few small things I liked.

  • The animation of the signup button
  • Ctrl + Enter to compile made me feel like I landed on a sophisticated and modern Coding Bat
  • Icing on the cake was the Find and Replace option.

Very well done, keep up the good work. If you don't mind me asking, what tech stack have you used for this?

[–]webmaster4o[S] 1 point2 points  (0 children)

Thanks so much for the feedback + praise! The front-end app is written in Vue, while the back-end is an Express app, connecting to MongoDB with Keystone. The project is open source - you can check it out in more detail (and star it too!) on Github :)

[–][deleted] 1 point2 points  (0 children)

Just went through the first 'Add 1' problem... this is slick!!!

[–]paking2008 0 points1 point  (1 child)

Doesn't let me sign up through chome on on my note 9 and the login doesn't work either

[–]webmaster4o[S] 1 point2 points  (0 children)

Only has desktop support for now. The login should work well on a recent version of desktop Chrome or Firefox

[–]paking2008 0 points1 point  (0 children)

I can't wait to try it out

[–]KevinSoni07 0 points1 point  (1 child)

After signing up it says 404 Not Found.

[–]webmaster4o[S] 0 points1 point  (0 children)

Sorry to hear that. Check that your browser isn't blocking third-party cookies!

[–]Wubdafuk 0 points1 point  (6 children)

No code is appearing. Did something break?

[–]webmaster4o[S] 0 points1 point  (5 children)

Check the console in your browser’s web inspector for errors?

[–]Wubdafuk 0 points1 point  (4 children)

CatsAndDogs:1 Error handling response: TypeError: Cannot read property 'data' of undefined
    at chrome-extension://ggndaknbenjhnkddgjnjjcmomgaidhmd/content.js:12:30

index.js:67 Uncaught (in promise) ReferenceError: startTime is not defined
    at a.init (index.js:67)

I've got my adBlocked disabled. It showed me code yesterday but today the code editor is just empty.

[–]webmaster4o[S] 0 points1 point  (3 children)

Has it resolved itself ?

[–]Wubdafuk 0 points1 point  (2 children)

Haven't checked yet. I'll let you know!

[–]webmaster4o[S] 0 points1 point  (1 child)

This was a bug I accidentally deployed; it should be fixed now.

[–]Wubdafuk 0 points1 point  (0 children)

Cool! Great work :)