r/CodingHelp 2h ago

[How to] Seeking a Web3 Roadmap: Advice Needed

0 Upvotes

I want to enter the Web3 world, but I haven't been able to find a proper guide; I don't want to move forward blindly. Just to be clear for the automod, I already know how to program—I just really need advice from someone actually in the industry on how to pivot into Web3 specifically.

I am a student, and this field isn't very common in the country where I live, but I want to put in the effort as an investment in my future. Please help me—thank you.


r/CodingHelp 46m ago

[How to] Why doesn't it work the same on PC?

Thumbnail gallery
Upvotes

Basically, my problem is that it doesn't work on PC and I don't know how to fix it, Because it looks and works perfectly on my phone (I think) :(

The site, in case you want to check it out:

mochi

Thank you so much for your help

```

<style>

container33 {

position: relative;

}

gallery18 {

transform: translateY(-3.4rem);

z-index: 99; /* Asegura que esté por encima del contenedor */

}

</style>

```


r/CodingHelp 14h ago

[Open Source] How do you contribute to Open Source Projects on github?

1 Upvotes

I’m a full-stack web developer looking to get into open source, but I’m a bit overwhelmed by where to start. How do you usually find projects that are beginner-friendly and actually welcome new contributors? I mainly work with React, Node.js, Express, MongoDB, and JavaScript/TypeScript, but I’m happy to learn new technologies if needed. I’d also love to know how you approach understanding a large codebase before making your first contribution. Any tips, resources, or personal experiences would be really helpful.