Spyke
lemmy.ml

I am a backend dev, but this shit is why I have utmost respect for frontend devs, also because they know how to center a div.

46
sh.itjust.works

With flexbox and grid there is no excuse for not knowing how to do that at this point.

15
lemmy.world

There wasn’t an excuse in the first place. It’s kinda amazing anyone can say centering a div was ever hard, especially if you have a computer science degree.

I mean sure it’s different from say object-oriented programming… but it’s frankly weird in a professional setting hearing grown adults with plenty of experience struggle over basic front-end work.

7
Miaoureply
jlai.lu

Computer science doesn't have much to do with making websites but ok

-3
TxzKreply
lemmy.zip

Being able to fit a java class name in 1 line

116

Eh, I'm sure we can overrun it just by gluing sufficient instances of Factory to the end of the classname.

4

And OOP in general. I also used to be infamous for such things, then I started to shorten the names, including using letters that are obvious to the user (e.g. int w, h; for width and height).

2

You sent me down a rabbit hole. Now I’m using a hamerspoon script which mimicks paperwm/niri

Liking it so far!

1

It is a digital signage display (ie in store ads, menus, displays etc) - not meant for desktop use.

27
lemmy.world

Frontend devs stopped giving a shit about wide screens at like 24"

It's just massive blank spaces seperating the work area and sides

11

This is not even an edge case, this is jump down from the edge to find what lies in the dark pit of despairs case

7
lemmy.world

And bootstrap's biggest Screen size Starts at 1400 width... 4k be damned

7
5PACEBARreply
lemmy.world

I don't want to use Bootstrap in my future project because Twitter. What are y'all using now?

2

Step 1: Write a website in pure HTML, can be converted or builded from something like Markdown

Step 2: Style it a little with CSS, as a layer on top, without touching HTML

Step 3: Profit.

1

You reached the end