Skip to content

Collaborating with Liquid Carrot

Christian Echevarria edited this page Jun 9, 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/

πŸ“œ Markdown Syntax Cheatsheet

Markdown is a way to style text on the web. This syntax is used to build the explanation for code repositories the "README", within JSDoc documentation to style descriptions and links, in GitHub issues to format code and text, and in markdown enabled chats like Gitter.

https://guides.github.com/pdfs/markdown-cheatsheet-online.pdf


πŸ‘©β€πŸ’» 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

πŸŽ₯ "But what is a Neural Network?" (Part of a 4 part series)

πŸ’― 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/

πŸ“– Benchmarking Library

https://benchmarkjs.com/

Clone this wiki locally