M
M
Mimuss2017-12-16 00:47:11
Backend
Mimuss, 2017-12-16 00:47:11

How to go to a clean backend without knowledge of js?

I really like to administer PostgreSQL, Linux, write queries in SQL/PL/pgSQL, write in Python, maybe Java, but I hate css/js with all my heart. Is it possible without knowledge of the front js, jQuery, Angular and Bootstrap and others like them to go to a clean backend?
PS my hands drop when I get to the layout ... And I don’t want to see naked js, I have never seen such a strange language

Answer the question

In order to leave comments, you need to log in

10 answer(s)
S
Sergey Gornostaev, 2017-12-16
@sergey-gornostaev

Yes, no problem at all. Especially now, in the days of frontend frameworks, the backender may not see the html/css/js code at all. Previously, you always had to put the layout on the template engine, but now you just need to quickly spit out json.

A
Alexey, 2017-12-16
@AlexMaxTM

I share the sentiment very much. I don’t like layout either, you sit for hours and move a pixel to the left, a pixel to the right, a thicker line, a larger font ... Why, I don’t even know Photoshop, it’s problematic for me to pull a picture out of the layout.
But still, in the backend it is sometimes difficult to do without some kind of bootstrap and elementary Jqurey. One way or another, you have to display tables, place information fields, create forms with filters and sorting. You have to use the same Ajax - do not reload the page each time, on which a bunch of tables have already been loaded.
But without Angular in general, everything is solved without problems on the backend.

R
Ranc58, 2017-12-16
@Ranc58

To understand what is happening there at the front + minimal knowledge will definitely be needed.
I myself am one of those, I don’t like the front.

O
oh, 2017-12-16
well @AnneSmith

Java is generally no problem, with python, apparently, you will have to spend time looking for vacancies.
Java developers have nothing to do with the frontend, except to quickly fix some prod bug.

A
Alexander, 2017-12-16
@fireSparrow

There are vacancies that are not related to the web at all. Well, in web projects, you can also be a pure backender.

S
Saboteur, 2017-12-16
@saboteur_kiev

For business applications in java, there are frameworks that typeset for you.
Starting from the ancient gwt, spring, etc.

N
Nikita, 2017-12-16
@AgentProvocateur

Learn Go. In trend, like js. Demand for developers is high. Clean backend, moreover, non-trivial tasks - acceleration of bottlenecks of all sorts, etc.

R
Roman Kitaev, 2017-12-16
@deliro

And I don’t want to see naked js, I have never seen such a strange language

A couple of years ago, I also hated JS with all my heart, because it was an extremely non-obvious language for me, in which everything works through the ass, implicit imports and most of the code that I saw on JS is jQuery noodles. And then I discovered ES6, Vue.js, React and everything changed.
And no, you have no reason not to use ES6 because <whatever_your_reason>. Any builder can use Babel.

A
Anton, 2017-12-16
@SPAHI4

To master es6 - some of the hatred for the language will already disappear, jquery, bootstrap - it is desirable to know when it takes an hour to throw in the admin interface.
Well, yes, a professional level is not required, the backender, as already mentioned, does not depend on where the data goes - be it a website or a mobile application.

A
Alexander Litvinenko, 2017-12-16
@edli007

I will not hire a person who does the backend without knowing anything about the front, even if he works purely with the backend.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question