Aj: Because all server-side programmers should learn basics about client-side programming. Because client-side connects us to server-side. But it is not necessary for client-side programmers learn about server-sideReply·Thread·Mar 2, 2018·JavaScript vs PHP
AFor a web developer, It's better to start with a client-side programming language. I suggest to learn javascript first. Because it's widely used in client-side and server-side and has no alternatives (in client-side).Comment·Thread·Feb 21, 2018·JavaScript vs PHP
AVue JS is a javascript framework like AngularJS and reactJS. and doesn't related to Laravel or web chat app. You can use it in everywhere Visit http://vuejs.org/ for more informations.Comment·Thread·Jan 14, 2018·2·what is the need vue.js ?
AI disagree. Do colleges want us to build a programming language ?Reply·Thread·Jan 2, 2018·Why do colleges still teach C and C++ when you can't even build anything with these programming languages?
ALearning many languages is not important. It's important that you use your current knowledges. It's predicable that you'll become tired after you learned new language. Start a new project. You will never become tired. If you don't want to start a project, try to be elite in a specific language.Comment·Thread·Jan 2, 2018·Learn a new programming language
AAdd this to keybindings.json: { "key": "ctrl+shift+t", "command": "expand_region", "when": "editorTextFocus" }, Then use Ctrl+Shift+TComment·Thread·Dec 17, 2017·How to select content between quotes (single and double) in VSCode? Is there an extension?