DEV Community

Discussion on: "Googling it" is okay! - Hear Me Out 😅

Collapse
 
perssondennis profile image
Dennis Persson

Googling is what actually makes a good developer. If you don't need to google it means you are just repeatedly doing something you already know and you won't learn very much new stuff.

I actually just released a programmer quiz game. That game is meant to be hard. The "beginner level" entry isn't at all things beginners already know out of their head. The aim is instead that beginners should be able to find the answers by googling. Not sure if I did hit the right level of hardness, but I hope it is good enough! :)

Collapse
 
elliot_brenya profile image
Elliot Brenya sarfo

I will make time to play 😀

Collapse
 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️

When I open your link, the tab just becomes unresponsive in an endless redirect loop.

Collapse
 
perssondennis profile image
Dennis Persson

Thanks very much for your bug report Wii :) Could you please share some browser and device info? Would really appreciate that. Here or on LinkedIn/Twitter/Instagram.

Thread Thread
 
darkwiiplayer profile image
𒎏Wii 🏳️‍⚧️

Didn't work on vivaldi with cookies blocked, but with cookies enabled it works now. (note that blocking cookies on vivaldi also includes local storage)

Thread Thread
 
perssondennis profile image
Dennis Persson

Thanks for the investigation😀 I'm using cookies to store progress. In Next.js cookies are often very handy, since they are available for server side rendering.

Anyhow, I should fix so the page is at least responsive with cookies blocked and some descriptive information about it :)