Skip to content
Ariana Escobar edited this page Jul 15, 2016 · 19 revisions

Welcome to the CARTO Map Academy Wiki!

Do you have ideas about adding/improving Map Academy lessons? If so, add them to the planning page or contact Andy (eschbacher@cartodb.com).

Courses actively being developed

Andy

  1. CartoDB.js from the ground up
  2. SQL and PostGIS in CARTO

Michelle

  1. Simple and Useful SQL in five minutes

Steph

  1. Academy Lite lesson on CartoCSS
  2. Intermediate Map Design

Courses that are next up for development

  1. How to make this map
  2. Advanced SQL
  3. Data Curation
  4. CARTO for Educators

Contributing tips

  • Code snippet highlighting via Jekyll where linenos is optional. linenos is kind of annoying as it's implemented because copying and pasting takes the numbers with it.
{% highlight language_name [linenos] %}
code
more code
even more code
lots more code
{% endhighlight %}

Pull Requests

  1. For lessons, tag Andy (@ohasselblad). For site design, tag Carlos (@matallo).
  2. After the pull request, master needs to be merged to gh-pages to make site live

Videos Details

Style Guide

When communicating arbitrary code snippets, write ...code...?