Sign Up to our social questions and Answers Engine to ask questions, answer people's questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Is it possible for China to beat the US by becoming the most powerful country in terms of technology and finance?
It’s difficult to imagine China’s relative share of global power increasing dramatically except to the extent they overcome these historical limitations. By the time the technologies that enable them to do that exist, nation states in and of themselves will probably be an obsolete political model, rRead more
It’s difficult to imagine China’s relative share of global power increasing dramatically except to the extent they overcome these historical limitations. By the time the technologies that enable them to do that exist, nation states in and of themselves will probably be an obsolete political model, replaced by some kind of global flux state anarchy or at least one-world Illuminati-style government.
See lessThat’s because a nation state in and of itself is a group of humans cooperating with each other against other groups of humans for sparse resources and services, and technology should eventually produce an abundance of resources and services that will eliminate the need for any such competition between groups of humans.
How can I become a self taught web developer?
The most important way to becoming a self taught full-stack developer is to first decide which part of it you want to learn first? Frontend- you should ideally start from this and learn basics of HTML ,CSS and JavaScript and you can learn this from w3 schools , it teaches you the basics. You can theRead more
The most important way to becoming a self taught full-stack developer is to first decide which part of it you want to learn first? Frontend- you should ideally start from this and learn basics of HTML ,CSS and JavaScript and you can learn this from w3 schools , it teaches you the basics. You can then learn more about js like design patterns, promises, ES6/7 from books like “Javascript the good parts” ,“you think you know JavaScript “ and “JavaScript design patterns”. Once your done with this you can look into work flow tools like gulp/grunt.
Backend- since you would be learning js, you can pick up node.js easily. Learn it from w3 schools and then learn express.js and mongo DB or mysql. Apart from node.js you can learn php,python or java.
Deployment – how to deploy your backend service on the net. AWS or google app engine are the preferable ones. Their documentation on their website is good and following it will be enough.
See lessIntegrating all of this and playing aorund with it will help you understand what it means to be a Fullstack developer