0
Importance to Terms using Full Stack vs Back End
They say the full Point is being a Full Stack Developer... I'm just seeking in Java as back end programmer Any Response? IF AI IS STILL PYTHON TRUE? I'm a code programmer not a web developer... I want to learn Angular and Nest but where's the full stack developer term important... I can only back end program in Java...
3 Answers
0
Full stack means more to be familiar with a "stack" of technologies which are belonging together. This means e.g. Java + matching frameworks for web backends + matching databases. There is no need for any backend dev to be familiar with CSS.
0
So is "Java" in "Front End" frameworks?
0
A stack consists of at least the following parts:
1. Database / data storage
2. Backend technology, might include frameworks, might include Java
3. Frontend technology, might include frameworks, might include Java (that thing in fact is somehow not longer state of the art, but could be an acceptable approach for some applications, once upon a time Java applications were e.g. popular for chat applications)
From my point of view it's not necessarily required to deep dive into frontend AND backend technologies, but it's of advantage to have at least some knowledge of that, since you are either consuming from a backend or have to provide proper for a frontend. Therefore you need to know the corresponding needs and requirements.
Concerning your sub-question for AI: Python is of incredible importance in that field, but there are other technologies upcoming as well. Finally everyone has it's relevance, but even if some say Python was no longer relevant, it's still important as one of the most popular technologies.