mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.1K
active users

#webdev

190 posts142 participants2 posts today

God. Front end #webdev is quirky. A fixed element was drifting around when it shouldn't have so I spent like 30 minutes trying to get it to stop, just to find out a hard refresh in the browser fixed the issue 🤦🏻‍♀️

Anyway, here's my project! It's a sector tool for #TravellerRPG Currently, TL is not generating correctly, but I'm working on it.

This has been a lot of fun to make so far. Let me know what you think! I'll be adding fine grain editing and saving to a db soon

ellebell.dev/mapper

ellebell.devHello

🦖 RTCPeerConnection: datachannel event
✅ Widely available (from Jan 2020)

developer.mozilla.org/en-US/do

A datachannel event is sent to an RTCPeerConnection instance when an RTCDataChannel has been added to the connection, as a result of the remote peer calling RTCPeerConnection.createDataChannel().

The MDN Web Docs logo, featuring a blue accent color, displayed on a solid black background.
MDN Web DocsRTCPeerConnection: datachannel event - Web APIs | MDNA datachannel event is sent to an RTCPeerConnection instance when an RTCDataChannel has been added to the connection, as a result of the remote peer calling RTCPeerConnection.createDataChannel().

🎉 The DjangoCon US 2025 schedule is officially here!

2025.djangocon.us/news/announc

📅 Talks: Sept 8-10
🛠️ Sprints: Sept 11-12

Exciting sessions lined up including "Django for AI" and "Building maintainable Django projects"!

🎤 Keynote speakers to be announced soon - stay tuned!

DjangoCon USThe DjangoCon US 2025 schedule has been released! | DjangoCon US 2025DjangoCon US 2025 is a Python and Django focused web development conference in Chicago, Illinois.

Approaching a build with MERN - but is it the best choice?

lemmy.world/post/33814221

lemmy.worldApproaching a build with MERN - but is it the best choice? - Lemmy.WorldHey all! Got something I’d appreciate your opinions on in regards to the tech stack I’m planning to use: # The Main Question The web app in question is a sort of project-management tool. Broadly, users will need to be able to: - log in - create and manage (e.g. update text content of/delete) “goals” - assign “goals” to “years” or “quarters” (give “goals” end dates). - view “goals” by status e.g. “completed”, “not started”, “finished” - create and manage (e.g. update text content of/delete) “items” - arrange “items” into “lists” - add “items” to “goals” - carry out “process reviews” in which they can check off or add “goals” that they’ve achieved that week/month. In your opinion, is a MERN stack right for this? A web app that focuses heavily on user interactivity, with a lot of reusable components in the front end (I designed with that in mind). Would PERN be better? Would a totally different stack be your choice? ### Some context - skip if not interested I’ve worked full time in web for over a decade, but mostly focused on PHP. I’ve built some stuff in React but am not particularly experienced with it. I’ve recently become dissatisfied with my role, and want to move into something a little different (and with a bit of a nicer paycheck to boot!). I’ve become interested in React agan. With that in mind, I’ve made contact with somebody who was conveniently in need of something developing, but not urgently. I’ve communicated that I’ll not promise anything and won’t take money for the work, but can walk through a wireframe/design/development process with them for free as part of upskilling on my side, and that I’m happy to provide support if they choose to reach out to an agency for development at any point on their side (just making sure all my cards are on the table, I’m not overpromising, taking money for a project I can’t deliver, or in any way deceiving them of course). I’ve done similar before for projects I’m interested in so all good. We’re in good spirits and the work has gone well so far. Thank you! Apologies if this isn’t the right place to post something like this 🙏