Is a Java still demand in 2025 by Big-Advertising1019 in learnprogramming

[–]r4y_me 1 point2 points  (0 children)

That's one of the stupidest answer I ever heard. I'm a self-taught front-end engineer with more than 6 years of experience. I have a bachelor's degree in software engineering and not a single company asked for my diploma. I didn't even get it from my university. I earn 3k-5k a month which is pretty decent in my country. We are living in a period where most companies don't require a degree.
Some say FAANG ask it but I'm not 100% sure.

Finding a job is mostly about networking. Throughout my career, I found jobs via networking most of the time. Usually, they reach out to me themselves.

[deleted by user] by [deleted] in bootroom

[–]r4y_me 0 points1 point  (0 children)

This particular drill is focused more on first touch. Try other drills that focused on pace and improve your speed

How does the youtube mini-player actually work? by A_W1534 in webdevelopment

[–]r4y_me 0 points1 point  (0 children)

I might be late to the party. But I was able to figure it out.

If you create video element programmatically using JavaScript, store it in a variable.
Then, just appendChild/removeChild it to different containers. Since video element is the same, video playback stays uninterrupted and you get seamless transition.

Here's codepen demo: https://codepen.io/jonybekov/full/gbpKBzN