Developer Starter Pack
24 Februari 2020
Requirement π οΈ
Daftar gitlab menggunakan Google OAuth / E-mail
Software Developer π¨βπ»
Software Developer == Software Engineer
Choose your route:
Desktop Software Developer (C#, Visual Basic)
Web Front-end Developer (HTML, CSS, JS) (Client Side)
Web Back-end Developer (JS, MySQL, NoSQL) (Server Side)
Web Full-stack Developer
Android Native Developer (Java, Kotlin)
iOS Native Developer (Swift)
Hybrid Mobile Developer (React Native, Flutter)
Weaponry π»
Text Editor with snippets and plug-in
Small knowledge about navigating in CLI
Command Prompt/Terminal
Google
Git
CLI (Command Line Interface) β¨οΈ
Command Prompt Windows + R > cmd > Enter

Cara lain membuka cmd, ketikan cmd di folder direktori yang diinginkan

Command Prompt π₯οΈ
Show files in current directory
Go to Specific directory (use TAB for autocomplete)
Create Directory or Folder
Open Program
Create File
Environment Variables
This PC > Right Click > Properties > Advanced System Settings > Environment Variables > System Variables > Path

Package Manager
Package manager di windows ada Chocolatey
Windows
Linux
Text Editor
Notepad++

Sublime

Atom

VSCode

Vim

Open VSCode via CLI
Install Plugin Terminal in VSCode

Compile C++ Program in VSCode
Buat Folder bernama
FolderDevcomBuat File bernama
print.cppIsi dengan kodingan dibawah
Compile codingan menggunakan command:
git
What is git ?
What is git clone?
What is git commit?
What is git push?
Version Control System (VCS)


2 ways to use git
Push Local Repository to create new Remote Repository
Create Remote Repository and clone it to Local Repository
Git global setup
Local to Remote
Remote to Local
Multiple person working on one project
Advanced Git


More at git documentation
Protip
Last updated
Was this helpful?