All Projects → javascript-tutorial → Pt.javascript.info

javascript-tutorial / Pt.javascript.info

Licence: other
Modern JavaScript Tutorial in Portuguese

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pt.javascript.info

Mlr
Machine Learning in R
Stars: ✭ 1,542 (+1174.38%)
Mutual labels:  tutorial
Evolving Simple Organisms
Evolving simple organisms using a genetic algorithm and deep learning from scratch with python
Stars: ✭ 117 (-3.31%)
Mutual labels:  tutorial
Qiskit Tutorials
A collection of Jupyter notebooks showing how to use the Qiskit SDK
Stars: ✭ 1,777 (+1368.6%)
Mutual labels:  tutorial
Sshserver
This is a tutorial on how to build a basic SSH Server in C#, but you are welcome to try following in any language.
Stars: ✭ 114 (-5.79%)
Mutual labels:  tutorial
Stanford Tensorflow Tutorials
This repository contains code examples for the Stanford's course: TensorFlow for Deep Learning Research.
Stars: ✭ 10,098 (+8245.45%)
Mutual labels:  tutorial
Particle Swarm Optimization
Learn about particle swarm optimization (PSO) through Python!
Stars: ✭ 117 (-3.31%)
Mutual labels:  tutorial
Reactinterface
This is the repository for my course, Building a Web Interface with React.js on LinkedIn Learning and Lynda.com.
Stars: ✭ 113 (-6.61%)
Mutual labels:  tutorial
Lightpack Docs
The most complete Lightpack project documentation
Stars: ✭ 120 (-0.83%)
Mutual labels:  tutorial
Raspberry Pi Os
Learning operating system development using Linux kernel and Raspberry Pi
Stars: ✭ 11,000 (+8990.91%)
Mutual labels:  tutorial
Vuex Shopping Cart
🛒 Shopping cart built with Vue and Vuex
Stars: ✭ 118 (-2.48%)
Mutual labels:  tutorial
Cadl
ARCHIVED: Contains historical course materials/Homework materials for the FREE MOOC course on "Creative Applications of Deep Learning w/ Tensorflow" #CADL
Stars: ✭ 1,478 (+1121.49%)
Mutual labels:  tutorial
Annotation Processing Example
It is the example project for the annotation processing tutorial.
Stars: ✭ 116 (-4.13%)
Mutual labels:  tutorial
Godotrogueliketutorial
A guide to build a simple Roguelike game with Godot engine.
Stars: ✭ 117 (-3.31%)
Mutual labels:  tutorial
Microservice Rs
Tutorial codebase for writing a microservice in Rust
Stars: ✭ 114 (-5.79%)
Mutual labels:  tutorial
30 Days Of Python
Learn Python for the next 30 (or so) Days.
Stars: ✭ 1,748 (+1344.63%)
Mutual labels:  tutorial
Boot App
This repository is an example application for Spring Boot and Angular2 tutorial.
Stars: ✭ 113 (-6.61%)
Mutual labels:  tutorial
Drone Tutorial
Drone Continuous Delivery Documentation using docker-compose
Stars: ✭ 117 (-3.31%)
Mutual labels:  tutorial
Pandas Videos
Jupyter notebook and datasets from the pandas Q&A video series
Stars: ✭ 1,716 (+1318.18%)
Mutual labels:  tutorial
Godot tutorials
Code and examples for KidsCanCode Godot Tutorials.
Stars: ✭ 119 (-1.65%)
Mutual labels:  tutorial
Vae Tensorflow
A Tensorflow implementation of a Variational Autoencoder for the deep learning course at the University of Southern California (USC).
Stars: ✭ 117 (-3.31%)
Mutual labels:  tutorial

The Modern JavaScript Tutorial

This repository hosts the English content of the Modern JavaScript Tutorial, published in https://javascript.info.

Translations

We'd like to make the tutorial available in many languages. Please help us to translate.

See https://javascript.info/translate for the details.

Contributions

We'd also like to collaborate on the tutorial with other people.

Something's wrong? A topic is missing? Explain it to people, add as PR 👏

You can edit the text in any editor. The tutorial uses enhanced "markdown" format, easy to grasp. And if you want to see how it looks on-site, there's a server to run the tutorial locally at https://github.com/javascript-tutorial/server.

The list of contributors is available at https://javascript.info/about#contributors.

Structure

Every chapter, article or a task has its folder.

The folder is named like N-url, where N is a number for the sorting purposes and url is the URL part with title of the material.

The type of the material is defined by the file inside the folder:

  • index.md stands for a chapter
  • article.md stands for an article
  • task.md stands for a task (solution must be provided in solution.md file as well)

Each of these files starts from the # Main header.

It's very easy to add something new.



Ilya Kantor @iliakan

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].