Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 23 hours ago.
Improve this question
So I learned advanced HTML and CSS and now moving towards javascript I'm afraid that after learning js it will waste my time as chat gpt will take over so should I advance towards python for Artificial Intelligence as the future there is more promising? Kindly motivate me for front-end web development as I am lost
I think I am wasting time learning HTML, CSS, and js
Related
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 years ago.
Improve this question
So I have a well-planned idea for an app, and I want to implement it in the next year.
I did my research and decided to learn JS ,CSS and HTML using NATIVE REACT and FIREBASE.
My question is, where do I start?
Should I first learn HTML?JS?CSS? or maybe all together is the same time? maybe focusing on something else which will provide strong foundations? what will speed up the learning curve?
( P.s - I'm a second year student in software Engineering, so learning new skills & technologies is quite familiar. )
HTML, CSS and JavaScript in this order is a good choice.
They will all be useful in future, and rely on each other.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 7 years ago.
Improve this question
This code snippet is from a teammate of mine, his title is "Full Stack Developer". He mostly writes PHP. I found this code at the end of a .php file and asked him to move it to a separate .js file for testability, maintainability... just some best practices.
He denied, he actually said this code is "extremely simple" and refactoring just makes it more complicated without any benefits. He talked about KISS, about performance...
Just tell him story about Spaghetti code, design patterns, etc. and then fire him.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I am starting a new Android app, and I would like to know what should be the best server-side stack that I could use.
I heard some about MeanIO, MeanJS, Cleverstack, Generator Angular Fullstack.
Which of these suggestions should be the best? Is there another one that is not on the list that would be even more interesting?
If I am correct in saying it depends in what you're doing and trying to focus on. If you wish to also build a web-based front-end it's probably necessary to include AngularJS. If you aren't planning on doing that you could probably cut out the need for Angular.
I imagine the MEAN stack (https://github.com/meanjs/mean) would be enough for your Node.JS server. I doubt you will need to use Angular for an android app so you will be more focused upon the Express+Node+Mongodb portions.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
First post on this site, so bear with me.
I got a decent handle on jQuery, but then I tried to jump to Backbone.js and it was a little bit over my head. And I decided that I want to ease my way into it by slowly working up.
What order did YOU learn the Frameworks in?
Before learning jQuery, you can check these W3Schools tutorials:
http://www.w3schools.com/jquery/default.asp
http://www.w3schools.com/js/
A good resource for learning jQuery is on the jQuery Learning Center site: http://learn.jquery.com/. Especially, I would recommend you the JavaScript 101 Chapter for the beginning: http://learn.jquery.com/javascript-101/
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I recently ran into some issues this week on a web app that I built and I realized that I didn't have a good process in place for handling errors. What are some good resources on the subject? I'm talking links, books, videos, slides, whatever.
This are a some of good articles:
The art of throwing JavaScript errors
A chapter from Eloquent JavaScript Book