Coding Resources

OpenClassrooms has many paths focused on coding. Some of these paths have projects in common, some of them require the same skills on different projects, and some require learning skills unique to their paths. All of them can require a variety of resources and tutorials found on this page.

Scrum Master

HTML & CSS

  • HTML Rocks - Link
    An awesome resource for for developers looking to put HTML5 to use today, including information on specific features and when to use them in your apps.
  • HTML5 and Friends - Link
    A selection of information, demonstrations, tools and resources on the programming language. The web page is clean and extremely easy to navigate, using symbols, lists and a simple grid to lead to you the desired information.
  • HTML5 Cheat Sheet - Link
    A handy, printable HTML5 cheat sheet, which lists all currently supported tags, their descriptions, attributes and their support in HTML 4.
  • HTML5 Doctor - Link
    For everything HTML, head over to HTML5 Doctor where you will find articles on everything you might need as well as an awesome 'Ask the Doctor' Q&A section!
  • HTML5 Please - Link
    This great resource helps you choose and look up features of HTML5 you can use and provides advice in making decisions about how to implement the computer language into your projects
  • Front End Mentor - Link
    A CSS learning tool to improve your skills. Real-world project ideas and free assets to build them, sharpening your CSS skills with this resource will also mean you end up having more assets in your portfolio
  • CSS Battle - Link
    Find quick easy challenges (and hard ones too!) for developing your CSS skills. Great practice!
  • Codier - Link
    Practice your CSS skills by answering these challenges right in the browser. A great way to learn CSS by practicing 15 minutes a day.
  • 30 Days of CSS Girls - Link
    What began as a way to encourage girls to get into coding has become a really tremendous resource for any beginners, everyone welcome! You'll find resources, activities, support, and more.
  • w3schools - Link
    Guides to HTML and CSS along with a database of practice activities

 Pro-Tip: If you are on Twitter, follow #codenewbie or #100DaysOfCode to connect with other coders from around the world!


Flexbox

  • Basic Concepts of Flexbox - Link
    Introducing the Concepts of Flexbox in a straightforward guide by Mozilla
  • Flexbox Tutor Tech Sith - Link
    Learn Flexbox Layout through this useful YouTube video in 15 minutes
  • CSS Tricks and Snippets - Link
    Comprehensive Guide to Flexbox
  • Dani Krossing CSS Flexbox Tutorial - Link
    Learn Flexbox & CSS in 20 minutes - A useful YouTube tutorial

 

JavaScript

  • The Modern JavaScript Tutorial - Link
    A highly recommended step by step guide to learning and practicing JavaScript
  • Derek Banas - Link
    A series of videos introducing you to JavaScript concepts
  • The New Boston - Link
    YouTube's best basic JavaScript summary
  • Learn JavaScript in 3 hours - Link
    An ultimate overview (and free) course
  • Free Code Camp - Link
    Hundreds (thousands?) of JavaScript activities for practice!
  • Jake Wright - Link
    For the college approach, follow Jake's computer science tutorials on JavaScript
  • JavaScript Code Check - Link
    Copy and paste to check your JS code for errors
  • Java v JavaScript - Link
    Follow an OpenClassroom's mentor's YouTube channel!
  • CodekTV - Link
    Coding for beginners... who want to become experts with JavaScript
  • Simplifying JavaScript Parameters - Link
    A great resource for keeping JS lines simple, which is important for both beginner building and for large company projects.
  • HTML with Vanilla JavaScript - Link
    A gentle introduction to JavaScript structures and building
  • W3Resource - Link
    Programming exercises with answers
  • W3Schools - Link
    Code language advice, activities, and challenges
  • 10Best Design - Link
    Sound advice on the formatting your code should take
  • JavaScript Interview Questions - Link
    GitHub offers multiple choice JavaScript questions which may come up on your future interviews or even during coding.

 

MongoDB and Vue JS

  • MongoDB - Link
    A general purpose, document-based, distributed database built for modern application developers and for the cloud era.
  • JWT - Json Web Token  - Link
    Json Web Token defines a compact and self-contained way for securely transmitting information between parties as a JSON object, so you can transmit information securely.
  • Node.js - Link
    An open-source, cross-platform, back-end JavaScript runtime environment.
  • Postman - Link
    An ideal collaboration for API development
  • Medium: JavaScript Array Methods - Link
    A Medium article providing a list of methods to use with JS
  • npm (Nonlinear Programming Methods) - Link
    A package manager for the JavaScript programming language.
  • SequelizeLink
    A promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server
  • Vuejs - Link
    An open-source model–view–viewmodel front end JavaScript framework for building user interfaces and single-page applications
  • Vuex - Link
    Another (related) open-source model–view–viewmodel front end JavaScript framework for building user interfaces and single-page applications
  • Vuejs router - Link
    The official router for Vue.js. It deeply integrates with Vue.js core to make building Single Page Applications with Vue.js a breeze

 

Technology moves fast, and we hope to keep updating this page with more resources. Do you have any suggestions? What are your favorites? Please share them with us so we can keep building this list of resources! 



Back to Library homepage