T
T
TechPerMech2021-04-12 11:03:46
css
TechPerMech, 2021-04-12 11:03:46

Can you suggest areas of application of various EPs?

I have been working for 2 years in TechSupport as a Senior Techical Support Specialist.
I thought about changing the field and going into programming. I taught HTML, CSS, JS with JQuery and PHP a little in my time - as I understood, these were previously called bydlokodery. And I came across the fact that I don’t understand a little, in which, let’s say, business areas, one or another programming language is needed. Please tell the lamer where it is easier to move, which area and which YAP is the most ok for a beginner to start.

Ps I heard that now it makes sense to learn Python, and then go to Junior QA.

Answer the question

In order to leave comments, you need to log in

12 answer(s)
M
McBernar, 2018-06-19
@jertik3

The best solution is to take away the computer from the designer.
I'm telling you this as a designer.
Seems to <pre>be the easiest option.

P
Polina Emelyanova, 2018-06-20
@bugo_aneo

askd.rocks/pres/css/# Slides 30-35.

<div class="parallelogram-content">
  <p>I have a pen</p>
  <p>I have a code</p>
   <p>Ugh!</p>
  <p>CodePen</p>
</div>

.parallelogram-content {
  /* no transform */
}
.parallelogram-content p {
  transform-origin: 0 0;
  transform: skew(30deg);
}

A
Alexey Chipiga, 2018-06-20
@Xaz16

I think that of all the options above, the most interesting would be to use
https://www.html5rocks.com/en/tutorials/shapes/get... css shapes.
But unfortunately, you need to reckon with this table https://caniuse.com/#feat=css-shapes

A
Arthur, 2018-06-19
@cloudz

try to warp the block or try to make text formatting through
white-space

P
profesor08, 2018-06-20
@profesor08

Yes, break it into lines, each in a separate block. Give them white-space: no-wrap . Scale the font relative to the width of the wv window .

G
ggrnd0, 2018-06-20
@ggrnd0

arrange a bunch of transparent blocks of different lengths with styles
float: right;
clear:right;
text without styles.
draw a line separately. depends on the requirements, I think you can make a background gradient.

L
Lorem Ipsum, 2018-06-20
@GeorgeGeorge

https://www.html5rocks.com/en/tutorials/shapes/get...
shape-outside: polygon

B
BarryHAllen, 2018-06-22
@BarryHAllen

before + after + transform

A
Alex-1917, 2018-06-28
@alex-1917

Banal testing for user-friendliness will cut such a designer far and for a long time! Drink, fool! And you won't have to fight a stupid argument between a layout designer and a designer!

S
Saboteur, 2021-04-12
@saboteur_kiev

Bydlokoderami call those who have learned to write something, but stopped developing and write without understanding the architecture, if only it would work without changing habits.
As a tech support senior, you should already understand that business does not need knowledge of programming languages, but solving business problems. And in what language is the choice not of a business, but of an architect or technical lead who receives a complete technical task and repels from him on what he can do it. Depending on the competence of the architect or "historical" reasons, the appropriate language and technology is chosen.
Lamer is easier to move into familiarity with Google, and the search for ready-made answers to such questions. There are thousands of them. Asked every week. Without a built-in habit of finding information that already exists on the Internet, it will be impossible to survive, so set a goal to master the search.

V
Vladimir Korotenko, 2021-04-12
@firedragon

C#, Java - enterprise, mobile applications, microservices
C, C++ - microcontrollers system programming, desktop, some low-level magic in mobile phones
Go - Fast and the only right way to write something to support the network or
Python microservice - quickly on the knee something for networks, data analytics, something else
PHP is the most popular language for backing. Due to popularity, there is a bunch of redneck code and creepy legacy.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question