javascript 開發
by freeCodeCamp
通過freeCodeCamp
25個新JavaScript開發人員的免費資源 (25 Free Resources for New JavaScript Developers)
We asked our campers to share their favorite free resources for new JavaScript developers on Camper News. The list includes some time-tested books as well as podcasts and videos you may not have heard of yet.
我們要求露營者在Camper News上為新JavaScript開發人員分享他們最喜歡的免費資源。 該列表包括一些經過時間考驗的書籍以及您可能尚未聽說過的播客和視頻。
圖書 (Books)
Eloquent Javascript is modern introduction to programming and JavaScript by Marijn Haverbeke. There is also an annotated version of Eloquent JavaScript by Gordon Zhu.
雄辯的Javascript是Marijn Haverbeke對編程和JavaScript的現代介紹。 還有Gordon Zhu編寫的帶注釋的Eloquent JavaScript 版本 。
JavaScript for Cats by Max Ogden is an introduction for new programmers that is so easy your human companion could do it too!
Max Ogden的 Cats JavaScript for Cats是針對新程序員的介紹,您的人類同伴也可以輕松做到!
The JavaScript Way is written by freeCodeCamp contributor Baptiste Pesquet. It’s a free and open source introduction to JavaScript.
JavaScript方式由freeCodeCamp的貢獻者Baptiste Pesquet編寫。 這是JavaScript的免費開放源代碼簡介。
You Don’t Know JS is a series of books by Kyle Simpson dive deep into the core mechanisms of the JavaScript language.
您不知道JS是Kyle Simpson撰寫的系列書籍,深入探討了JavaScript語言的核心機制。
Human JavaScript by Henrik Joreteg is a book about a specific set of tools, patterns, and approaches optimized for people.
Henrik Joreteg撰寫的 Human JavaScript是一本關于為人們優化的特定工具,模式和方法的書。
Speaking JavaScript by Axel Rauschmayer was written to help programmers learn JavaScript quickly and properly, and also to deepen your existing skills and look up specific topics.
Axel Rauschmayer撰寫的講JavaScript旨在幫助程序員快速正確地學習JavaScript,并加深您的現有技能并查找特定主題。
ExploringJS covers ECMAScript 6 in great detail, but is structured so that you can also quickly get an overview if you want to.
ExploringJS非常詳細地介紹了ECMAScript 6,但結構合理,因此您可以根據需要快速獲得概述。
JavaScript Allonge by Reginald Braithwaite covers functional programming in JavaScript.
Reginald Braithwaite的 JavaScript Allonge介紹了JavaScript中的函數式編程。
JavaScript Spessore by Reginald Braithwaite is written for the reader who has read JavaScript Allongé. It covers functions, closures, and prototypes.
Reginald Braithwaite的 JavaScript Spessore是為閱讀JavaScriptAllongé的讀者編寫的 。 它涵蓋了函數,閉包和原型。
What is Code? is an interactive essay by Paul Ford on what code is and why it’s important.
什么是代碼? 是Paul Ford撰寫的一篇互動文章,內容涉及什么是代碼以及代碼為什么如此重要。
Professor Frisby’s Mostly Adequate Guide to Functional Programming covers functional programming in JavaScript.
Frisby教授的“最充分的函數式編程指南”介紹了JavaScript中的函數式編程。
Programming JavaScript Applications by Eric Elliot focuses on intermediate JavaScript coding.
Eric Elliot 編寫JavaScript應用程序編程側重于中間JavaScript編碼。
播客 (Podcasts)
NodeUp is a Node.js podcast put together by @ffloat and @dshaw.
NodeUp是@ffloat和@dshaw組合在一起的Node.js播客。
JavaScript Jabber is a weekly podcast about JavaScript, including Node.js, Front-End Technologies, Careers, Teams and more.
JavaScript Jabber是關于JavaScript的每周播客,包括Node.js,前端技術,職業,團隊等。
Five JS Podcast is a weekly five-minute podcast is released every Thursday. You can follow them on Twitter or subscribe with iTunes or RSS.
五個JS播客是每周四分鐘的每周五分鐘播客。 您可以在Twitter上關注它們,或通過iTunes或RSS進行訂閱 。
This Developer’s Life delves into different aspects of the life of developers. Patterned after NPR’s This American Life, it features interviews and eclectic music.
此開發者生活深入研究了開發者生活的各個方面。 以NPR的《美國生活》為藍本,它以訪談和折衷音樂為特色。
The CodeNewbie Podcast is podcast with stories from people on their coding journey. New episodes are published every Monday. You can follow them on Twitter @CodeNewbies
CodeNewbie Podcast播客中有人們在編碼過程中的故事。 新劇集每周一出版。 您可以在Twitter @CodeNewbies上關注它們
影片 (Videos)
JavaScript: The Good Parts is covered in this YouTube video from its creator, Douglas Crockford.
JavaScript: YouTube影片的創作者Douglas Crockford講述了Good Parts 。
Level Up Tuts born out of the need for better instructional documentation.
升級Tut是出于對更好的教學文檔的需求而誕生的。
DevTips features weekly videos on the subject of web design and development.
DevTips每周都會播放有關Web設計和開發主題的視頻。
其他資源 (Other Resources)
The repl.it project is an online environment for interactively exploring programming languages.
repl.it項目是用于交互式探索編程語言的在線環境。
The MDN JavaScript Guide is a great reference and provides an overview of the language.
《 MDN JavaScript指南》是一本很好的參考書,并提供了該語言的概述。
Codewars provides interactive user-submitted coding challenges.
Codewars提供了用戶提交的交互式編碼挑戰。
CodinGame lets you practice JavaScript syntax through fun interactive coding games.
CodinGame使您可以通過有趣的交互式編碼游戲練習JavaScript語法。
jQuery Fundamentals walks you through common problems you’ll be able to solve using jQuery.
jQuery基礎知識將引導您完成使用jQuery即可解決的常見問題。
A big thanks to @biancamihai, @daylightsavings, @elliescode, @_maximization, @ovivoicu, @duttakapil, @RomuloLazarde, @MatthewHarames, @ka11away, for submitting these resources.
非常感謝@biancamihai , @daylightsavings , @elliescode , @_maximization , @ovivoicu , @duttakapil , @RomuloLazarde , @MatthewHarames , @ ka11away ,提交這些資源。
翻譯自: https://www.freecodecamp.org/news/25-free-resources-for-new-javascript-developers-11342cf1f4df/
javascript 開發