J
J
j_cibina2018-08-04 16:34:40
SQL
j_cibina, 2018-08-04 16:34:40

Programming without any use of sql and its analogues?

Tell me the area and programming language - where you don’t need to use sql and its analogues at all (that is, so that you don’t need direct knowledge of writing queries in the database). But the writing of codes itself was .... or at most access to databases by the code itself.
I am very interested in programming. But for some reason I just can't digest sql.

Answer the question

In order to leave comments, you need to log in

12 answer(s)
V
Viva33, 2018-08-05
@Viva33

It is better to learn how to work with the database. It is necessary.

G
GavriKos, 2018-08-04
@GavriKos

Any area can do without sql and its analogues. No matter how the area dictates the stack of technologies, but the task.

S
strib, 2018-08-05
@strib

Yes, a lot of tasks:
1) Drivers;
2) Network stack;
3) Codecs, multimedia and more;
4) FPGA and other circuitry;
But... You need to know databases.

E
Eugene, 2018-08-04
@klim76

any ORM allows

M
MaxLich, 2018-08-06
@MaxLich

js on the front

X
xmoonlight, 2018-08-04
@xmoonlight

Parsers (back-end): parse and array each piece of data and save to disk in files (json and in a predefined folder and file structure).
JS (front-end): everything there is.

Z
zod ggs, 2018-08-05
@zodchiy

C# and Entity Framework. Code only, no queries, EF does everything for you.

U
UAC, 2018-08-06
@UAC

I already thought that this is an article about how they started somehow doing without a database, but no, it’s just a cry from the heart. In general, sql is really a very simple language. And becoming a programmer in the field of drivers, codecs, etc. is like driving a nuclear submarine to work because you don't like traffic jams. As if there will be no traffic jams, but it is much more difficult to control a nuclear-powered ship.

S
Sergey Ryabenko, 2018-08-06
@ryabenko_pro

There are nosql databases, for example mongodb, where you don't need to know sql.
As for the front - with a little immersion in JS, DOM, Event Loop and the rest of the delights of the stack, you can fall in love with sql very quickly

E
evilskeletor, 2018-08-06
@evilskeletor

prologue :)

J
Jhn Doe from, 2018-08-09
@spbislanders

QA testing
Data parsers - there are entire projects that are tailored only for
Devops parsing System
administration - they often write light scripts
Programming drivers for
1c hardware (but not sure)
Frontend (js, html, css)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question