DEV Community

Cover image for Meme Monday 🐷
Ben Halpern
Ben Halpern Subscriber

Posted on

Meme Monday 🐷

Welcome to another Meme Monday post! Today's cover image comes from last week's thread.

DEV is an inclusive space! Humor in poor taste will be downvoted by mods.

Top comments (72)

Collapse
 
bobbyiliev profile image
Bobby Iliev

"PHP is gonna die" (c) many non-PHP developers since 2000.

Source

Collapse
 
simme profile image
Simme

PHP - The good parts

Collapse
 
besworks profile image
Besworks

php best practices

Collapse
 
jmfayard profile image
Jean-Michel πŸ•΅πŸ»β€β™‚οΈ Fayard • Edited

PHP, still not dead

I don't even need a meme for that, I just go to Wikipedia's home page

Wikipedia alone is more valuable than the whole crypto/blockchain sector

Collapse
 
mellen profile image
Matt Ellen-Tsivintzeli

PHP devs:

this is fine meme

Collapse
 
juanfrank77 profile image
Juan F Gonzalez

Still waiting... lol

Collapse
 
warwait profile image
Parker Waiters

Snek

snek

Collapse
 
anyanka profile image
Anja

I really like this one πŸ˜‚

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

Option 2 is better!!!

Collapse
 
warwait profile image
Parker Waiters

TOS

Collapse
 
naveennamani profile image
naveennamani

How to lose customers in seconds

Collapse
 
sherrydays profile image
Sherry Day

passwords

Collapse
 
h_sifat profile image
Muhammad Sifat Hossain

lol, doesn't password get hashed and salted before they are stored? Most of the time it looks like a hex string.

Collapse
 
ben profile image
Ben Halpern

I think that’s the idea. Catch anyone not doing that.

Collapse
 
kaspera profile image
Kasper Andreassen

Image description

Collapse
 
joelbonetr profile image
JoelBonetR πŸ₯‡

πŸ˜‚πŸ˜‚πŸ˜‚ so true that it hurts

Collapse
 
janmpeterka profile image
Jan Peterka

= Times I didn't really learn REGEX, just copied some random characters from Internet and hoped.

Collapse
 
2kabhishek profile image
Abhishek Keshri

painful :')

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

😭😭😭😭😭😭😭

Collapse
 
ivis1 profile image
Ivan Isaac

hacking

Collapse
 
janmpeterka profile image
Jan Peterka

there needs to be sleep between those prints :D

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

Now i am confused......can I learn hacking in this way🀣🀣🀣🀣🀣🀣🀣🀣

Collapse
 
leviarista profile image
LevΓ­ Arista

Image description

Collapse
 
sadeedpv profile image
SadeedpvπŸ₯‡

Meme Monday

Collapse
 
h_sifat profile image
Muhammad Sifat Hossain • Edited

Pro Tip: Rather than using randomly high values for z-index use CSS custom properties instead.

Example:

:root {
  --z-level-one: 100;
  --z-level-two: 200;
  --z-level-three: 300;
}

div {
  z-index: var(--z-level-one);
}
Enter fullscreen mode Exit fullscreen mode

Now we can peacefully end the z-index war.

Collapse
 
eerk profile image
eerk

But now my div has to be on --z-level-one-and-a-half

Collapse
 
maxart2501 profile image
Massimo Artizzu

I don't think it will change much...

div {
  z-index: var(--z-level-one-million);
}
Enter fullscreen mode Exit fullscreen mode
Collapse
 
dimas profile image
Dimas Putra

it's all level one tho πŸ˜‚

Thread Thread
 
h_sifat profile image
Muhammad Sifat Hossain • Edited

the result of copy pasting.

Thread Thread
 
maxart2501 profile image
Massimo Artizzu

Level three is still equal to level two...

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

😲😲😲😲😲😲😲😲😲😲😲

Collapse
 
mangor1no profile image
Mangor1no

Programming meme

Collapse
 
chiki1601 profile image
Miss Pooja Anilkumar Patel

Damn true🀣🀣🀣🀣🀣🀣

Collapse
 
dinerdas profile image
Diner Das

docs

Collapse
 
h_sifat profile image
Muhammad Sifat Hossain

Though, so far I've only published a few small libraries I can tell it's boring as hell.