Answer the question
In order to leave comments, you need to log in
How to decide on a framework?
Need help with choosing a future development path in web development. So far, only HTML / CSS / JS has been behind.
I can choose it, but for this I do not have enough understanding of the "full picture of how everything works."
Basically, the options are:
Answer the question
In order to leave comments, you need to log in
It’s not clear to me, this is the division of frameworks into groups, what do they do and what tasks are the frameworks from the first group and from the second intended for?
Need help with choosing a future development path in web development.
can be divided by technology into php frameworks, javascript frameworks and css frameworks, etc. Traditionally, the server part is written in php, and the client part in javascript, all this is decorated with css.
But you can get by with one, you can use several. The choice of quantity and types depends on the project. For example, I do most of the projects in php framework yii2 and css framework bootstrap3, which is connected there out of the box. A completely self-contained link. And while yii2 is php and bootstrap3 is css , they have a bunch of javascript (jquery to be exact) tricks. So there are no clear rules and boundaries. The best way to understand is to start doing. Get yii2 and give it a try.
It’s not clear to me, this is the division of frameworks into groups, what do they do and what tasks are the frameworks from the first group and from the second intended for?
To in one cynical and obscene joke about the waiter: "take the 'old miller' ...".
To paraphrase - meteor zhs - your choice.
The situation is this: "While we were harnessing the horses, the world came up with rockets and flew to Mars."
You should always use the technology that you are very good at. And point.
Frontend frames are roughly equal, you don't need to separate them. Anyone will do.
As for the backend, it can be divided into 2 groups:
- A regular site or a spa (everything will do here, and hack and python and a node and cheat.)
- Where hard real multithreading is needed (for streaming any garbage in the style of video or music) - here is a question for masters of Erlang or Go and other "tanks".
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question