require-lx / community

The Javascript and Node.js meetup group in Lisbon
http://meetup.com/require-lx
37 stars 8 forks source link

Good resources to be up to date with Node and Javascript #42

Closed daviddias closed 8 years ago

daviddias commented 10 years ago

Here is the compilation of sources to get up to date with Node and Javascript news, please comment with your favourites, I'm going to try to keep the first comment as an updated list.

Weekly News

http://nodeweekly.com/ http://javascriptweekly.com/ http://html5weekly.com/

Podcasts

http://nodeup.com/ http://javascriptjabber.com/ http://thechangelog.com/ - this one is about open source projects in general.

Youtube Channels/Playlist

https://www.youtube.com/playlist?list=PL5-t4EqlbLPxJUgD-f7V-r5q9s83nNJmw

Blogs/ News site

http://www.yearofmoo.com/ http://dailyjs.com/

It would be great if the @require-lx/community shared their favourite blogs or mailing lists

marionzualo commented 10 years ago

Hi,

I also keep up with nodeweekly and javascriptweekly. I'd add to the list some podcasts:

jamespage commented 10 years ago

Maybe a bit obvious but......

https://news.ycombinator.com/

On 3 March 2014 10:09, Mário Nzualo notifications@github.com wrote:

Hi,

I also keep up with nodeweekly and javascriptweekly. I'd add to the list some podcasts:

— Reply to this email directly or view it on GitHubhttps://github.com/require-lx/group/issues/42#issuecomment-36496259 .

:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: James Page | Director

Email: james@webnographer.com Visit our website: http://www.webnographer.com follow webnographer on twitter http://twitter.com/webnographer Telephone: UK+44 (0) 127 392 1388 US 1 - 866 740 3893

Portugal +351 96 516 5797

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

andrepadez commented 10 years ago

I love http://www.yearofmoo.com/

On 3 March 2014 11:37, James Page notifications@github.com wrote:

Maybe a bit obvious but......

https://news.ycombinator.com/

On 3 March 2014 10:09, Mário Nzualo notifications@github.com wrote:

Hi,

I also keep up with nodeweekly and javascriptweekly. I'd add to the list some podcasts:

Reply to this email directly or view it on GitHub< https://github.com/require-lx/group/issues/42#issuecomment-36496259> .

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

James Page | Director

Email: james@webnographer.com Visit our website: http://www.webnographer.com follow webnographer on twitter http://twitter.com/webnographer Telephone: UK+44 (0) 127 392 1388 US 1 - 866 740 3893

Portugal +351 96 516 5797

::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

Reply to this email directly or view it on GitHubhttps://github.com/require-lx/group/issues/42#issuecomment-36498262 .

fabiosantoscode commented 10 years ago

On twitter, https://twitter.com/nodesecurity for security notices (important if you're administrating servers with node or have published modules with vulnerable dependencies) and https://twitter.com/npmjs for up to date information on whether I can install or publish using npm right now (npm why u so down!).

trenpixster commented 10 years ago

I also have http://dailyjs.com/ on my feeds. Thanks for the podcasts! :+1:

daviddias commented 10 years ago

More resources! :) https://www.youtube.com/playlist?list=PLndbWGuLoHeaqf-IS7Ni0d6pIxLfLUynV https://www.youtube.com/playlist?list=PLndbWGuLoHea6b3g3fY77U47RiryT2Sr5

gpestana commented 10 years ago

One of my fave Node resources: http://docs.nodejitsu.com/ . A community powered collection of articles and how-tos!

daviddias commented 10 years ago

A toooon of stuff! https://github.com/sindresorhus/awesome-nodejs

daviddias commented 9 years ago

New Good Parts in Javascript http://bdadam.com/blog/video-douglas-crockford-about-the-new-good-parts.html

trenpixster commented 9 years ago

Lots of react goodies: https://github.com/enaqx/awesome-react

daviddias commented 9 years ago

I've been compiling a big big JS youtube playlist, simply because sometimes I like to do a break and watch a conf talk (and that's when sometimes I learn some new paradigm I never thought about).. so I thought it might be interesting to others, here is the link : https://www.youtube.com/playlist?list=PL5-t4EqlbLPxJUgD-f7V-r5q9s83nNJmw

Hope it helps :)

andrepadez commented 9 years ago

awesome idea. perhaps it would be nice to create a github repo so more people could add videos.

daviddias commented 9 years ago

we can do a TALKS.md file on this one, can you do the honor @andrepadez ? :)

daviddias commented 9 years ago

Found this answer in Stack Overflow with a lot of great resources: http://stackoverflow.com/questions/2353818/how-do-i-get-started-with-node-js/5511507#5511507

daviddias commented 8 years ago

added to README for future reference