• 0 Posts
  • 10 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle
  • Might be much for an internship, but they aren’t asking for months of work.

    When they ask for LinkedIn clone without feeds, it’s pretty clear they just mean the ability to create, edit, and share a profile. They basically say as much in further bullet points. That’s straight up CRUD(minus delete). This is pretty much backed up by them wanting NextJS and MongoDB.

    The next key requirement that sounds like it would take a lot of time is the SEO part of it. That doesn’t make sense at first glance, but since they specify that one must use NextJS, it becomes more clear what they meant. NextJS offers feature specific for SEO score like SSR and component streaming. So they want them to implement something regarding that.

    The rest are just what you should do with any take home, follow best practices and provide a readme detailing why you made what decisions. If you chose something over another option mention it because that tells whoever looking at it that you at least thought of it.

    Overall, may be too much for an intern, but they probably don’t expect them to finish it. Just list what they would do to complete it in the readme and leave it at that.









  • You are probably correct. I don’t know if it’s true, it’s probably more likely it was a way for it not to fail.

    I said HTTP mainly because HTML is plaintext because of it. 1.0s main purpose was to manipulate the page. Of course Array objects weren’t added til 1.1, when netscape navigator 3.0 released, but it was still mostly 1.0 code. I felt like having everything be coercable to string made it easy for you to just assign it to the document. If you assigned the wrong thing it wouldn’t crash.

    I originally thought there was a precursor to microsofts XMLHTTP in an earlier version due to the 1997 ECMAScript documentation specifically talking about using it both client and serverside to distribute computations, but it was far more static. So, I’m probably just wrong.