vote up 2 vote down star

I teach a course in basic web programming at a public university. I often have students who are working hard to pick up English at the same time that they are taking my course. In many cases I have thought that I would like to have additional course materials in a variety of languages to keep some of the technical hurdles from being compounded with linguistic ones.

Can anyone recommend a "stackoverflow" whose primary language base is Japanese, Chinese, Polish, or Spanish? Or similarly, a site in any of the listed languages that targets web development?

Edit: One thing I ask is that recommendations be based on use of the site and so familiarity with the language or reasonable knowledge of the sites reputation.

As one responder mentioned, students can google whatever question they have in their native language. While this can be a great tactic it doesn't always point to quality information.

Thanks!

flag
2  
English just happen to be the de facto standard for IT. Learn it. Chinese may be the language used by the majority of humans, but it is trashed by a repressive regime (who should know that they are responsible for it's stagnation). – slashmais Oct 19 at 19:31
3  
The students I'm describing will not necessarily go into IT as I'm teaching the course within a humanities department. I'm not sure how the politics of China relate to my question. – moorej Oct 19 at 21:25

4 Answers

vote up 1 vote down

JavaHispano.org for Spanish resources.

link|flag
Thank you. Any focused on basic web development: HTML, CSS, Javascript, etc? – moorej Oct 20 at 15:25
vote up 3 vote down

It's not a generic Q&A site like Stack Overflow, but as a resource, the language's documentation has to count, right? The PHP docs are available in English, Bulgarian, Portuguese, German, French, Japanese, Korean, Polish, Romanian and Turkish, plus they have archives of other languages which aren't listed as "active" any more, so they're probably well out-of-date but might still be helpful.

link|flag
vote up 1 vote down

Suggest that the students type their doubts, or keywords of subjects, into Google or other search engine, in their native languages.

That's how I find material in Portuguese at least. I'm Brazilian.

In the bigger language groups in the class, a few pioneers are bound to give the rest the links.

link|flag
A good approach. Any sites in Portuguese you would recommend? I find that while google will give you many answers not all of them point to high quality information. – moorej Oct 19 at 21:32
@moorej: sorry, no recommendations, because I have zero experience in web programming. My experience is that everything high-quality I find in the web is VERY specific, I don't know any good generic "programming" sites in Portuguese. – Emilio M Bumachar Oct 20 at 16:18
vote up 3 vote down

http://cnprog.com/ is a site you might want to check out. It's a Chinese clone of StackOverflow.

Edit: I found some more. http://www.askdev.ru/ and http://throwcatch.me/ are Russian versions of StackOverflow. http://codekicker.de/ is in German and http://www.salonit.pl/ is Polish.

link|flag
open source too! github.com/cnprog/CNPROG – Mauricio Scheffer Oct 19 at 19:36
Thanks for this! – moorej Oct 19 at 21:25

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.