tutorials icon indicating copy to clipboard operation
tutorials copied to clipboard

🗒 codebar's tutorials

Results 42 tutorials issues
Sort by recently updated
recently updated
newest added

What are people's thoughts on moving away from the jQuery tutorials in favour of "vanilla" JS equivalents (e.g. things like `document.querySelector`)? This is for the usual reasons (jQuery is being...

I was wondering if there was appetite for changing the tutorials to use let instead of var? It behaves more like other programming languages people may be coming from and...

This PR is to extend codebar tutorials section with an SQL tutorial. These first 6 lessons are the result of the collaboration of (at least) the following people to whom...

A first version of an SVG tutorial to address part of issue #100 . This tutorial is set as an extension to the HTML/CSS tutorial and leverages concepts learnt there....

I've had a few requests to coach Java at codebar so I thought a basic tutorial would be useful. However, Java is a complex beast and it helps a lot...

I had a student who was following the python tutorials recently and got confused between running code from a file or from the repl. One way to fix this would...

I've been coaching d3.js with one of the West London students and I feel that it could be a good advanced tutorial to go beyond the JavaScript basics. Here's a...

new tutorial
help wanted

The master branch is 3 commits ahead (and 345 commits behind) gh-pages, because #389 was, I presume, accidentally(?) merged into master instead of gh-pages. Once this PR/branch is merged into...