Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 2.66 KB

TUTORIALS.md

File metadata and controls

51 lines (40 loc) · 2.66 KB

Tutorials for Everyone

Read up on these resources on how to use git effectively.

Tutorial by Atlassian, GitHub's main competitor Interactive Tutorial by Github - Sign in at first to track progress.

How to Use Cloud9

Browse Cloud9's features

Frontend Tutorials

Languages
HTML and CSS

HTML is a markup language that contains the content of a webpage. CSS helps explain how the content should be shown, but is not needed.

JavaScript AKA JS

We will use JavaScript to make webpages interactive, but it can be used for much more.

Frameworks

Frameworks add a lot of features to a language.

jQuery is a JS framework

jQuery is used to add effects and animations to a webpage, as well as other interactions with the page's content.

Bootstrap for HTML/CSS

Bootstrap makes it easy to make parts of a website like a navigation bar, a footer, a dropdown-menu, etc.

Laravel Blade for HTML/CSS

Laravel is actually a backend framework for PHP, but it comes with Blade, which is a templating language.

Backend Tutorials

Languages

PHP

PHP is one of the most popular languages for backend development, but it is extremely ugly and a horrible mess to work with. Codecademy Course

Frameworks

Laravel for PHP

Laravel tries to solve some of the problems that PHP has with cleanliness and ease.