Skip to content

Latest commit

 

History

History
92 lines (46 loc) · 2.32 KB

File metadata and controls

92 lines (46 loc) · 2.32 KB

#Tools for development

<= Back * * * Next =>

Now, let's start to move closer to Development tool set, we wouldn't cover all but let's start with main stack.

Setup

Development environments for beginners

Skip section with ruby installation

Git

Linux, Mac OS

Installing Git

Windows

Ehh.. If you are happy user of Windows OS then you have to install

Install full version with msysgit extension

Make sure that commands like git,cat, ls are in your PATH

NodeJs

Installing NodeJs

Text Editors

You may choose between

  1. Sublime Text
  2. Atom
  3. Notepad++

whatever...

IDE

You also free to choose here, but I would able to help only with next one

  • Install WebStorm
    • make sure you have found full list of shortcuts, you even may/have-to print them ...
    • make sure that IDE works with your GIT installation

Install Google Chrome

I hope you already have one ;-)

⬆ back to top

Practice

Workshop: Linux Command Line Basics

Workshop: Learn Your Bash

NodeSchool: learnyoubash

Exercise: Junior Geek Report

After installation you was exploring your tools and decided to share your findings with others

  1. Write 5th your favourite linux commands
  2. 3 terminal`s shortcuts with some explanation
  3. 5 IDE's shortcuts with some explanation
  4. 3 Google Chrome Dev Tool shortcuts with some explanation

⬆ back to top

<= Back * * * Next =>