Just got rejected from another internship and I'm very disheartened

This page summarizes the projects mentioned and recommended in the original post on /r/learnprogramming

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Summer2022-Internships

    Discontinued Collection of Summer 2023 tech internships! [Moved to: https://github.com/pittcsc/Summer2023-Internships]

  • keep applying!! the university of Pittsburgh maintains a list of open internships, i'd recommend going through and applying to as many as you can! https://github.com/pittcsc/Summer2022-Internships

  • famous-landmarks-webpage

  • Try to DRY up your code a bit; there are a bunch of places where you've got repeating code. For example, in https://github.com/meganlynn21/famous-landmarks-webpage/blob/main/script.js, that switch statement (line 61+) could be replaced with an object: const blurbs = { rushmore: 'has some dead dudes', 'statue of liberty': 'is tall', 'golden gate bridge': "it's long"}; imageText.innerHTML = blurbs[value] || "**UNKNOWN**".

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts