Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
didikz committed Aug 3, 2018
0 parents commit 54f5bd7
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# DOT Indonesia Development Stack & Tools

Ini adalah panduan tentang development stack dan perangkat saja yang perlu dipasang di masing-masing PC untuk kebutuhan development DOT Indonesia di masing-masing divisi.

## General

+ Mindmap: [xmind](https://www.xmind.net/)
+ Komunikasi: [Slack](https://slack.com/)
+ Kolaborasi: [Trello](https://trello.com/) (Task assignment), [Gitlab](https://gitlab.com) (Code Repository), [Google Drive](https://drive.google.com)
+ GIT: [Git](https://git-scm.com/), [SourceTree](https://www.sourcetreeapp.com/) (Free for Mac & Windows), [Gitkraken](https://www.gitkraken.com/) (Free for Mac, Windows, Linux)

## Backend

### Development Stacks

+ Server Side engine: PHP >= 7.0
+ Web Server: Apache 2.4
+ Database: MySQL >= 5.6
+ Node: [Nodejs LTS](https://nodejs.org/en/download/)
+ Package Manager: [NPM](https://www.npmjs.com/), [Yarn](https://yarnpkg.com/en/), [Composer](https://getcomposer.org/)

### Tools & IDE

+ Free Editor: [Visual Studio Code](https://code.visualstudio.com/), [Sublime Text](https://www.sublimetext.com/) (Freemium)
+ Non Free Editor: [PhpStorm](https://www.jetbrains.com/phpstorm/), [WebStorm](https://www.jetbrains.com/webstorm/)

## Frontend

### Development Stacks

### Tools & IDE

## Mobile

### Development Stacks

### Tools & IDE

## Quality Assurance Engineering

### Development Stacks

### Tools & IDE

## Design

### Tools

# Contribution

# Contribution

Internal engineer silakan berkontribusi untuk membuat guideline ini bisa lebih lengkap dan lebih baik. Caranya:

+ Fork repository ini
+ Buat branch baru di repository hasil fork
+ Edit file readme sesuai dengan kebutuhan lalu commit.
+ Ajukan pull request
+ AVP divisi atau VP of engineering akan melakukan review dan melakukan approval Pull Request.

Jika ada pertanyaan atau permintaan update silakan untuk mengajukan issue di repository terkait.

0 comments on commit 54f5bd7

Please sign in to comment.