diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..0bb59c5 --- /dev/null +++ b/readme.md @@ -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.