Skip to content

Collaborating with Liquid Carrot

Christian Echevarria edited this page Jun 8, 2019 · 50 revisions

Hello prospective carrot! πŸ‘‹

Thanks for considering collaborating with us in making Carrot the best JavaScript library for AI in the world 🌍

To help you get started we've curated a list of guides and steps to follow. Please take some time to read them and feel free to reach out with any questions you might have: [email protected]

πŸ›  Tools

JavaScript Sandbox Environments

A software sandbox is no different than a sandbox built for a child to play. We simulate a real environment but with restrictions on what can happen. source (adapted)

⛏️ Codepen

Online code editor and front-end web developer community

https://codepen.io/


πŸ‘©β€πŸ’» Getting familiar with JavaScript

▢️ Introduction to JavaScript

https://scrimba.com/g/gintrotojavascript

▢️ "Advanced" JavaScript Features

https://scrimba.com/g/gintrotoes6

▢️ Modern JavaScript (ES6+)

https://scrimba.com/g/ges6

🧠 Getting familiar with Neural Networks

πŸ“œ Absolute Basic Explanation of Neural Networks

https://becominghuman.ai/making-a-simple-neural-network-2ea1de81ec20

πŸŽ₯ Intro to mechanics of Neural Networks (playlist)

https://www.youtube.com/watch?v=aircAruvnKk&list=PLZHQObOWTQDNU6R1_67000Dx_ZCJB-3pi

πŸ’― Best practices

πŸ“œ Test Driven Development by Eric Elliot

https://medium.com/javascript-scene/tdd-changed-my-life-5af0ce099f80

πŸ“œ Unit Testing with Mocha and Chai

https://codeburst.io/javascript-unit-testing-using-mocha-and-chai-1d97d9f18e71

πŸ“œ Composing Software by Eric Elliot (Comprehensive Series)

https://medium.com/javascript-scene/composing-software-an-introduction-27b72500d6ea

πŸ“œ Writing Highly Readable Software

https://medium.com/javascript-scene/elements-of-javascript-style-caa8821cb99f

πŸ“œ Writing Good Commit Messages

https://chris.beams.io/posts/git-commit/

Clone this wiki locally