<< Back to Programming Forum   Search

Posts 1 - 11 of 11   
Programming Help: 2016-06-30 03:50:02


Diety Emperor Cacao, God Ruler of the Universe 
Level 57
Report
Anybody know any good resources to challenge myself or just review more complicated topics in Java, Javascript, or C++??

Thank you
Programming Help: 2016-06-30 04:35:25

[wolf]japan77
Level 57
Report
code academy(https://www.codecademy.com/) is how I've learned most of the languages I've ever coded in.
Programming Help: 2016-06-30 04:51:08


NinjaNic 
Level 59
Report
w3 schools is really helpful for learning JavaScript!

http://www.w3schools.com/js/default.asp

Good luck!
Programming Help: 2016-06-30 05:29:14


l4v.r0v 
Level 59
Report
w3schools teaches bad practices. I'd suggest the Mozilla Developer Network instead for reference. Are we talking just vanilla JavaScript here?

If you're not already familiar with ES6, I'd recommend picking it up. Maybe do a project in React Native? :D That really teaches you some useful skills.

For C/C++, what sort of topic are you interested in? If you want to get a bit low-level in C/C++, try this: https://scs.hosted.panopto.com/Panopto/Pages/Sessions/List.aspx#folderID=%22b96d90ae-9871-4fae-91e2-b1627b43e25e%22

It's pretty challenging and definitely delves into the more complicated side of things. I'd strongly recommend getting or finding the associated CS:APP book since it contains the challenges that make the course what it is.

Can't really help with Java since I don't know of any super-challenging OOP review things out there.
Programming Help: 2016-06-30 06:14:19


KKND
Level 60
Report
to challenge yourself - https://www.codingame.com/
Programming Help: 2016-06-30 07:16:55


l4v.r0v 
Level 59
Report
Oh, there's also the bots on codefights (codefights.com); most of them are pretty weak but some are decent. Other players on that site, too. Pretty fun way to burn time if algorithms are what you're into.
Programming Help: 2016-06-30 12:11:04


ps 
Level 61
Report
stackoverflow.com
Programming Help: 2016-06-30 12:33:17


Sułtan Kosmitów
Level 64
Report
^
+1 ps ;)
All you need to get a degree in CS is there.
Programming Help: 2016-06-30 14:42:53


Diety Emperor Cacao, God Ruler of the Universe 
Level 57
Report
Thank you all
;)
Programming Help: 2016-06-30 14:55:36

Lionheart
Level 56
Report
codeforces.com for chalenges
Programming Help: 2016-07-05 15:33:21


NinjaNic 
Level 59
Report
Knyte:
w3schools teaches bad practices.


Please explain! Have I been doing it wrong this whole time?
Posts 1 - 11 of 11