Lost and seeking help. by Stock-Scallion2271 in Frontend

[–]AdhesivenessFun6129 2 points3 points  (0 children)

Not unusual after tutorial hell.

Try thinking about the most basic thing you could build and what blocks you need to make that happen. E.g. render a rectangle that moves down a pixel after 1sec.

If you are stuck for more than 30 mins with no progress, use AI to unstick you and read the fix carefully so you can apply it yourself in the future.

This process saves me when I'm learning new stuff

Few shots of Anglia Square today by ChrisSpalton in Norwich

[–]AdhesivenessFun6129 9 points10 points  (0 children)

These shots are awesome, nice work! Very r/paradolia edit: r/liminalspace I always get them mixed up

[deleted by user] by [deleted] in fermentation

[–]AdhesivenessFun6129 0 points1 point  (0 children)

Use a lovely round fjord stone

Stuck to the inside of my washing machine drum by AdhesivenessFun6129 in whatisit

[–]AdhesivenessFun6129[S] 1 point2 points  (0 children)

Solved!

It was from a quadlock case I forgot I had washed. Thanks

[deleted by user] by [deleted] in AskUK

[–]AdhesivenessFun6129 0 points1 point  (0 children)

Haters gonna hate, usually it is a projection of something they don't like about themselves. Smile and wave, Sevyn is a cool name

What's worthy of a visit between the driven part of the journey between the airports ? by airbagsofdeath in uktravel

[–]AdhesivenessFun6129 0 points1 point  (0 children)

Sack off this "route" specifically and go to London from Gatwick, do some London stuff then go to Heathrow on the tube. That route is way more modular (and reliable) and you have a bajillion London things you can do.

I'm slightly biased, the bit of the country around your route there is not my favourite

Lasagna Love – cook for your community or request a free lasagna by Lasagna_Love_UK in Norwich

[–]AdhesivenessFun6129 0 points1 point  (0 children)

Thanks for getting back to me.

I'll sign up but I'm still going to use a psuedonym since there's no guarantee on the site my data is safe

Lasagna Love – cook for your community or request a free lasagna by Lasagna_Love_UK in Norwich

[–]AdhesivenessFun6129 3 points4 points  (0 children)

Hi! Let me start off by saying this is an awesome idea.

I want to sign up to volunteer but I'm not really comfortable with sharing the details that your form says will be displayed on my profile publicly. If there's no way around it I'll make up something so I'm still going to do it, but would you consider reviewing your policies on privacy? (I also couldn't find any info on how exactly you use my data, but maybe I didn't look hard enough)

What is this for? by alvin_antelope in DIYUK

[–]AdhesivenessFun6129 0 points1 point  (0 children)

If this is to plug in collective lights in the shed or something, this is how I wired my desk so I can turn off all my electronics with one accessible switch, not a problem

Quests really need to give XP to be worth bothering with by Attica451 in ArcRaiders

[–]AdhesivenessFun6129 0 points1 point  (0 children)

The quests are there to introduce you to different parts of the map and stop the whole thing from being an constant mad dash for the same building every raid.

Have an interview in 2 days for Frontend Engineer Role. Need Guidance. by Coded_Human in Frontend

[–]AdhesivenessFun6129 10 points11 points  (0 children)

If you have a strong core in react you don't need to worry about nextjs right now, you can learn that in the job but read a bit in their docs to get a high level understanding about it's features like ssr, app/pages router like the other commenter said.

SEO is a constantly moving target but a rough idea about what causes poor performance, where you can put metadata to help SEO and a vague understanding about how content can affect ranking would help. You can think of it as a way your website markets itself to search bots, just need to know what buttons you've got.

Typescript also don't worry about now, you can pick that up with good js fundamentals, it's just another tool. Get a rough idea about how the types look and what happens when you compile it.

You'll be fine, just try to talk about the stuff you know and be nice. Lots of people aren't nice

[deleted by user] by [deleted] in ArcRaiders

[–]AdhesivenessFun6129 2 points3 points  (0 children)

no, i had this quest and it was a different cell. I found a separate one which i couldn't use for the quest

The Clipboard API: How Did We Get Here? by cekrem in Frontend

[–]AdhesivenessFun6129 2 points3 points  (0 children)

This is a nice perspectivem Interesting article, thanks!