@pkdigital
Nothing here yet.
Nothing here yet.
No blogs yet.
Short answer to single go is not possible. Even a popular frameworks such Angular, Zend, Symfony, all are rewritten at some point because to improve the code quality. Software engineering is about constant improvement. Code quality is not only about code which developers write. It is everything around code as well such as documentation, code format, maintainability, comments and so on. I mostly concentrate on maintainability so frequent small changes do not consume hell a lot of time to achieve.
In these days, JavaScript is everywhere and essential in web development especially. If you want to become a web developer then start with HTML and CSS first. Once you acquire reasonable skills in them then move to plain vanilla JavaScript. Once you write enough plain JavaScript you will start to see how painful some simple tasks can be to achieve in plain JavaScript. That's where jQuery beginnings. Then, further to JavaScript frameworks. Happy coding!