All Questions
4 questions
0
votes
1
answer
281
views
Understanding streams
I have started learning streaming APIs and I found one of the good documentations here. There was a comparison given by author to demonstrate the effectiveness of the streams.
var http = require('...
11
votes
6
answers
7k
views
Web Developer and Math [duplicate]
I have just learned HTML/CSS and I practice everything I read to make it more understandable to me and I really enjoy it. My goal is to be a Modern Web Developer both front and back-end, so I won't ...
5
votes
1
answer
2k
views
How is the DOM language independent?
Quoting from Wikipedia
The Document Object Model (DOM) is a cross-platform and language-independent convention for representing and interacting with objects in HTML, XHTML and XML documents.
and ...
15
votes
6
answers
4k
views
How risky is it to use Coffeescript without knowing Javascript? [closed]
I'm a reasonably experienced programmer trying to learn web developement. I'm trying to develop a client-side web application which uses svg or canvas for graphics. I've decided I'd like to write ...