• 1 Post
  • 29 Comments
Joined 17 days ago
cake
Cake day: April 18th, 2025

help-circle
  • I did the front-end program on freecodecamp.org a bunch of years ago, it was decent. The challenging part about finding what you’re looking for is that Javascript is used in both the front and back ends (and in a number of other places). Courses in JS will usually focus on backend (node.js is common), but it sounds like you’re looking for a basic front-end course.

    Also note that “integrating front end with back end” is complicated and depends largely on the backend itself. In the free code camp course, I did some calls to APIs from the frontend, which I think is what you’re asking.

    In any case, check out the Full Stack course on freecodecamp.org (specifically what you’re asking about is covered in the “DOM Manipulation and Events” section).
















  • Some rights can be similar, but you’ll always have to declare the other person as your legal whatever. Marriage says to the state that this person is my default for pretty much everything–power of attorney, medical stuff, property ownership, etc. So if I get in an accident and fall unconscious, my wife doesn’t have to fight the hospital staff to see me.

    Depending on your country, there are other bonds that have the same legal binding as marriage.

    In addition, if we’re honest, there are some “soft” benefits as well. My wife changed her name when we got married, and having the same last name (and our kids having the same last name) avoids a lot of complexity with things like traveling (especially because our daughter is a different skin color than the rest of us). Marriage didn’t explicitly grant us that privilege, but there are a lot of societal norms that come with it that have proven beneficial.

    I’m not trying to claim that any of this is how it should be necessarily, but if you’re asking about practical reasons why, those are some of them. If you want the practical benefits without the cost, it’s (relatively) cheap to go to the courthouse or Vegas. Hell, you can get a friend to perform the ceremony for free, all you pay is for the marriage license. But if you’re otherwise not interested in marriage and those benefits don’t appeal (or whatever other reason), just stay dating.



  • I’m not an expert, but any time I’ve needed to do this, I set up my own router as a client to the parent router, and I set my router (client) as the DMZ in the parent router. Effectively you end up with two routers that are both (more or less) connected directly to the internet, without the two networks messing with each other. It’s also minimally invasive to the parent router (even old stock firmware has always had a DMZ option).

    The tricky part then is using the wireless connection as your “WAN port,” rather than a physical one. In which case, as long as you can install OpenWRT on it, you should be fine.