Ubyssey Code
  • Introduction
  • Our Technology
  • Installation
    • Docker Instructions
    • Wagtail Setup and Development
  • Getting Started
    • Your first task
    • How to use Git
    • Intro to Backend Dev
    • Creating and running Test Cases
  • Resources
  • FAQ
  • Office Hour
  • Code of Conduct
Powered by GitBook
On this page
  • Workflow Tips
  • Command Line Interface (CLI)
  • Git
  • HTML & CSS
  • JavaScript
  • D3
  • React
  • Redux
  • RamdaJs
  • Python
  • Django
  • Django REST Framework (for our API)

Resources

PreviousCreating and running Test CasesNextFAQ

Last updated 6 years ago

Here's a list of useful resources for getting started with web development at The Ubyssey.

Before you use these links, sign up for a Codecademy account:

Workflow Tips

  • Get

  • Read

  • Read

Command Line Interface (CLI)

  • Learn CLI -

  • Ryan's Tutorial: The command line -

  • linuxcommands.com -

  • Better man -

Git

  • Atlassian Git Tutorial -

  • Learn Git -

  • git - the simple guide - no deep shit! -

HTML & CSS

JavaScript

D3

React

Redux

RamdaJs

Python

Django

Django REST Framework (for our API)

Learn HTML & CSS -

Make a website -

Learn SASS -

Learn JavaScript -

D3.js tutorials -

Official React intro tutorial -

Learn Raw React — no JSX, no Flux, no ES6, no Webpack -

Build with React -

Getting Started with Redux -

Why Ramda? -

Favoring Curry -

Learn Python -

Django Getting Started Tutorial -

Django REST Framework tutorial series -

https://www.codecademy.com/register
Octotree Extension
Tips on making good git commit messages
Tips on how to do code review well
https://www.codecademy.com/learn/learn-the-command-line
https://ryanstutorials.net/linuxtutorial/commandline.php
http://linuxcommand.org/lc3_learning_the_shell.php
https://tldr.sh/
https://www.atlassian.com/git/tutorials
https://www.codecademy.com/learn/learn-git
https://rogerdudler.github.io/git-guide/
https://www.codecademy.com/learn/web
https://www.codecademy.com/learn/make-a-website
https://www.codecademy.com/learn/learn-sass
https://www.codecademy.com/learn/learn-javascript
http://alignedleft.com/tutorials/d3/
https://reactjs.org/docs/getting-started.html
http://jamesknelson.com/learn-raw-react-no-jsx-flux-es6-webpack/
http://buildwithreact.com/
https://egghead.io/courses/getting-started-with-redux
https://fr.umio.us/why-ramda/
https://fr.umio.us/favoring-curry/
https://www.codecademy.com/learn/python
https://www.djangoproject.com/start/
https://www.django-rest-framework.org/tutorial/1-serialization/