├── .env.template
├── .github
└── workflows
│ └── actions.yml
├── .gitignore
├── .pre-commit-config.yaml
├── README.md
├── imgs
├── a16z.png
├── accel-partners.png
├── bain-capital-ventures.png
├── battery-ventures.png
├── bessemer-venture-partners.png
├── blackrock.png
├── blackstone.png
├── carbos.png
├── coinbase-ventures.png
├── demo.png
├── founders-fund.png
├── goldman-sachs.png
├── google-ventures.png
├── greylock.png
├── iconiq.png
├── insight-partners.png
├── ipo.png
├── kkr.png
├── kleiner-perkins.png
├── linkedin-top-50-startups-2022.png
├── nvidia.png
├── salesforce-ventures.png
├── sequoia.png
├── thrive-capital.png
├── tiger-global.png
├── time-ventures.png
└── yc.png
├── mypy.ini
├── pyproject.toml
├── requirements.txt
└── updaters.py
/.env.template:
--------------------------------------------------------------------------------
1 | README_GENERATOR_URL=
--------------------------------------------------------------------------------
/.github/workflows/actions.yml:
--------------------------------------------------------------------------------
1 | name: update readme
2 |
3 | on:
4 | schedule:
5 | - cron: "0 */6 * * *"
6 |
7 | jobs:
8 | build:
9 | runs-on: ubuntu-latest
10 | steps:
11 | - name: checkout repo content
12 | uses: actions/checkout@v2
13 |
14 | - name: setup python
15 | uses: actions/setup-python@v4
16 | with:
17 | python-version: "3.10"
18 |
19 | - name: install python packages
20 | run: |
21 | python -m pip install --upgrade pip
22 | pip install -r requirements.txt
23 |
24 | - name: execute py script
25 | run: python updaters.py
26 |
27 | - name: Commit and push if changed
28 | run: |
29 | git add .
30 | git config --global user.email "github-action-bot@example.com"
31 | git config --global user.name "GitHub Action Bot"
32 | git commit -m "chore: Daily README update" -a || echo "No changes to commit"
33 | git push
34 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | .vscode
2 | .env
3 | /venv
4 | /.mypy_cache
5 | /__pycache__
--------------------------------------------------------------------------------
/.pre-commit-config.yaml:
--------------------------------------------------------------------------------
1 | repos:
2 | - repo: https://github.com/psf/black
3 | rev: 23.3.0
4 | hooks:
5 | - id: black
6 | language_version: python3.10
7 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Summer 2024 Software Engineering Internships by Carbos
2 |
3 | :star: **This board is updated daily using a custom job monitor that watches companies vetted for growth, student engagement, & innovation**
4 |
5 | :pushpin: This is just 10% of the job data on [Carbos](https://www.carbosjobs.com/?utm_source=github&utm_medium=SWEinternrepo), a free platform that has features such as
6 | - A live job board with no sponsored job postings
7 | - Custom filters
8 | - Pipeline to recruiters
9 |
10 | :heart: Thanks for all the support! Please consider checking out Carbos if you haven't already (it only takes 5 minutes to create an account)
11 |
12 | ---
13 |
14 |
20 |
21 | ---
22 |
23 | | Company | Investors | Title | Status | Added On |
24 | | ------- | ----------| ----- | ------ |--------- |
25 | | Lucid Motors | Sequoia | [Intern, Embedded Software Engineer, Summer 2024](https://jobs.lever.co/lucidmotors/8bd27de8-f5d6-42a6-a36f-f7c270f8d460?utm_source=CarbosJobs) | ✅ | September 14, 2023 |
26 | | Lucid Motors | Sequoia | [Intern, Software Automation Engineer, Summer 2024](https://jobs.lever.co/lucidmotors/33caa3a0-b919-4e04-bb5e-f5119db476ff?utm_source=CarbosJobs) | ✅ | September 14, 2023 |
27 | | Lucid Motors | Sequoia | [Intern, Android Applications Software Engineer – Summer 2024](https://jobs.lever.co/lucidmotors/68bb4525-219a-4d61-a71c-df3835f1e7e2?utm_source=CarbosJobs) | ✅ | September 14, 2023 |
28 | | Lucid Motors | Sequoia | [Intern, Android Applications Engineer, Summer 2024](https://jobs.lever.co/lucidmotors/88c4e585-ac2f-4b7b-aa5c-b6725687ca3c?utm_source=CarbosJobs) | ✅ | September 14, 2023 |
29 | | Lucid Motors | Sequoia | [Intern, Systems Engineer, Summer 2024](https://jobs.lever.co/lucidmotors/c0c52a43-3413-44dd-bd2b-06382303c849?utm_source=CarbosJobs) | ✅ | September 14, 2023 |
30 | | Lucid Motors | Sequoia | [Intern, Cloud Engineer, Summer 2024](https://jobs.lever.co/lucidmotors/983b6734-45da-4ebf-babb-c398e89d0509?utm_source=CarbosJobs) | ✅ | September 14, 2023 |
31 | | Nvidia | Google Ventures, Sequoia | [NVIDIA Ignite Internship, Hardware/Software/Business Operations - Summer 2024](https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/NVIDIA-Ignite-Internship--Hardware-Software-Business-Operations---Summer-2024_JR1972457?utm_source=CarbosJobs) | ✅ | September 14, 2023 |
32 | | Kla | Kleiner Perkins, Sequoia | [Mechanical Engineering Intern](https://kla.wd1.myworkdayjobs.com/Search/job/Westwood-MA/Mechanical-Engineering-Intern_2320250-1?utm_source=CarbosJobs) | ✅ | September 14, 2023 |
33 | | Kla | Kleiner Perkins, Sequoia | [Mechanical Engineering Intern](https://kla.wd1.myworkdayjobs.com/Search/job/Ann-Arbor-MI/Mechanical-Engineering-Intern_2320424-1?utm_source=CarbosJobs) | ✅ | September 14, 2023 |
34 | | Kla | Kleiner Perkins, Sequoia | [Mechatronics Engineering Intern](https://kla.wd1.myworkdayjobs.com/Search/job/Ann-Arbor-MI/Mechatronics-Engineering-Intern_2320431-1?utm_source=CarbosJobs) | ✅ | September 14, 2023 |
35 | | Kla | Kleiner Perkins, Sequoia | [Mechanical Engineering Intern](https://kla.wd1.myworkdayjobs.com/Search/job/Ann-Arbor-MI/Mechanical-Engineering-Intern_2320439-1?utm_source=CarbosJobs) | ✅ | September 14, 2023 |
36 | | Ercot | Kleiner Perkins, Sequoia | [Intern - Electrical Engineering (Baylor University)](https://ercot.wd1.myworkdayjobs.com/en-US/ercot_careers/job/Taylor-TX/Intern---Engineering--Baylor-University-_R1406?utm_source=CarbosJobs) | ✅ | September 14, 2023 |
37 | | Ercot | Kleiner Perkins, Sequoia | [Intern - Electrical Engineering](https://ercot.wd1.myworkdayjobs.com/en-US/ercot_careers/job/Taylor-TX/Intern---Electrical-Engineering_R1433?utm_source=CarbosJobs) | ✅ | September 14, 2023 |
38 | | BorgWarner | Kleiner Perkins | [Industrial Engineering Intern](https://borgwarner.wd5.myworkdayjobs.com/BorgWarner_Careers/job/Auburn-Hills---Michigan---USA/Industrial-Engineering-Intern_R2023-6573?utm_source=CarbosJobs) | ✅ | September 14, 2023 |
39 | | BorgWarner | Kleiner Perkins | [Component Release Engineering (CRE) Intern](https://borgwarner.wd5.myworkdayjobs.com/BorgWarner_Careers/job/Noblesville---Indiana---USA/Component-Release-Engineering--CRE--Intern_R2023-6498?utm_source=CarbosJobs) | ✅ | September 14, 2023 |
40 | | BlackBerry | | [Software Development Student - 8 Month WInter](https://bb.wd3.myworkdayjobs.com/Student/job/Mississauga-Ontario/Software-Development-Student---8-Month-WInter_20231129?utm_source=CarbosJobs) | ✅ | September 14, 2023 |
41 | | Anyscale | Accel, Tiger Global, Sequoia | [Software Engineer (Summer Intern 2024)](https://jobs.lever.co/anyscale/386efaac-c106-42ee-9bca-206b29b0aeae?utm_source=CarbosJobs) | ✅ | September 14, 2023 |
42 | | Wayfair | Kleiner Perkins | [Machine Learning Science Graduate Intern - Summer 2024](https://www.wayfair.com/careers/jobs/6928433002?gh_jid=6928433002?utm_source=CarbosJobs) | ✅ | September 13, 2023 |
43 | | Epic Games | KKR | [Core Systems Engineer Intern](https://boards.greenhouse.io/epicgames/jobs/4957016004?utm_source=CarbosJobs) | ✅ | September 13, 2023 |
44 | | Schweitzer Engineering Laboratories | | [Electrical Engineering Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Florida---Lutz/Electrical-Engineering-Intern_2023-12905?utm_source=CarbosJobs) | ✅ | September 13, 2023 |
45 | | Schweitzer Engineering Laboratories | | [Engineering Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Washington---Pullman/Engineering-Intern_2023-12918?utm_source=CarbosJobs) | ✅ | September 13, 2023 |
46 | | BlackBerry | | [Network Automation Developer Student - 8 Month Winter](https://bb.wd3.myworkdayjobs.com/Student/job/Waterloo-Ontario/Network-Automation-Developer-Student---8-Month-Winter_20231215?utm_source=CarbosJobs) | ✅ | September 13, 2023 |
47 | | Arc Boats | Founders Fund, Kleiner Perkins | [Engineering Intern ](https://arcboats.com/careers?utm_source=CarbosJobs) | ✅ | September 13, 2023 |
48 | | Anduril Industries | A16Z, Google Ventures, Kleiner Perkins | [Mechanical Engineer Intern- Summer 2024](https://jobs.lever.co/anduril/9abc4821-eb06-4913-a51c-9d963571600e?utm_source=CarbosJobs) | ❌ | September 13, 2023 |
49 | | Anduril Industries | A16Z, Google Ventures, Kleiner Perkins | [Electrical Systems Engineer Intern- Summer 2024](https://jobs.lever.co/anduril/865bccb3-a0ee-40d2-aeeb-9b70daff070f?utm_source=CarbosJobs) | ❌ | September 13, 2023 |
50 | | Anduril Industries | A16Z, Google Ventures, Kleiner Perkins | [Electrical Engineer Intern- Summer 2024](https://jobs.lever.co/anduril/46f63b2e-b389-4602-aab8-21ba8c798237?utm_source=CarbosJobs) | ❌ | September 13, 2023 |
51 | | Anduril Industries | A16Z, Google Ventures, Kleiner Perkins | [Manufacturing Engineer Intern- Summer 2024](https://jobs.lever.co/anduril/e45937e1-0a2d-47e2-98c5-762233932d4c?utm_source=CarbosJobs) | ❌ | September 13, 2023 |
52 | | Amazon | Google Ventures, Kleiner Perkins | [2024 Summer Research Science Internship - United States, PhD Student Science Recruiting](https://www.amazon.jobs/en/teams/internships-for-students?offset=0&result_limit=10&sort=relevant&country%5B%5D=USA&distanceType=Mi&radius=24km&latitude=&longitude=&loc_group_id=&loc_query=&base_query=&city=&country=®ion=&county=&query_options=&?utm_source=CarbosJobs) | ✅ | September 13, 2023 |
53 | | Schonfeld | Kleiner Perkins, Sequoia | [2024 Quantitative Researcher Summer Intern - NYC](https://boards.greenhouse.io/schonfeld/jobs/5311469?utm_source=CarbosJobs) | ❌ | September 12, 2023 |
54 | | SingleStore | Insight Partners | [Software Engineer, Managed Service Intern (Summer 2024)](https://boards.greenhouse.io/singlestore/jobs/5355036?utm_source=CarbosJobs) | ✅ | September 12, 2023 |
55 | | SingleStore | Insight Partners | [Software Engineer, Managed Service Intern (Summer 2024)](https://boards.greenhouse.io/singlestore/jobs/5355037?utm_source=CarbosJobs) | ✅ | September 12, 2023 |
56 | | SingleStore | Insight Partners | [Software Engineer, Infrastructure Intern (Summer 2024)](https://boards.greenhouse.io/singlestore/jobs/5355045?utm_source=CarbosJobs) | ✅ | September 12, 2023 |
57 | | SingleStore | Insight Partners | [Software Engineer, DB Engine Intern (Summer 2024)](https://boards.greenhouse.io/singlestore/jobs/5355028?utm_source=CarbosJobs) | ✅ | September 12, 2023 |
58 | | SingleStore | Insight Partners | [Software Engineer, DB Engine Intern (Summer 2024)](https://boards.greenhouse.io/singlestore/jobs/5355029?utm_source=CarbosJobs) | ✅ | September 12, 2023 |
59 | | Schweitzer Engineering Laboratories | | [Electrical Engineering Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Ohio---Lewis-Center/Electrical-Engineering-Intern_2023-12890?utm_source=CarbosJobs) | ✅ | September 12, 2023 |
60 | | BorgWarner | Kleiner Perkins | [Engineering Intern – eHW Support](https://borgwarner.wd5.myworkdayjobs.com/BorgWarner_Careers/job/Kokomo-Technical-Center---Indiana---USA/Engineering-Intern---eHW-Support_R2023-6485?utm_source=CarbosJobs) | ✅ | September 12, 2023 |
61 | | The Boring Company | Founders Fund, Sequoia | [Test Engineering Intern](https://jobs.lever.co/boringcompany/30f5e9a1-4641-40fa-aab5-f5ccf876871c?utm_source=CarbosJobs) | ✅ | September 11, 2023 |
62 | | The Boring Company | Founders Fund, Sequoia | [Software Engineering Intern](https://jobs.lever.co/boringcompany/3af50cd9-82a7-4ee1-9cf5-b757d83f7c23?utm_source=CarbosJobs) | ✅ | September 11, 2023 |
63 | | The Boring Company | Founders Fund, Sequoia | [Production Engineering Intern](https://jobs.lever.co/boringcompany/27bc3207-4d5f-4aa6-8409-e03679def658?utm_source=CarbosJobs) | ✅ | September 11, 2023 |
64 | | The Boring Company | Founders Fund, Sequoia | [Mechanical Engineering Intern](https://jobs.lever.co/boringcompany/16d282b2-6d56-41f5-acd2-a9685ad13faa?utm_source=CarbosJobs) | ✅ | September 11, 2023 |
65 | | The Boring Company | Founders Fund, Sequoia | [Electrical Engineering Intern](https://jobs.lever.co/boringcompany/ea2da244-5ae2-49ac-b9f9-6961145883ad?utm_source=CarbosJobs) | ✅ | September 11, 2023 |
66 | | The Boring Company | Founders Fund, Sequoia | [Electrical Engineering Intern](https://jobs.lever.co/boringcompany/52498903-5fce-4c61-a9d0-a242a6f001cf?utm_source=CarbosJobs) | ✅ | September 11, 2023 |
67 | | The Boring Company | Founders Fund, Sequoia | [Civil Engineering Intern](https://jobs.lever.co/boringcompany/0bfba6a1-4c6c-49fd-a7ad-5018e14e565d?utm_source=CarbosJobs) | ✅ | September 11, 2023 |
68 | | Schweitzer Engineering Laboratories | | [Electrical Engineering Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Indiana---West-Lafayette/Electrical-Engineering-Intern_2023-12947?utm_source=CarbosJobs) | ✅ | September 11, 2023 |
69 | | Reliable Robotics | Google Ventures, Kleiner Perkins, Sequoia | [Mechanical Engineer (2024 Internship)](https://jobs.lever.co/reliable/fe225df0-eb66-487c-97e4-8fe63c9c260b?utm_source=CarbosJobs) | ✅ | September 11, 2023 |
70 | | Walmart | | [2024 Summer Intern: Data Ventures, Data Analysis, Walmart Intern](https://walmart.wd5.myworkdayjobs.com/WalmartExternal/job/Bentonville-AR/XMLNAME-2024-Summer-Intern--Data-Ventures--Data-Analysis--Walmart-Intern_R-1650909-1?utm_source=CarbosJobs) | ❌ | September 10, 2023 |
71 | | Walmart | | [2024 Summer Intern: Data Ventures, Product Design, Walmart Intern](https://walmart.wd5.myworkdayjobs.com/WalmartExternal/job/Bentonville-AR/XMLNAME-2024-Summer-Intern--Data-Ventures--Product-Design--Walmart-Intern_R-1650903-1?utm_source=CarbosJobs) | ❌ | September 10, 2023 |
72 | | Amazon | Google Ventures, Kleiner Perkins | [2024 Software Dev Engineer Intern](https://www.amazon.jobs/en/teams/internships-for-students?offset=0&result_limit=10&sort=relevant&country%5B%5D=USA&distanceType=Mi&radius=24km&latitude=&longitude=&loc_group_id=&loc_query=&base_query=&city=&country=®ion=&county=&query_options=&?utm_source=CarbosJobs) | ✅ | September 09, 2023 |
73 | | Schweitzer Engineering Laboratories | | [Electrical Engineering Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Washington---Pullman/Engineering-Intern_2023-12894?utm_source=CarbosJobs) | ✅ | September 08, 2023 |
74 | | Epic Games | KKR | [Full Stack Web Engineer Intern](https://boards.greenhouse.io/epicgames/jobs/4965730004?utm_source=CarbosJobs) | ✅ | September 08, 2023 |
75 | | Athena Health | Accel, Founders Fund, Google Ventures, Kleiner Perkins | [2024 Summer Software Engineering Intern](https://athenahealth.wd1.myworkdayjobs.com/External/job/Watertown-MA/XMLNAME-2024-Summer-Software-Engineering-Intern_R8891?utm_source=CarbosJobs) | ✅ | September 08, 2023 |
76 | | Cboe | | [Cyber Detection and Response Engineering Intern (Year-long Internship)](https://cboe.wd1.myworkdayjobs.com/External_Career_CBOE/job/Chicago-IL/Cyber-Detection-and-Response-Engineering-Intern--Year-long-Internship-_R-3192?utm_source=CarbosJobs) | ✅ | September 08, 2023 |
77 | | Whatnot | A16Z, Tiger Global | [Software Engineering Intern, Summer 2024](https://boards.greenhouse.io/whatnot/jobs/4957334004?utm_source=CarbosJobs) | ✅ | September 08, 2023 |
78 | | Schweitzer Engineering Laboratories | | [Electrical Engineering Specialist Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/United-States/Electrical-Engineering-Specialist-Intern_2023-12887?utm_source=CarbosJobs) | ✅ | September 07, 2023 |
79 | | Pimco | Kleiner Perkins, Sequoia | [2024 Masters Summer Intern - Quantitative Research Analyst, Portfolio Management, US](https://pimco.wd1.myworkdayjobs.com/pimco-careers/job/Newport-Beach-CA-USA/XMLNAME-2024-Masters-Summer-Intern---Quantitative-Research-Analyst--Portfolio-Management--US_R103311?utm_source=CarbosJobs) | ✅ | September 07, 2023 |
80 | | Cboe | | [Market Data & Access Services Intern](https://cboe.wd1.myworkdayjobs.com/External_Career_CBOE/job/New-York-NY/Market-Data---Access-Services-Intern_R-3191?utm_source=CarbosJobs) | ✅ | September 07, 2023 |
81 | | Cboe | | [Software Engineer Intern](https://cboe.wd1.myworkdayjobs.com/External_Career_CBOE/job/New-York-NY/Software-Engineer-Intern_R-3180?utm_source=CarbosJobs) | ✅ | September 07, 2023 |
82 | | Cboe | | [Software Engineer Intern](https://cboe.wd1.myworkdayjobs.com/External_Career_CBOE/job/Kansas-City-MO/Software-Engineer-Intern_R-3194?utm_source=CarbosJobs) | ✅ | September 07, 2023 |
83 | | Cboe | | [Software Engineer Intern](https://cboe.wd1.myworkdayjobs.com/External_Career_CBOE/job/Kansas-City-MO/Software-Engineer-Intern_R-3189?utm_source=CarbosJobs) | ✅ | September 07, 2023 |
84 | | Cboe | | [Software Engineer Intern Regulatory ML](https://cboe.wd1.myworkdayjobs.com/External_Career_CBOE/job/Kansas-City-MO/Software-Engineer-Intern-Regulatory-ML_R-3176?utm_source=CarbosJobs) | ❌ | September 07, 2023 |
85 | | Cboe | | [Site Reliability Engineer (Cloud) Intern – Regulatory](https://cboe.wd1.myworkdayjobs.com/External_Career_CBOE/job/Kansas-City-MO/Site-Reliability-Engineer--Cloud--Intern---Regulatory_R-3173?utm_source=CarbosJobs) | ✅ | September 07, 2023 |
86 | | Cboe | | [Software Engineer Test Intern](https://cboe.wd1.myworkdayjobs.com/External_Career_CBOE/job/Chicago-IL/Software-Engineer-Test-Intern_R-3204?utm_source=CarbosJobs) | ❌ | September 07, 2023 |
87 | | Cboe | | [Regulatory Software Engineer QA Intern](https://cboe.wd1.myworkdayjobs.com/External_Career_CBOE/job/Chicago-IL/Regulatory-Software-Engineer-QA-Intern_R-3202?utm_source=CarbosJobs) | ✅ | September 07, 2023 |
88 | | Nvidia | Google Ventures, Sequoia | [PhD Research Intern - Visual Localisation](https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/Italy-Remote/PhD-Research-Intern---Visual-Localisation_JR1971080?utm_source=CarbosJobs) | ✅ | September 07, 2023 |
89 | | Nvidia | Google Ventures, Sequoia | [PhD Research Intern - Video Understanding](https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/Italy-Remote/PhD-Research-Intern---Video-Understanding_JR1971079?utm_source=CarbosJobs) | ✅ | September 07, 2023 |
90 | | Humane | Kleiner Perkins, YC | [Firmware Engineering Intern](https://boards.greenhouse.io/humane/jobs/4968822004?utm_source=CarbosJobs) | ✅ | September 07, 2023 |
91 | | Virtu Financial | Goldman Sachs | [Internship - Quantitative Trading](https://boards.greenhouse.io/virtu/jobs/6919426002?utm_source=CarbosJobs) | ✅ | September 07, 2023 |
92 | | Schweitzer Engineering Laboratories | | [Electrical Engineering Specialist/Technician Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Idaho---Boise/Electrical-Engineering-Specialist-Technician-Intern_2023-12658?utm_source=CarbosJobs) | ✅ | September 06, 2023 |
93 | | Schweitzer Engineering Laboratories | | [Electrical Engineering Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Washington---Pullman/Electrical-Engineering-Intern_2023-12902?utm_source=CarbosJobs) | ✅ | September 06, 2023 |
94 | | Kla | Kleiner Perkins, Sequoia | [SW Engineer Intern](https://kla.wd1.myworkdayjobs.com/Search/job/Ann-Arbor-MI/SW-Engineer-Intern_2320190-2?utm_source=CarbosJobs) | ✅ | September 06, 2023 |
95 | | Kla | Kleiner Perkins, Sequoia | [Algorithm Engineering Intern](https://kla.wd1.myworkdayjobs.com/Search/job/Ann-Arbor-MI/Algorithm-Engineering-Intern_2320114-2?utm_source=CarbosJobs) | ✅ | September 06, 2023 |
96 | | HubSpot | Accel, Google Ventures, Salesforce Ventures | [Hubspot Software Engineer Internship & Placement Program (Ireland)](https://www.hubspot.com/careers/jobs/5269264?gh_jid=5269264?utm_source=CarbosJobs) | ✅ | September 06, 2023 |
97 | | HubSpot | Accel, Google Ventures, Salesforce Ventures | [Hubspot Software Engineer Internship & Placement Program (Ireland)](https://www.hubspot.com/careers/jobs/5335583?gh_jid=5335583?utm_source=CarbosJobs) | ✅ | September 06, 2023 |
98 | | HubSpot | Accel, Google Ventures, Salesforce Ventures | [HubSpot Software Engineer Internship & Co-op Program (USA)](https://www.hubspot.com/careers/jobs/5269266?gh_jid=5269266?utm_source=CarbosJobs) | ✅ | September 06, 2023 |
99 | | HubSpot | Accel, Google Ventures, Salesforce Ventures | [HubSpot Software Engineer Internship & Co-op Program (USA)](https://www.hubspot.com/careers/jobs/5335568?gh_jid=5335568?utm_source=CarbosJobs) | ✅ | September 06, 2023 |
100 | | HubSpot | Accel, Google Ventures, Salesforce Ventures | [HubSpot Software Engineer Internship & Co-op Program (Canada)](https://www.hubspot.com/careers/jobs/5272403?gh_jid=5272403?utm_source=CarbosJobs) | ✅ | September 06, 2023 |
101 | | Gate.io | Sequoia | [Market research Intern](https://jobs.lever.co/gate.io/cc590402-eb67-4e2b-9c67-308d2473cd4a?utm_source=CarbosJobs) | ❌ | September 06, 2023 |
102 | | Epic Games | KKR | [Data Software Engineer Intern](https://boards.greenhouse.io/epicgames/jobs/4957105004?utm_source=CarbosJobs) | ✅ | September 06, 2023 |
103 | | Epic Games | KKR | [Audio Research Intern](https://boards.greenhouse.io/epicgames/jobs/4957205004?utm_source=CarbosJobs) | ✅ | September 06, 2023 |
104 | | Commonwealth Fusion Systems | Google Ventures | [Mechanical Engineer - Intern/Co-op](https://jobs.lever.co/cfsenergy/750c36d6-0a89-44f2-aa2a-a9cdaf3cfd44?utm_source=CarbosJobs) | ❌ | September 06, 2023 |
105 | | Allegion | | [Summer Intern - Mechanical Engineering](https://allegion.wd5.myworkdayjobs.com/careers/job/Colorado-Springs-CO/Summer-Intern---Engineering_JR27069?utm_source=CarbosJobs) | ✅ | September 06, 2023 |
106 | | HubSpot | Accel, Google Ventures, Salesforce Ventures | [Hubspot Software Engineer Internship & Placement Program (UK)](https://www.hubspot.com/careers/jobs/5335588?gh_jid=5335588?utm_source=CarbosJobs) | ✅ | September 06, 2023 |
107 | | HubSpot | Accel, Google Ventures, Salesforce Ventures | [Hubspot Software Engineer Internship & Placement Program (Germany)](https://www.hubspot.com/careers/jobs/5335580?gh_jid=5335580?utm_source=CarbosJobs) | ✅ | September 06, 2023 |
108 | | Virtu Financial | Goldman Sachs | [Internship - Developer](https://boards.greenhouse.io/virtu/jobs/6919623002?utm_source=CarbosJobs) | ✅ | September 06, 2023 |
109 | | Veritas | Kleiner Perkins, Sequoia | [Summer 2024- Software Engineering Intern- Undergraduate](https://veritas.wd1.myworkdayjobs.com/careers/job/US---Remote/Summer-2024--Software-Engineering-Intern--Undergraduate_62097?utm_source=CarbosJobs) | ❌ | September 06, 2023 |
110 | | Veritas | Kleiner Perkins, Sequoia | [Summer 2024- Software Engineer Intern- Graduate Degree](https://veritas.wd1.myworkdayjobs.com/careers/job/US---Remote/Summer-2024--Software-Engineer-Intern--Graduate-Degree_62098?utm_source=CarbosJobs) | ❌ | September 06, 2023 |
111 | | Nvidia | Google Ventures, Sequoia | [Governance and Infrastructure Full Stack Engineer Intern - Summer 2024](https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Governance-and-Infrastructure-Full-Stack-Engineer-Intern---Summer-2024_JR1971310?utm_source=CarbosJobs) | ❌ | September 05, 2023 |
112 | | MongoDB | Accel, Greylock, Sequoia | [2024 - Software Engineering Intern, Product](https://www.mongodb.com/careers/job/?gh_jid=4842404?utm_source=CarbosJobs) | ❌ | September 05, 2023 |
113 | | Humane | Kleiner Perkins, YC | [Quality Engineering Intern](https://boards.greenhouse.io/humane/jobs/4966440004?utm_source=CarbosJobs) | ✅ | September 05, 2023 |
114 | | Neuralink | Google Ventures | [Engineering Intern (Neuroengineering)](https://boards.greenhouse.io/neuralink/jobs/5583062003?utm_source=CarbosJobs) | ✅ | September 04, 2023 |
115 | | RVO Health | Kleiner Perkins, Sequoia | [2024 Early Career Program: Software Engineering Intern](https://boards.greenhouse.io/rvohealth/jobs/4306588005?utm_source=CarbosJobs) | ✅ | September 01, 2023 |
116 | | RVO Health | Kleiner Perkins, Sequoia | [2024 Early Career Program: Data Analyst Intern](https://boards.greenhouse.io/rvohealth/jobs/4306587005?utm_source=CarbosJobs) | ✅ | September 01, 2023 |
117 | | SeatGeek | Tiger Global | [Software Engineer - Internship](https://seatgeek.com/jobs/5327968?gh_jid=5327968?utm_source=CarbosJobs) | ❌ | September 01, 2023 |
118 | | SeatGeek | Tiger Global | [Software Engineer - Internship](https://seatgeek.com/jobs/125938?gh_jid=125938?utm_source=CarbosJobs) | ❌ | September 01, 2023 |
119 | | Hudl | Accel, Kleiner Perkins, Sequoia | [Data Analyst Intern](https://boards.greenhouse.io/hudl/jobs/4831639?utm_source=CarbosJobs) | ✅ | September 01, 2023 |
120 | | Ercot | Kleiner Perkins, Sequoia | [Intern - Electrical Engineering (University of Texas)](https://ercot.wd1.myworkdayjobs.com/en-US/ercot_careers/job/Taylor-TX/Intern---Engineering--University-of-Texas-_R1402?utm_source=CarbosJobs) | ✅ | September 01, 2023 |
121 | | Ercot | Kleiner Perkins, Sequoia | [Intern - Electrical Engineering (Texas A&M)](https://ercot.wd1.myworkdayjobs.com/en-US/ercot_careers/job/Taylor-TX/Intern---Engineering--Texas-A-M-_R1405?utm_source=CarbosJobs) | ✅ | September 01, 2023 |
122 | | Qualtrics | Accel, Insight Partners, Sequoia | [Software Engineering Intern - Summer 2024 - Seattle, WA](https://www.qualtrics.com/careers/us/en/job/5317651?gh_jid=5317651?utm_source=CarbosJobs) | ❌ | August 31, 2023 |
123 | | Pimco | Kleiner Perkins, Sequoia | [2024 Masters Summer Intern - Quant Research Analyst - Client Solutions & Analytics, US](https://pimco.wd1.myworkdayjobs.com/pimco-careers/job/Newport-Beach-CA-USA/XMLNAME-2024-Masters-Summer-Intern---Quant-Research-Analyst--Client-Solutions---Analytics-_R103293?utm_source=CarbosJobs) | ✅ | August 31, 2023 |
124 | | Pimco | Kleiner Perkins, Sequoia | [2024 Masters Summer Intern – Quant Research Analyst - Client Data Science, US](https://pimco.wd1.myworkdayjobs.com/pimco-careers/job/Newport-Beach-CA-USA/XMLNAME-2024-Masters-Summer-Intern---Quant-Research-Analyst---Client-Data-Science--US_R103292?utm_source=CarbosJobs) | ✅ | August 31, 2023 |
125 | | Humane | Kleiner Perkins, YC | [Software Engineering Intern, Product Security](https://boards.greenhouse.io/humane/jobs/4964071004?utm_source=CarbosJobs) | ✅ | August 31, 2023 |
126 | | Humane | Kleiner Perkins, YC | [Hardware Engineering Intern, Radio Frequency (RF)](https://boards.greenhouse.io/humane/jobs/4964150004?utm_source=CarbosJobs) | ✅ | August 31, 2023 |
127 | | Bridgewater Associates | | [Investment Engineer Intern - Summer 2024](https://boards.greenhouse.io/bridgewater89/jobs/6570837002?utm_source=CarbosJobs) | ✅ | August 31, 2023 |
128 | | Wayfair | Kleiner Perkins | [Software Engineering Internship - Summer 2024](https://www.wayfair.com/careers/jobs/6914515002?gh_jid=6914515002?utm_source=CarbosJobs) | ✅ | August 31, 2023 |
129 | | Allegion | | [Summer Intern - Engineering](https://allegion.wd5.myworkdayjobs.com/careers/job/Colorado-Springs-CO/Summer-Intern---Engineering_JR27069?utm_source=CarbosJobs) | ✅ | August 31, 2023 |
130 | | Allegion | | [Summer Intern – Mechanical Engineer](https://allegion.wd5.myworkdayjobs.com/careers/job/Indianapolis-IN---Hague-Rd/Summer-Intern---Mechanical-Engineer_JR27076?utm_source=CarbosJobs) | ✅ | August 31, 2023 |
131 | | Tanium | Goldman Sachs, Tiger Global, Sequoia | [Software Engineer Intern](https://www.tanium.com/careers/5322160?gh_jid=5322160?utm_source=CarbosJobs) | ✅ | August 30, 2023 |
132 | | Tanium | Goldman Sachs, Tiger Global, Sequoia | [Business Data & Analytics Intern](https://www.tanium.com/careers/5318898?gh_jid=5318898?utm_source=CarbosJobs) | ❌ | August 30, 2023 |
133 | | Schweitzer Engineering Laboratories | | [Power Engineering Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Washington---Pullman/Power-Engineering-Intern_2023-12785?utm_source=CarbosJobs) | ✅ | August 30, 2023 |
134 | | Schweitzer Engineering Laboratories | | [Electrical Engineering Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Georgia---Alpharetta/Electrical-Engineering-Intern_2023-12836?utm_source=CarbosJobs) | ✅ | August 30, 2023 |
135 | | Schweitzer Engineering Laboratories | | [Electrical Engineering Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Illinois---Fairview-Heights/Electrical-Engineering-Intern_2023-12863?utm_source=CarbosJobs) | ✅ | August 30, 2023 |
136 | | Schweitzer Engineering Laboratories | | [Power Engineering Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Washington---Pullman/Power-Engineering-Intern_2023-12853?utm_source=CarbosJobs) | ✅ | August 30, 2023 |
137 | | Schweitzer Engineering Laboratories | | [Software Engineer Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Washington---Pullman/Software-Engineer-Intern_2023-12812-1?utm_source=CarbosJobs) | ✅ | August 30, 2023 |
138 | | Schweitzer Engineering Laboratories | | [Electrical Engineering Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Texas---Houston/Electrical-Engineering-Intern_2023-12845?utm_source=CarbosJobs) | ✅ | August 30, 2023 |
139 | | Schweitzer Engineering Laboratories | | [Embedded Software Engineer Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Washington---Spokane-Valley/Embedded-Software-Engineer-Intern_2023-12833?utm_source=CarbosJobs) | ✅ | August 30, 2023 |
140 | | Schweitzer Engineering Laboratories | | [Software Engineer Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Washington---Spokane-Valley/Software-Engineer-Intern_2023-12799?utm_source=CarbosJobs) | ✅ | August 30, 2023 |
141 | | Humane | Kleiner Perkins, YC | [Software Engineering Intern, Device Experiences](https://boards.greenhouse.io/humane/jobs/4963556004?utm_source=CarbosJobs) | ✅ | August 30, 2023 |
142 | | Amazon | Google Ventures, Kleiner Perkins | [2024 Summer Data Science Internship - United States, Student Science Recruiting USA, WA, Seattle J...](https://www.amazon.jobs/en/teams/internships-for-students?offset=0&result_limit=10&sort=relevant&country%5B%5D=USA&distanceType=Mi&radius=24km&latitude=&longitude=&loc_group_id=&loc_query=&base_query=&city=&country=®ion=&county=&query_options=&?utm_source=CarbosJobs) | ✅ | August 30, 2023 |
143 | | Amazon | Google Ventures, Kleiner Perkins | [2024 Summer Research Science Internship - United States, Masters Student Science Recruiting USA, WA,...](https://www.amazon.jobs/en/teams/internships-for-students?offset=0&result_limit=10&sort=relevant&country%5B%5D=USA&distanceType=Mi&radius=24km&latitude=&longitude=&loc_group_id=&loc_query=&base_query=&city=&country=®ion=&county=&query_options=&?utm_source=CarbosJobs) | ✅ | August 30, 2023 |
144 | | Amazon | Google Ventures, Kleiner Perkins | [2024 Summer Applied Science Internship - Computer Vision and Robotics - United States, PhD Student S...](https://www.amazon.jobs/en/teams/internships-for-students?offset=0&result_limit=10&sort=relevant&country%5B%5D=USA&distanceType=Mi&radius=24km&latitude=&longitude=&loc_group_id=&loc_query=&base_query=&city=&country=®ion=&county=&query_options=&?utm_source=CarbosJobs) | ✅ | August 30, 2023 |
145 | | Amazon | Google Ventures, Kleiner Perkins | [2024 Summer Applied Science Internship - Machine Learning - United States, PhD Student Science Recru...](https://www.amazon.jobs/en/teams/internships-for-students?offset=0&result_limit=10&sort=relevant&country%5B%5D=USA&distanceType=Mi&radius=24km&latitude=&longitude=&loc_group_id=&loc_query=&base_query=&city=&country=®ion=&county=&query_options=&?utm_source=CarbosJobs) | ✅ | August 30, 2023 |
146 | | Amazon | Google Ventures, Kleiner Perkins | [2024 Summer Research Science Internship - United States, PhD Student Science Recruiting USA, WA, Sea...](https://www.amazon.jobs/en/teams/internships-for-students?offset=0&result_limit=10&sort=relevant&country%5B%5D=USA&distanceType=Mi&radius=24km&latitude=&longitude=&loc_group_id=&loc_query=&base_query=&city=&country=®ion=&county=&query_options=&?utm_source=CarbosJobs) | ✅ | August 30, 2023 |
147 | | Allegion | | [Summer Intern - Process Engineering](https://allegion.wd5.myworkdayjobs.com/careers/job/Princeton-IL/Summer-Intern---Process-Engineering_JR27020?utm_source=CarbosJobs) | ✅ | August 30, 2023 |
148 | | Chamberlain Group | Kleiner Perkins, Sequoia | [Software Engineer Intern (AI, ML & Computer Vision)](https://chamberlain.wd1.myworkdayjobs.com/Chamberlain_Group/job/Oak-Brook-IL/Intern--Machine-Learning--Computer-Vision--and-AI--Summer-2024-_JR26221?utm_source=CarbosJobs) | ✅ | August 29, 2023 |
149 | | Schweitzer Engineering Laboratories | | [Software Engineer Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Washington---Pullman/Software-Engineer-Intern_2023-12780?utm_source=CarbosJobs) | ✅ | August 29, 2023 |
150 | | Schweitzer Engineering Laboratories | | [Electrical Engineering Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Colorado---Lakewood/Engineering-Intern_2023-12824-1?utm_source=CarbosJobs) | ✅ | August 29, 2023 |
151 | | Schweitzer Engineering Laboratories | | [Electrical Engineering Specialist Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Colorado---Lakewood/Electrical-Engineering-Specialist-Intern_2023-12823?utm_source=CarbosJobs) | ✅ | August 29, 2023 |
152 | | Lucid Motors | Sequoia | [Intern, Software Quality Assurance, Data Analyst, Summer 2024](https://jobs.lever.co/lucidmotors/c066f600-4e24-492d-b3c9-186135fe1681?utm_source=CarbosJobs) | ✅ | August 29, 2023 |
153 | | Lucid Motors | Sequoia | [Intern Charging System Validation Engineer, Summer 2024](https://jobs.lever.co/lucidmotors/a1e4c678-0ef3-46e5-8821-917cc2cacfb7?utm_source=CarbosJobs) | ✅ | August 29, 2023 |
154 | | Lucid Motors | Sequoia | [Intern, Automotive Software Test and Verification – Summer 2024](https://jobs.lever.co/lucidmotors/86bfb60a-847d-41eb-9311-7c22de739812?utm_source=CarbosJobs) | ✅ | August 29, 2023 |
155 | | Lucid Motors | Sequoia | [Intern, Test, Model Based Design, Controls Software Engineer, Summer 2024](https://jobs.lever.co/lucidmotors/a655cd75-b60d-42f2-8cd7-cc656190a871?utm_source=CarbosJobs) | ✅ | August 29, 2023 |
156 | | Lucid Motors | Sequoia | [Intern, Cloud Microservices Software Engineer, Summer 2024](https://jobs.lever.co/lucidmotors/eebc7335-8d0c-4c96-93f9-0ed12ebaa086?utm_source=CarbosJobs) | ✅ | August 29, 2023 |
157 | | Lucid Motors | Sequoia | [Intern, ADAS Perception Algorithm Engineer, Summer 2024](https://jobs.lever.co/lucidmotors/3a883b34-1c3f-45de-95fc-d2a26f96372f?utm_source=CarbosJobs) | ✅ | August 29, 2023 |
158 | | Humane | Kleiner Perkins, YC | [System Software Engineering Intern](https://boards.greenhouse.io/humane/jobs/4962883004?utm_source=CarbosJobs) | ✅ | August 29, 2023 |
159 | | Humane | Kleiner Perkins, YC | [Computer Vision Engineering Intern](https://boards.greenhouse.io/humane/jobs/4962849004?utm_source=CarbosJobs) | ✅ | August 29, 2023 |
160 | | Duolingo | Google Ventures, Kleiner Perkins | [Software Engineer, Intern](https://boards.greenhouse.io/duolingo/jobs/6906928002?utm_source=CarbosJobs) | ❌ | August 29, 2023 |
161 | | Yext | Google Ventures, Kleiner Perkins | [2024 Software Engineer Summer Intern - Product](https://boards.greenhouse.io/yext/jobs/5315129?utm_source=CarbosJobs) | ✅ | August 28, 2023 |
162 | | Yext | Google Ventures, Kleiner Perkins | [2024 Software Engineer Summer Intern - Product](https://boards.greenhouse.io/yext/jobs/5315111?utm_source=CarbosJobs) | ✅ | August 28, 2023 |
163 | | Epic Games | KKR | [Software Engineer Intern (Gameplay Programming)](https://boards.greenhouse.io/epicgames/jobs/4957271004?utm_source=CarbosJobs) | ✅ | August 28, 2023 |
164 | | Epic Games | KKR | [Software Engineer Intern (Physics Programming)](https://boards.greenhouse.io/epicgames/jobs/4957232004?utm_source=CarbosJobs) | ✅ | August 28, 2023 |
165 | | Epic Games | KKR | [Software Engineer Intern (UI Programming)](https://boards.greenhouse.io/epicgames/jobs/4956964004?utm_source=CarbosJobs) | ✅ | August 28, 2023 |
166 | | Duolingo | Google Ventures, Kleiner Perkins | [Software Engineer Intern](https://boards.greenhouse.io/duolingo/jobs/6906928002?utm_source=CarbosJobs) | ✅ | August 28, 2023 |
167 | | Nvidia | Google Ventures, Sequoia | [Governance Analytics and Process Engineering Intern - Summer 2024](https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Governance-Analytics-and-Process-Engineering-Intern---Summer-2024_JR1971366-1?utm_source=CarbosJobs) | ❌ | August 25, 2023 |
168 | | Commonwealth Fusion Systems | Google Ventures | [Design Engineer - Intern/Co-op](https://jobs.lever.co/cfsenergy/750c36d6-0a89-44f2-aa2a-a9cdaf3cfd44?utm_source=CarbosJobs) | ❌ | August 25, 2023 |
169 | | Hudl | Accel, Kleiner Perkins, Sequoia | [Software Quality Analyst Intern](https://boards.greenhouse.io/hudl/jobs/5297285?utm_source=CarbosJobs) | ✅ | August 25, 2023 |
170 | | Chamberlain Group | Kleiner Perkins, Sequoia | [(Intern Conversion) Associate Data Scientist](https://chamberlain.wd1.myworkdayjobs.com/Chamberlain_Group/job/Oak-Brook-IL/XMLNAME--Intern-Conversion--Associate-Data-Scientist_JR26268?utm_source=CarbosJobs) | ❌ | August 25, 2023 |
171 | | Qualtrics | Accel, Insight Partners, Sequoia | [Software Engineering Intern - Summer 2024 - Reston, Virginia](https://www.qualtrics.com/careers/us/en/job/5317675?gh_jid=5317675?utm_source=CarbosJobs) | ❌ | August 24, 2023 |
172 | | Qualtrics | Accel, Insight Partners, Sequoia | [Software Engineering Intern - Summer 2024 - Provo](https://www.qualtrics.com/careers/us/en/job/5317665?gh_jid=5317665?utm_source=CarbosJobs) | ❌ | August 24, 2023 |
173 | | Qualtrics | Accel, Insight Partners, Sequoia | [Software Engineering Intern - Summer 2024](https://www.qualtrics.com/careers/us/en/job/5317651?gh_jid=5317651?utm_source=CarbosJobs) | ❌ | August 24, 2023 |
174 | | Chamberlain Group | Kleiner Perkins, Sequoia | [Intern, Electrical Engineering (Summer 2024)](https://chamberlain.wd1.myworkdayjobs.com/Chamberlain_Group/job/Oak-Brook-IL/Intern--Electrical-Engineering--Summer-2024-_JR26232?utm_source=CarbosJobs) | ✅ | August 24, 2023 |
175 | | Chamberlain Group | Kleiner Perkins, Sequoia | [Software Engineer 2, Front End (Intern Conversion)](https://chamberlain.wd1.myworkdayjobs.com/Chamberlain_Group/job/Oak-Brook-IL/Software-Engineer-2--Front-End--Intern-Conversion-_JR26283?utm_source=CarbosJobs) | ❌ | August 24, 2023 |
176 | | Chamberlain Group | Kleiner Perkins, Sequoia | [Intern, Data Visualization (Summer 2024)](https://chamberlain.wd1.myworkdayjobs.com/Chamberlain_Group/job/Oak-Brook-IL/Intern--Data-Visualization--Summer-2024-_JR26219?utm_source=CarbosJobs) | ✅ | August 24, 2023 |
177 | | Chamberlain Group | Kleiner Perkins, Sequoia | [Intern, myQ Front End Engineer (Android or iOS) (Summer 2024)](https://chamberlain.wd1.myworkdayjobs.com/Chamberlain_Group/job/Oak-Brook-IL/Intern--myQ-Front-End-Engineer--Android-or-iOS---Summer-2024-_JR26247?utm_source=CarbosJobs) | ✅ | August 24, 2023 |
178 | | Chamberlain Group | Kleiner Perkins, Sequoia | [Intern, Engineering - Test Automation (Summer 2024)](https://chamberlain.wd1.myworkdayjobs.com/Chamberlain_Group/job/Elmhurst-IL/Intern--Engineering---Test-Automation--Summer-2024-_JR26227?utm_source=CarbosJobs) | ✅ | August 24, 2023 |
179 | | Chamberlain Group | Kleiner Perkins, Sequoia | [Intern, Systems Engineering (Summer 2024)](https://chamberlain.wd1.myworkdayjobs.com/Chamberlain_Group/job/Oak-Brook-IL/Intern--Systems-Engineering--Summer-2024-_JR26235?utm_source=CarbosJobs) | ✅ | August 24, 2023 |
180 | | Chamberlain Group | Kleiner Perkins, Sequoia | [Intern, ECE Engineering (Summer 2024)](https://chamberlain.wd1.myworkdayjobs.com/Chamberlain_Group/job/Oak-Brook-IL/Intern--ECE-Engineering--Summer-2024-_JR26243?utm_source=CarbosJobs) | ✅ | August 24, 2023 |
181 | | Chamberlain Group | Kleiner Perkins, Sequoia | [Intern, Data Engineering – Advanced Analytics (Summer 2024)](https://chamberlain.wd1.myworkdayjobs.com/Chamberlain_Group/job/Oak-Brook-IL/Intern--Data-Engineering---Advanced-Analytics--Summer-2024-_JR26217?utm_source=CarbosJobs) | ✅ | August 24, 2023 |
182 | | Chamberlain Group | Kleiner Perkins, Sequoia | [Intern, myQ Front End Developer (Android or iOS) (Summer 2024)](https://chamberlain.wd1.myworkdayjobs.com/Chamberlain_Group/job/Oak-Brook-IL/Intern--myQ-Front-End-Development--Android-or-iOS---Summer-2024-_JR26246?utm_source=CarbosJobs) | ✅ | August 24, 2023 |
183 | | Chamberlain Group | Kleiner Perkins, Sequoia | [Intern, Electrical Hardware Engineering (Summer 2024)](https://chamberlain.wd1.myworkdayjobs.com/Chamberlain_Group/job/Oak-Brook-IL/Intern--Electrical-Hardware-Engineering--Summer-2024-_JR26245?utm_source=CarbosJobs) | ✅ | August 24, 2023 |
184 | | Chamberlain Group | Kleiner Perkins, Sequoia | [Intern, Data Science – Advanced Analytics (Summer 2024)](https://chamberlain.wd1.myworkdayjobs.com/Chamberlain_Group/job/Oak-Brook-IL/Intern--Data-Science---Advanced-Analytics--Summer-2024-_JR26218?utm_source=CarbosJobs) | ✅ | August 24, 2023 |
185 | | Anyscale | Accel, Tiger Global, Sequoia | [Software Engineer (Intern 2024)](https://jobs.lever.co/anyscale/386efaac-c106-42ee-9bca-206b29b0aeae?utm_source=CarbosJobs) | ✅ | August 24, 2023 |
186 | | Allegion | | [Summer Intern - Process Engineer](https://allegion.wd5.myworkdayjobs.com/careers/job/Indianapolis-IN----E-30th-St/Summer-Intern---Process-Engineer_JR26997?utm_source=CarbosJobs) | ✅ | August 24, 2023 |
187 | | Allegion | | [Spring Intern - Chemical/Industrial Engineer - Blue Ash, OH](https://allegion.wd5.myworkdayjobs.com/careers/job/Cincinnati-OH/Spring-Intern----Chemical-Industrial-Engineer---Blue-Ash--OH_JR26790?utm_source=CarbosJobs) | ✅ | August 24, 2023 |
188 | | Notion | Tiger Global, Sequoia | [Software Engineering Intern, Summer 2024 (via RippleMatch)](https://app.ripplematch.com/v2/public/job/107e5590/details?from_page=company_branded_page?utm_source=CarbosJobs) | ✅ | August 23, 2023 |
189 | | Epic Games | KKR | [Tools and Workflow Engineer Intern](https://boards.greenhouse.io/epicgames/jobs/4956920004?utm_source=CarbosJobs) | ✅ | August 23, 2023 |
190 | | Virtu Financial | Goldman Sachs | [Software Developer Intern](https://boards.greenhouse.io/virtu/jobs/6771390002?utm_source=CarbosJobs) | ✅ | August 23, 2023 |
191 | | Nvidia | Google Ventures, Sequoia | [Software Program Management Intern, Automotive - Summer 2024](https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Software-Program-Management-Intern--Automotive---Summer-2024_JR1969895-1?utm_source=CarbosJobs) | ❌ | August 23, 2023 |
192 | | Teledyne | A16Z, Sequoia | [Computer Engineering Intern](https://flir.wd1.myworkdayjobs.com/flircareers/job/US---Lincoln-NE/Computer-Engineering-Intern_REQ20909?utm_source=CarbosJobs) | ✅ | August 22, 2023 |
193 | | Scale AI | A16Z, Google Ventures, Kleiner Perkins | [Software Engineering Intern](https://boards.greenhouse.io/scaleai/jobs/4305863005?utm_source=CarbosJobs) | ✅ | August 22, 2023 |
194 | | Scale AI | A16Z, Google Ventures, Kleiner Perkins | [Machine Learning Research Engineering Intern](https://boards.greenhouse.io/scaleai/jobs/4305872005?utm_source=CarbosJobs) | ✅ | August 22, 2023 |
195 | | Amadeus | Kleiner Perkins, Sequoia | [Software Development Intern](https://amadeus.wd3.myworkdayjobs.com/jobs/job/Orlando-Florida/Software-Development-Intern_R13023?utm_source=CarbosJobs) | ✅ | August 22, 2023 |
196 | | Schweitzer Engineering Laboratories | | [Software Engineer Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Washington---Pullman/Software-Engineer-Intern_2023-12771?utm_source=CarbosJobs) | ❌ | August 22, 2023 |
197 | | Schweitzer Engineering Laboratories | | [Software Engineer Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Washington---Pullman/Software-Engineer-Intern_2023-12770?utm_source=CarbosJobs) | ❌ | August 22, 2023 |
198 | | Schweitzer Engineering Laboratories | | [Network Engineering Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Washington---Pullman/Network-Engineering-Intern_2023-12782-1?utm_source=CarbosJobs) | ✅ | August 22, 2023 |
199 | | Hudl | Accel, Kleiner Perkins, Sequoia | [Software Engineer Intern](https://boards.greenhouse.io/hudl/jobs/5284641?utm_source=CarbosJobs) | ✅ | August 22, 2023 |
200 | | Allegion | | [Summer Intern - Test Engineer](https://allegion.wd5.myworkdayjobs.com/careers/job/Farmington-CT/Summer-Intern---Test-Engineer_JR26810?utm_source=CarbosJobs) | ✅ | August 22, 2023 |
201 | | Allegion | | [Summer Intern - Mechanical Engineering](https://allegion.wd5.myworkdayjobs.com/careers/job/Colorado-Springs-CO/Summer-Intern---Mechanical-Engineering_JR26923?utm_source=CarbosJobs) | ✅ | August 22, 2023 |
202 | | Allegion | | [Summer Intern - Electrical Engineer](https://allegion.wd5.myworkdayjobs.com/careers/job/Farmington-CT/Summer-Intern---Electrical-Engineer_JR26907?utm_source=CarbosJobs) | ✅ | August 22, 2023 |
203 | | The Federal Reserve | A16Z | [Spring 2024 Operations Intern: CBDC Research](https://rb.wd5.myworkdayjobs.com/FRS/job/Remote---Massachusetts/Spring-2024-Co-op--Operations-Intern_R-0000019022-2?utm_source=CarbosJobs) | ✅ | August 17, 2023 |
204 | | Chamberlain Group | Kleiner Perkins, Sequoia | [Intern, Machine Learning, Computer Vision, and AI (Summer 2024)](https://chamberlain.wd1.myworkdayjobs.com/Chamberlain_Group/job/Oak-Brook-IL/Intern--Machine-Learning--Computer-Vision--and-AI--Summer-2024-_JR26221?utm_source=CarbosJobs) | ✅ | August 17, 2023 |
205 | | Chamberlain Group | Kleiner Perkins, Sequoia | [Intern, Firmware Engineering (Summer 2024)](https://chamberlain.wd1.myworkdayjobs.com/Chamberlain_Group/job/Oak-Brook-IL/Intern--Firmware-Engineering--Summer-2024-_JR26222-1?utm_source=CarbosJobs) | ✅ | August 17, 2023 |
206 | | BorgWarner | Kleiner Perkins | [Global Advanced Manufacturing Engineering Support Professional Internship (m/f/d)](https://borgwarner.wd5.myworkdayjobs.com/BorgWarner_Careers/job/Viana-do-Castelo-I---Portugal/Global-Advanced-Manufacturing-Engineering-Support-Professional-Internship--m-f-d-_R2023-5845?utm_source=CarbosJobs) | ✅ | August 17, 2023 |
207 | | Schweitzer Engineering Laboratories | | [Application Engineering Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Peru---Lima/Application-Engineering-Intern_2023-12724?utm_source=CarbosJobs) | ❌ | August 17, 2023 |
208 | | Schweitzer Engineering Laboratories | | [Hardware Engineering Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Washington---Pullman/Hardware-Engineering-Intern_2023-11973-1?utm_source=CarbosJobs) | ✅ | August 17, 2023 |
209 | | Allegion | | [Summer Intern - Product Data](https://allegion.wd5.myworkdayjobs.com/careers/job/Indianapolis-IN---Hague-Rd/Summer-Intern---Product-Data_JR26935?utm_source=CarbosJobs) | ✅ | August 17, 2023 |
210 | | Allegion | | [Summer Intern - Quality Engineering](https://allegion.wd5.myworkdayjobs.com/careers/job/Carmel-IN/Summer-Intern---Quality-Engineering_JR26914?utm_source=CarbosJobs) | ❌ | August 17, 2023 |
211 | | Verkada | Google Ventures, Tiger Global, Sequoia | [Software Engineering Intern, Security - Summer 2024](https://jobs.lever.co/verkada/30f11a8c-051d-4966-be60-5d8e65e4c4a7?utm_source=CarbosJobs) | ✅ | August 16, 2023 |
212 | | Schweitzer Engineering Laboratories | | [Software Engineer Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Idaho---Boise/Software-Engineer-Intern_2023-12762?utm_source=CarbosJobs) | ❌ | August 16, 2023 |
213 | | Allegion | | [Summer Intern - Mechanical Engineer](https://allegion.wd5.myworkdayjobs.com/careers/job/Indianapolis-IN---Hague-Rd/Summer-Intern---Mechanical-Engineer_JR26711?utm_source=CarbosJobs) | ✅ | August 16, 2023 |
214 | | Allegion | | [Summer Intern - Design Engineer](https://allegion.wd5.myworkdayjobs.com/careers/job/McKenzie-TN/Summer-Intern---Design-Engineer_JR26804?utm_source=CarbosJobs) | ✅ | August 16, 2023 |
215 | | Allegion | | [Summer Intern – Hardware Engineer (Connectivity and Sensing)](https://allegion.wd5.myworkdayjobs.com/careers/job/Indianapolis-IN---Hague-Rd/Summer-Intern---Hardware-Engineer--Connectivity-and-Sensing-_JR26798?utm_source=CarbosJobs) | ✅ | August 16, 2023 |
216 | | Allegion | | [Summer Intern - Hardware Engineer](https://allegion.wd5.myworkdayjobs.com/careers/job/Golden-CO/Summer-Intern---Hardware-Engineer_JR26834?utm_source=CarbosJobs) | ✅ | August 16, 2023 |
217 | | Kla | Kleiner Perkins, Sequoia | [Mechanical Engineering Intern](https://kla.wd1.myworkdayjobs.com/Search/job/Ann-Arbor-MI/Mechanical-Engineering-Intern_2320135-2?utm_source=CarbosJobs) | ❌ | August 15, 2023 |
218 | | Kla | Kleiner Perkins, Sequoia | [Mechanical Engineering Intern](https://kla.wd1.myworkdayjobs.com/Search/job/Ann-Arbor-MI/Mechanical-Engineering-Intern_2320136-1?utm_source=CarbosJobs) | ✅ | August 15, 2023 |
219 | | Kla | Kleiner Perkins, Sequoia | [Electrical Engineering Intern](https://kla.wd1.myworkdayjobs.com/Search/job/Ann-Arbor-MI/Electrical-Engineering-Intern_2320064-1?utm_source=CarbosJobs) | ❌ | August 15, 2023 |
220 | | Kla | Kleiner Perkins, Sequoia | [Algorithm Engineering Intern](https://kla.wd1.myworkdayjobs.com/Search/job/Ann-Arbor-MI/Algorithm-Engineering-Intern_2319982-2?utm_source=CarbosJobs) | ❌ | August 15, 2023 |
221 | | Amazon | Google Ventures, Kleiner Perkins | [Software Development Engineer Internship - 2024 (US)](https://www.amazon.jobs/en/teams/internships-for-students?offset=0&result_limit=10&sort=relevant&country%5B%5D=USA&distanceType=Mi&radius=24km&latitude=&longitude=&loc_group_id=&loc_query=&base_query=&city=&country=®ion=&county=&query_options=&?utm_source=CarbosJobs) | ✅ | August 15, 2023 |
222 | | Allegion | | [Summer Intern - Mechanical Engineer](https://allegion.wd5.myworkdayjobs.com/careers/job/Princeton-IL/Summer-Intern---Mechanical-Engineer_JR26787?utm_source=CarbosJobs) | ✅ | August 15, 2023 |
223 | | Allegion | | [Summer Intern – Product Cybersecurity Engineer](https://allegion.wd5.myworkdayjobs.com/careers/job/Indianapolis-IN---Hague-Rd/Summer-Intern---Product-Cybersecurity-Engineer_JR26698?utm_source=CarbosJobs) | ❌ | August 15, 2023 |
224 | | Allegion | | [Summer Intern - Mechanical Engineer](https://allegion.wd5.myworkdayjobs.com/careers/job/Farmington-CT/Summer-Intern---Mechanical-Engineer_JR26799?utm_source=CarbosJobs) | ✅ | August 15, 2023 |
225 | | Allegion | | [Summer Intern – Data Migration Specialist](https://allegion.wd5.myworkdayjobs.com/careers/job/Carmel-IN/Summer-Intern---Data-Migration-Specialist_JR26694?utm_source=CarbosJobs) | ❌ | August 15, 2023 |
226 | | Schweitzer Engineering Laboratories | | [Test Engineering Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Indiana---West-Lafayette/Test-Engineering-Intern_2023-12215?utm_source=CarbosJobs) | ✅ | August 14, 2023 |
227 | | Schweitzer Engineering Laboratories | | [Electrical Engineering Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/California---Vacaville/Electrical-Engineering-Intern_2023-11828?utm_source=CarbosJobs) | ❌ | August 14, 2023 |
228 | | Schweitzer Engineering Laboratories | | [Electrical Engineering Specialist Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Illinois---Hawthorn-Woods/Electrical-Engineering-Specialist-Intern_2023-11846?utm_source=CarbosJobs) | ✅ | August 14, 2023 |
229 | | Schweitzer Engineering Laboratories | | [Application Engineering Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Pennsylvania---King-of-Prussia/Application-Engineering-Intern_2023-12309?utm_source=CarbosJobs) | ✅ | August 14, 2023 |
230 | | Verkada | Google Ventures, Tiger Global, Sequoia | [Software Engineering Intern, Frontend - Summer 2024](https://jobs.lever.co/verkada/fd9a050a-d55d-4b68-97c1-b940c5a0b806?utm_source=CarbosJobs) | ✅ | August 12, 2023 |
231 | | Verkada | Google Ventures, Tiger Global, Sequoia | [Software Engineering Intern, Embedded - Summer 2024](https://jobs.lever.co/verkada/c912b48a-b562-4691-a245-a9d30264247a?utm_source=CarbosJobs) | ✅ | August 12, 2023 |
232 | | Verkada | Google Ventures, Tiger Global, Sequoia | [Software Engineering Intern, Backend - Summer 2024](https://jobs.lever.co/verkada/880f563d-3fff-4aff-b6f2-2aab0510ebf4?utm_source=CarbosJobs) | ✅ | August 12, 2023 |
233 | | Verkada | Google Ventures, Tiger Global, Sequoia | [iOS Engineering Intern - Summer 2024](https://jobs.lever.co/verkada/f8bf2f92-162e-497e-a42f-a849b4e5dfb2?utm_source=CarbosJobs) | ✅ | August 12, 2023 |
234 | | Verkada | Google Ventures, Tiger Global, Sequoia | [Android Engineering Intern - Summer 2024](https://jobs.lever.co/verkada/ad8e440d-5eec-495f-b5bc-6c9cd36f0561?utm_source=CarbosJobs) | ✅ | August 12, 2023 |
235 | | The Federal Reserve | A16Z | [Graduate Internship in Data Science](https://rb.wd5.myworkdayjobs.com/FRS/job/Minneapolis-MN/Graduate-Internship-in-Data-Science_R-0000019109-1?utm_source=CarbosJobs) | ❌ | August 12, 2023 |
236 | | The Federal Reserve | A16Z | [Graduate Internship in Data Science](https://rb.wd5.myworkdayjobs.com/FRS/job/Minneapolis-MN/Graduate-Internship-in-Data-Science_R-0000019108-1?utm_source=CarbosJobs) | ✅ | August 12, 2023 |
237 | | Wayfair | Kleiner Perkins | [Machine Learning Science – Internship/Working Student in BERLIN (m/f/x)](https://www.wayfair.com/careers/jobs/6853623002?gh_jid=6853623002?utm_source=CarbosJobs) | ✅ | August 11, 2023 |
238 | | Allegion | | [Summer Intern – Firmware Engineer (Connectivity and Sensing)](https://allegion.wd5.myworkdayjobs.com/careers/job/Indianapolis-IN---Hague-Rd/Summer-Intern---Firmware-Engineer--Connectivity-and-Sensing-_JR26813?utm_source=CarbosJobs) | ❌ | August 11, 2023 |
239 | | Allegion | | [Summer Intern – Design Researcher](https://allegion.wd5.myworkdayjobs.com/careers/job/Carmel-IN/Summer-Intern---Design-Researcher_JR26769?utm_source=CarbosJobs) | ✅ | August 11, 2023 |
240 | | Nvidia | Google Ventures, Sequoia | [NVIDIA 2024 Internships: Artificial Intelligence Engineering Intern](https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/NVIDIA-2024-Internships--Artificial-Intelligence-Engineering-Intern_JR1970080?utm_source=CarbosJobs) | ✅ | August 10, 2023 |
241 | | Nvidia | Google Ventures, Sequoia | [NVIDIA 2024 Internships: Software Engineering Intern](https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/NVIDIA-2024-Internships--Software-Engineering-Intern_JR1970082?utm_source=CarbosJobs) | ✅ | August 10, 2023 |
242 | | Nvidia | Google Ventures, Sequoia | [NVIDIA 2024 Internships: Systems Software Engineering Intern](https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/NVIDIA-2024-Internships--Systems-Software-Engineering-Intern_JR1970233?utm_source=CarbosJobs) | ✅ | August 10, 2023 |
243 | | Schweitzer Engineering Laboratories | | [Software Engineer Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Washington---Pullman/Software-Engineer-Intern_2023-12466?utm_source=CarbosJobs) | ✅ | August 10, 2023 |
244 | | Pimco | Kleiner Perkins, Sequoia | [2024 Summer Intern - Technology Analyst, Software Engineering, US](https://pimco.wd1.myworkdayjobs.com/pimco-careers/job/Newport-Beach-CA-USA/XMLNAME-2024-Summer-Intern---Software-Engineer--US_R102876?utm_source=CarbosJobs) | ✅ | August 10, 2023 |
245 | | Mitek Systems | Bain, Goldman Sachs, Kleiner Perkins | [Machine Learning Researcher ID R&D (internship)](https://jobs.lever.co/miteksystems-2/a7a1a1f7-6745-460a-9724-b2334448f08b?utm_source=CarbosJobs) | ✅ | August 08, 2023 |
246 | | Belvedere Trading | Sequoia | [Junior Quantitative Trading Analyst Intern - Summer 2024 Chicago](https://jobs.lever.co/belvederetrading/982414fc-a2d2-4152-8735-78a47fe7b4c2?utm_source=CarbosJobs) | ✅ | August 05, 2023 |
247 | | Belvedere Trading | Sequoia | [Junior Quantitative Trading Analyst Intern - Summer 2024 Boulder](https://jobs.lever.co/belvederetrading/8b4147ca-8aa0-49c1-82c6-02714781ac3b?utm_source=CarbosJobs) | ❌ | August 05, 2023 |
248 | | Belvedere Trading | Sequoia | [Software Engineer Intern - Summer 2024 Chicago](https://jobs.lever.co/belvederetrading/f63b36b4-a5b6-4697-97cf-2af02a47e9d9?utm_source=CarbosJobs) | ✅ | August 05, 2023 |
249 | | Belvedere Trading | Sequoia | [Software Engineer Intern - Summer 2024 Boulder](https://jobs.lever.co/belvederetrading/1dfa7e9c-7e30-4a11-a489-bd777f112848?utm_source=CarbosJobs) | ✅ | August 05, 2023 |
250 | | Belvedere Trading | Sequoia | [Quantitative Researcher Intern - Summer 2024](https://jobs.lever.co/belvederetrading/80ac6b59-f376-42a1-a32d-afefd6233082?utm_source=CarbosJobs) | ✅ | August 05, 2023 |
251 | | BorgWarner | Kleiner Perkins | [Quality Engineering Intern](https://borgwarner.wd5.myworkdayjobs.com/BorgWarner_Careers/job/Bellwood---Illinois---USA/Intern_R2023-5530?utm_source=CarbosJobs) | ✅ | August 04, 2023 |
252 | | Virtu Financial | Goldman Sachs | [Internship - Quantitative Trading](https://boards.greenhouse.io/virtu/jobs/6702651002?utm_source=CarbosJobs) | ✅ | August 03, 2023 |
253 | | Virtu Financial | Goldman Sachs | [Internship - Quantitative Strategist](https://boards.greenhouse.io/virtu/jobs/6864860002?utm_source=CarbosJobs) | ✅ | August 03, 2023 |
254 | | Virtu Financial | Goldman Sachs | [Internship - Developer](https://boards.greenhouse.io/virtu/jobs/6771390002?utm_source=CarbosJobs) | ✅ | August 03, 2023 |
255 | | Nvidia | Google Ventures, Sequoia | [Research Intern](https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/Germany-Berlin/Research-Intern_JR1969956?utm_source=CarbosJobs) | ✅ | August 03, 2023 |
256 | | Vanguard | Google Ventures, Kleiner Perkins, Sequoia | [College to Corporate IT Internship - Risk & Security - Engineer (PA)](https://vanguard.wd5.myworkdayjobs.com/vanguard_external/job/Malvern-PA/College-to-Corporate-IT-Internship---Risk---Security---Engineer--PA-_155155-1?utm_source=CarbosJobs) | ✅ | August 02, 2023 |
257 | | Vanguard | Google Ventures, Kleiner Perkins, Sequoia | [College to Corporate IT Internship - Risk & Security - Engineer (NC)](https://vanguard.wd5.myworkdayjobs.com/vanguard_external/job/Charlotte-NC/College-to-Corporate-IT-Internship---Risk---Security---Engineer--NC-_155156-1?utm_source=CarbosJobs) | ✅ | August 02, 2023 |
258 | | Kla | Kleiner Perkins, Sequoia | [Intern - Software](https://kla.wd1.myworkdayjobs.com/Search/job/Milpitas-CA/Intern---Software_2319985?utm_source=CarbosJobs) | ❌ | August 02, 2023 |
259 | | Kla | Kleiner Perkins, Sequoia | [Applications Engineering Intern](https://kla.wd1.myworkdayjobs.com/Search/job/Ann-Arbor-MI/Applications-Engineering-Intern_2320065-1?utm_source=CarbosJobs) | ✅ | August 02, 2023 |
260 | | Arc Boats | Founders Fund, Kleiner Perkins | [Engineering Intern](https://arcboats.com/careers?utm_source=CarbosJobs) | ✅ | July 30, 2023 |
261 | | Vanguard | Google Ventures, Kleiner Perkins, Sequoia | [College to Corporate Internship - Data Analyst Advanced Development Program](https://vanguard.wd5.myworkdayjobs.com/vanguard_external/job/Malvern-PA/College-to-Corporate-Internship----Data-Analyst-Advanced-Development-Program_156565?utm_source=CarbosJobs) | ✅ | July 28, 2023 |
262 | | Second Order Effects | Sequoia | [Mechanical Engineering Intern (Spring 2024)](https://boards.greenhouse.io/soeffects/jobs/5696760003?utm_source=CarbosJobs) | ✅ | July 28, 2023 |
263 | | Second Order Effects | Sequoia | [Electrical Engineering Intern (Summer 2024)](https://boards.greenhouse.io/soeffects/jobs/5696736003?utm_source=CarbosJobs) | ✅ | July 28, 2023 |
264 | | Second Order Effects | Sequoia | [Electrical Engineering Intern (Summer 2024)](https://boards.greenhouse.io/soeffects/jobs/5694840003?utm_source=CarbosJobs) | ✅ | July 28, 2023 |
265 | | Second Order Effects | Sequoia | [Electrical Engineering Intern (Spring 2024)](https://boards.greenhouse.io/soeffects/jobs/5696754003?utm_source=CarbosJobs) | ✅ | July 28, 2023 |
266 | | Second Order Effects | Sequoia | [Electrical Engineering Intern (Spring 2024)](https://boards.greenhouse.io/soeffects/jobs/5696740003?utm_source=CarbosJobs) | ✅ | July 28, 2023 |
267 | | Five Rings | Kleiner Perkins, Sequoia | [Software Developer – Summer Intern 2024](https://fiverings.avature.net/careers/searchjobs/?splitlocationsearch_country=233&524=534&524_format=523&listfiltermode=1&folderrecordsperpage=25&?utm_source=CarbosJobs) | ✅ | July 27, 2023 |
268 | | Schweitzer Engineering Laboratories | | [Engineering Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Rep-of-Georgia---Tbilisi/Engineering-Intern_2023-12562?utm_source=CarbosJobs) | ❌ | July 25, 2023 |
269 | | BorgWarner | Kleiner Perkins | [Materials & Brazing - Global Advanced Manufacturing Engineering Professional Internship (m/f/d)](https://borgwarner.wd5.myworkdayjobs.com/BorgWarner_Careers/job/Viana-do-Castelo---Portugal/Materials---Brazing---Global-Advanced-Manufacturing-Engineering-Professional-Internship--m-f-d-_R2023-5636?utm_source=CarbosJobs) | ✅ | July 25, 2023 |
270 | | Teledyne | A16Z, Sequoia | [Engineering Intern](https://flir.wd1.myworkdayjobs.com/flircareers/job/US---North-Falmouth-MA/Engineering-Intern_REQ20597?utm_source=CarbosJobs) | ❌ | July 21, 2023 |
271 | | Teledyne | A16Z, Sequoia | [Engineering Intern](https://flir.wd1.myworkdayjobs.com/flircareers/job/US---North-Falmouth-MA/Engineering-Intern_REQ20598?utm_source=CarbosJobs) | ❌ | July 21, 2023 |
272 | | Wayfair | Kleiner Perkins | [Machine Learning Science – Internship/Working Student (m/f/x)](https://www.wayfair.com/careers/jobs/6853623002?gh_jid=6853623002?utm_source=CarbosJobs) | ❌ | July 21, 2023 |
273 | | Waabi Innovation Inc. | | [Research Internship/Co-op](https://jobs.lever.co/waabi/ad3c77da-5607-4c4f-8784-8407478cbace?utm_source=CarbosJobs) | ✅ | July 21, 2023 |
274 | | Vanguard | Google Ventures, Kleiner Perkins, Sequoia | [College to Corporate Internship - Data Analyst Advanced Development Program](https://vanguard.wd5.myworkdayjobs.com/vanguard_external/job/Malvern-PA/College-to-Corporate-Internship----Data-Analyst-Advanced-Development-Program_155079-1?utm_source=CarbosJobs) | ❌ | July 21, 2023 |
275 | | Vanguard | Google Ventures, Kleiner Perkins, Sequoia | [Data Scientist Advanced Development Program Internship](https://vanguard.wd5.myworkdayjobs.com/vanguard_external/job/Malvern-PA/Data-Scientist-Advanced-Development-Program-Internship_155397-1?utm_source=CarbosJobs) | ✅ | July 21, 2023 |
276 | | Unity Technologies | Sequoia | [Visiting Rendering Researcher / Intern](https://careers.unity.com/position?id=5037464?gh_jid=5037464?utm_source=CarbosJobs) | ❌ | July 21, 2023 |
277 | | Trimble | Tiger Global | [Computational Design Engineering Intern](https://trimble.wd1.myworkdayjobs.com/TrimbleCareers/job/New-Zealand---Wellington/Computational-Design-Engineering-Intern_R40992?utm_source=CarbosJobs) | ✅ | July 21, 2023 |
278 | | Teledyne | A16Z, Sequoia | [Engineering Intern](https://flir.wd1.myworkdayjobs.com/flircareers/job/US---Richardson-TX/Engineering-Intern_REQ18310?utm_source=CarbosJobs) | ❌ | July 21, 2023 |
279 | | Squarepoint Capital | Tiger Global, Sequoia | [Intern Quant Researcher](https://www.squarepoint-capital.com?gh_jid=243853?utm_source=CarbosJobs) | ✅ | July 21, 2023 |
280 | | Second Order Effects | Sequoia | [Systems Engineering Intern (August - December)](https://boards.greenhouse.io/soeffects/jobs/5671915003?utm_source=CarbosJobs) | ❌ | July 21, 2023 |
281 | | Second Order Effects | Sequoia | [Systems Integration/Test Engineering Intern (August - December)](https://boards.greenhouse.io/soeffects/jobs/5671927003?utm_source=CarbosJobs) | ❌ | July 21, 2023 |
282 | | Schweitzer Engineering Laboratories | | [Test Engineering Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/Idaho---Lewiston/Test-Engineering-Intern_2022-10538?utm_source=CarbosJobs) | ❌ | July 21, 2023 |
283 | | PDT Partners | | [Summer 2024 Software Engineering Internship](https://boards.greenhouse.io/pdtpartners/jobs/4423823?utm_source=CarbosJobs) | ✅ | July 21, 2023 |
284 | | Nvidia | Google Ventures, Sequoia | [Deep Learning Algorithm Engineering Intern](https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/US-CA-Santa-Clara/Deep-Learning-Algorithm-Engineering-Intern_JR1967843?utm_source=CarbosJobs) | ❌ | July 21, 2023 |
285 | | Neuralink | Google Ventures | [Software Engineer Intern, Implant Team](https://boards.greenhouse.io/neuralink/jobs/5469297003?utm_source=CarbosJobs) | ✅ | July 21, 2023 |
286 | | Neuralink | Google Ventures | [Software Engineer Intern](https://boards.greenhouse.io/neuralink/jobs/5285389003?utm_source=CarbosJobs) | ✅ | July 21, 2023 |
287 | | Neuralink | Google Ventures | [Software Engineer Intern](https://boards.greenhouse.io/neuralink/jobs/5552197003?utm_source=CarbosJobs) | ✅ | July 21, 2023 |
288 | | Neuralink | Google Ventures | [Quality Engineering Intern](https://boards.greenhouse.io/neuralink/jobs/5552854003?utm_source=CarbosJobs) | ✅ | July 21, 2023 |
289 | | Neuralink | Google Ventures | [Neuroengineer Intern](https://boards.greenhouse.io/neuralink/jobs/5583062003?utm_source=CarbosJobs) | ✅ | July 21, 2023 |
290 | | Neuralink | Google Ventures | [Mechanical Engineering Intern](https://boards.greenhouse.io/neuralink/jobs/5654096003?utm_source=CarbosJobs) | ✅ | July 21, 2023 |
291 | | Neuralink | Google Ventures | [Embedded Software Engineer Intern](https://boards.greenhouse.io/neuralink/jobs/5627630003?utm_source=CarbosJobs) | ✅ | July 21, 2023 |
292 | | Motional | | [C++ Software Intern, Remote Vehicle Assistance Frontend](https://motional.com/open-positions/#/5668815003?gh_jid=5668815003?utm_source=CarbosJobs) | ❌ | July 21, 2023 |
293 | | Five Rings | Kleiner Perkins, Sequoia | [Quantitative Researcher – Summer Intern 2024](https://fiverings.avature.net/careers/searchjobs/?splitlocationsearch_country=233&524=534&524_format=523&listfiltermode=1&folderrecordsperpage=25&?utm_source=CarbosJobs) | ✅ | July 21, 2023 |
294 | | Five Rings | Kleiner Perkins, Sequoia | [Software Developer - Summer Intern 2024](https://fiverings.avature.net/careers/searchjobs/?splitlocationsearch_country=233&524=534&524_format=523&listfiltermode=1&folderrecordsperpage=25&?utm_source=CarbosJobs) | ✅ | July 21, 2023 |
295 | | Five Rings | Kleiner Perkins, Sequoia | [Quantitative Trader – Summer Intern 2024](https://fiverings.avature.net/careers/searchjobs/?splitlocationsearch_country=233&524=534&524_format=523&listfiltermode=1&folderrecordsperpage=25&?utm_source=CarbosJobs) | ✅ | July 21, 2023 |
296 | | DRW | Kleiner Perkins, Sequoia | [Quantitative Trading Analyst Intern](https://boards.greenhouse.io/drweng/jobs/5065397?utm_source=CarbosJobs) | ✅ | July 21, 2023 |
297 | | DRW | Kleiner Perkins, Sequoia | [Software Developer Intern](https://boards.greenhouse.io/drweng/jobs/5114577?utm_source=CarbosJobs) | ✅ | July 21, 2023 |
298 | | DRW | Kleiner Perkins, Sequoia | [Quantitative Research Intern](https://boards.greenhouse.io/drweng/jobs/5111825?utm_source=CarbosJobs) | ✅ | July 21, 2023 |
299 | | DRW | Kleiner Perkins, Sequoia | [Site Reliability Engineer (SRE) Intern](https://boards.greenhouse.io/drweng/jobs/5122848?utm_source=CarbosJobs) | ❌ | July 21, 2023 |
300 | | CertiK | Tiger Global, Sequoia | [Security Research Internship](https://jobs.lever.co/certik/148afcf8-106b-42fa-a516-6bb8f1184e33?utm_source=CarbosJobs) | ✅ | July 21, 2023 |
301 | | BorgWarner | Kleiner Perkins | [Electrical Engineer Intern](https://borgwarner.wd5.myworkdayjobs.com/BorgWarner_Careers/job/Kokomo-Technical-Center---Indiana---USA/Electrical-Engineer-Intern_R2022-5339?utm_source=CarbosJobs) | ❌ | July 21, 2023 |
302 | | BlackBerry | | [DevOps Engineering Student - 4 Month Summer Term](https://bb.wd3.myworkdayjobs.com/Student/job/Portland-Oregon/DevOps-Engineering-Student---4-Month-Summer-Term_20230415-2?utm_source=CarbosJobs) | ❌ | July 21, 2023 |
303 | | Absci | | [Research Intern, Artificial Intelligence](https://www.absci.com/careers/roles/?gh_jid=5406094003?utm_source=CarbosJobs) | ❌ | July 21, 2023 |
304 | | HackerRank | Kleiner Perkins, Tiger Global, Sequoia | [Solutions Engineer Intern](https://boards.greenhouse.io/hackerrank/jobs/5134940?gh_jid=5134940?utm_source=CarbosJobs) | ❌ | July 17, 2023 |
305 | | Northrop Grumman | A16Z, Kleiner Perkins | [2024 Software Engineer Intern - Redondo Beach, CA](https://ngc.wd1.myworkdayjobs.com/en-US/Northrop_Grumman_External_Site/job/United-States-California-Redondo-Beach/XMLNAME-2024-Software-Engineer-Intern---Redondo-Beach--CA_R10119483-1?utm_source=CarbosJobs) | ❌ | July 14, 2023 |
306 | | Kla | Kleiner Perkins, Sequoia | [Software Intern](https://kla.wd1.myworkdayjobs.com/Search/job/Milpitas-CA/Software-Intern_2319818-1?utm_source=CarbosJobs) | ❌ | July 14, 2023 |
307 | | Chamberlain Group | Kleiner Perkins, Sequoia | [Intern, Business Systems Analyst/Developer, BI](https://chamberlain.wd1.myworkdayjobs.com/Chamberlain_Group/job/Oak-Brook-IL/Intern--Business-Systems-Analyst-Developer--BI_JR25849?utm_source=CarbosJobs) | ❌ | July 04, 2023 |
308 | | Schweitzer Engineering Laboratories | | [Electrical Engineering Intern](https://selinc.wd1.myworkdayjobs.com/SEL/job/California---Vacaville/Engineering-Intern_2023-11768?utm_source=CarbosJobs) | ❌ | July 02, 2023 |
309 | | Nvidia | Google Ventures, Sequoia | [Research Scientist Intern - PhD Program](https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite/job/Denmark-Roskilde/Research-Scientist-Intern---PhD-Program_JR1962440?utm_source=CarbosJobs) | ✅ | July 02, 2023 |
310 | | Northrop Grumman | A16Z, Kleiner Perkins | [Northrop Grumman Military Internship Program (DoD SkillBridge) - Modeling and Simulation Systems Engineer - Linthicum MD](https://ngc.wd1.myworkdayjobs.com/en-US/Northrop_Grumman_External_Site/job/United-States-Maryland-Linthicum/Northrop-Grumman-Military-Internship-Program--DoD-SkillBridge----Modeling-and-Simulation-Systems-Engineer---Linthicum-MD_R10019181?utm_source=CarbosJobs) | ✅ | July 02, 2023 |
311 | | Mercedes-Benz R&D North America | | [Engineering Intern, AD-ADAS (Summer/Fall)](https://jobs.lever.co/MBRDNA/43e067f1-3cd8-4ccf-b3aa-993b1d3927e4?utm_source=CarbosJobs) | ✅ | July 02, 2023 |
312 | | Marvell | Kleiner Perkins, Sequoia | [Optics Firmware - Software Engineer Intern](https://marvell.wd1.myworkdayjobs.com/MarvellCareers/job/Remote---Argentina/Optics-Firmware---Software-Engineer-Intern_2300166?utm_source=CarbosJobs) | ❌ | July 02, 2023 |
313 | | Kla | Kleiner Perkins, Sequoia | [Research Scientist Internship, ML Foundation Model](https://kla.wd1.myworkdayjobs.com/Search/job/Milpitas-CA/Research-Scientist-Internship--Machine-Learning_2319200-1?utm_source=CarbosJobs) | ✅ | July 02, 2023 |
314 | | Kla | Kleiner Perkins, Sequoia | [Mechanical Engineering Intern](https://kla.wd1.myworkdayjobs.com/Search/job/Totowa-NJ/Mechanical-Engineering-Intern_2318733-2?utm_source=CarbosJobs) | ❌ | July 02, 2023 |
315 | | Kla | Kleiner Perkins, Sequoia | [HPC Infrastructure Engineer Intern](https://kla.wd1.myworkdayjobs.com/Search/job/Milpitas-CA/HPC-Infrastructure-Engineer-Intern_2319608?utm_source=CarbosJobs) | ❌ | July 02, 2023 |
316 | | BorgWarner | Kleiner Perkins | [Global Advanced Manufacturing Engineering Professional Internship (m/f/d)](https://borgwarner.wd5.myworkdayjobs.com/BorgWarner_Careers/job/Viana-do-Castelo-I---Portugal/Global-Advanced-Manufacturing-Engineering-Professional-Internship--m-f-d-_R2023-0351?utm_source=CarbosJobs) | ❌ | July 02, 2023 |
317 | | BorgWarner | Kleiner Perkins | [Global Advanced Manufacturing Engineering Professional Internship (m/f/d)](https://borgwarner.wd5.myworkdayjobs.com/BorgWarner_Careers/job/Viana-do-Castelo-I---Portugal/Global-Advanced-Manufacturing-Engineering-Professional-Internship--m-f-d-_R2023-0640?utm_source=CarbosJobs) | ❌ | July 02, 2023 |
318 | | Neuralink | Google Ventures | [Software Engineer Intern Implant Team](https://boards.greenhouse.io/neuralink/jobs/5469297003?utm_source=CarbosJobs) | ❌ | July 01, 2023 |
319 | | Epic Games | KKR | [Research and Development - PhD Internships](https://boards.greenhouse.io/epicgames/jobs/4490758004?utm_source=CarbosJobs) | ❌ | July 01, 2023 |
320 | | ExodusPoint | | [Quantitative Researcher Intern](https://boards.greenhouse.io/exoduspoint/jobs/6806847002?utm_source=CarbosJobs) | ❌ | June 30, 2023 |
321 | | KAYAK | Google Ventures, Sequoia | [Java Engineering Intern - Adtech](https://boards.greenhouse.io/kayak/jobs/6822911002?utm_source=CarbosJobs) | ✅ | June 30, 2023 |
322 | | Neuralink | Google Ventures | [Embedded Software Engineer, Internship](https://boards.greenhouse.io/neuralink/jobs/5627630003?utm_source=CarbosJobs) | ❌ | June 27, 2023 |
323 | | Neuralink | Google Ventures | [Analog and Mixed-Signal IC Design Engineer Intern](https://boards.greenhouse.io/neuralink/jobs/5660372003?utm_source=CarbosJobs) | ✅ | June 26, 2023 |
324 | | Procter & Gamble | Kleiner Perkins, YC | [RETURNING ENGINEERING INTERNS (AS INTERNS) Cincinnati, Ohio, United States, Multiple Locations Full ...](https://www.pgcareers.com/search-jobs?orgids=936&acm=all&alrpm=all&ascf=[%7b%22key%22:%22job_level%22,%22value%22:%22internships%22%7d]?utm_source=CarbosJobs) | ❌ | June 24, 2023 |
325 | | Neuralink | Google Ventures | [Digital IC Design Engineer Intern](https://boards.greenhouse.io/neuralink/jobs/5660035003?utm_source=CarbosJobs) | ❌ | June 23, 2023 |
326 | | Walmart | Tiger Global, Sequoia | [2024 Summer Intern: Software Engineer II (Bentonville, AR)](https://careers.walmart.com/us/jobs/wd1391200-2024-summer-intern-software-engineer-ii-bentonville-ar?utm_source=CarbosJobs) | ❌ | June 22, 2023 |
327 | | Apple | Accel, Google Ventures, Kleiner Perkins | [Machine Learning / AI Internships](https://jobs.apple.com/en-us/details/200480066/machine-learning-ai-internships?utm_source=CarbosJobs) | ✅ | June 22, 2023 |
328 | | Ansys | Insight Partners, Tiger Global | [Spring 2024 Electronics Intern - Software Development and Testing (BS/MS)](https://careers.ansys.com/job/vancouver-spring-2024-electronics-intern-software-development-and-testing-(bsms)-brit-v6e2m6/1026739100?utm_source=CarbosJobs) | ❌ | June 22, 2023 |
329 | | amazon | Blackrock | [Data Center Infrastructure Delivery Intern M/F/D, Infrastructure Delivery FRA, Paris Job ID: 23046...](https://www.amazon.jobs/en/teams/internships-for-students?offset=0&result_limit=10&sort=relevant&job_type%5b%5d=full-time&country%5b%5d=usa&distancetype=mi&radius=24km&latitude=&longitude=&loc_group_id=&loc_query=&base_query=&city=&country=®ion=&county=&query_options=&?utm_source=CarbosJobs) | ❌ | June 21, 2023 |
330 | | webfx.com | | [Web Developer Internship](https://jobs.lever.co/webfx/1032ba2b-a4fc-4625-83d5-34f43063de7b?utm_source=CarbosJobs) | ✅ | June 21, 2023 |
331 | | webfx.com | | [Business Data Analyst Internship](https://jobs.lever.co/webfx/cf2e63c1-94ba-4478-b1cd-acc54cadfc75?utm_source=CarbosJobs) | ✅ | June 21, 2023 |
332 | | Verkada | Google Ventures, Tiger Global, Sequoia | [Technical Support Engineering Intern - Spring 2024](https://jobs.lever.co/verkada/7ccd1de5-19b2-45f5-85df-04dcc87c9f3b?utm_source=CarbosJobs) | ✅ | June 21, 2023 |
333 | | The Block | A16Z, Sequoia | [Research Intern](https://jobs.lever.co/theblockcrypto/42151f4b-e8eb-4fb1-80dc-c62530ef0870?utm_source=CarbosJobs) | ✅ | June 21, 2023 |
334 | | The Block | A16Z, Sequoia | [Research Intern - Data](https://jobs.lever.co/theblockcrypto/00ecc02c-b30e-4d1b-a02b-2f400e53e66a?utm_source=CarbosJobs) | ✅ | June 21, 2023 |
335 | | CertiK | Tiger Global, Sequoia | [Full Stack Internship - Matrix](https://jobs.lever.co/certik/ca67aab6-9b8b-4c2f-ad80-ff5855292f48?utm_source=CarbosJobs) | ❌ | June 21, 2023 |
336 | | CertiK | Tiger Global, Sequoia | [Research Analyst Intern](https://jobs.lever.co/certik/277fc381-3f3f-491c-879f-be48850e60ff?utm_source=CarbosJobs) | ❌ | June 21, 2023 |
337 | | CertiK | Tiger Global, Sequoia | [Platform Engineering Intern](https://jobs.lever.co/certik/095fdcff-99e8-408d-bb8a-e638e44d0b40?utm_source=CarbosJobs) | ✅ | June 21, 2023 |
338 | | The Boring Company | Founders Fund, Sequoia | [Tunnel Engineering Intern](https://jobs.lever.co/boringcompany/f07e7532-a6e0-45c9-8328-c521bb68f105?utm_source=CarbosJobs) | ✅ | June 21, 2023 |
339 | | The Boring Company | Founders Fund, Sequoia | [Integration Engineering Intern](https://jobs.lever.co/boringcompany/1c1ee776-cbf4-4cf0-bfb0-a446ed89ee29?utm_source=CarbosJobs) | ✅ | June 21, 2023 |
340 | | The Boring Company | Founders Fund, Sequoia | [Civil Engineering Intern](https://jobs.lever.co/boringcompany/f6d53f8a-d4da-4212-8a40-3f724ba07b1f?utm_source=CarbosJobs) | ✅ | June 21, 2023 |
341 | | Apple | Google Ventures, Kleiner Perkins | [Software Engineering Internships](https://jobs.apple.com/en-us/search?search=internship%20summer&sort=relevance&key=students&location=united-states-usa?utm_source=CarbosJobs) | ✅ | June 21, 2023 |
342 | | Second Order Effects | Sequoia | [Electrical Engineering Intern (August - December)](https://boards.greenhouse.io/soeffects/jobs/5562680003?utm_source=CarbosJobs) | ❌ | June 21, 2023 |
343 | | Second Order Effects | Sequoia | [Electrical Engineering Intern (August - December)](https://boards.greenhouse.io/soeffects/jobs/5562693003?utm_source=CarbosJobs) | ❌ | June 21, 2023 |
344 | | Neuralink | Google Ventures | [Software Engineer Internship](https://boards.greenhouse.io/neuralink/jobs/5552197003?utm_source=CarbosJobs) | ❌ | June 21, 2023 |
345 | | Neuralink | Google Ventures | [Quality Engineering Internship](https://boards.greenhouse.io/neuralink/jobs/5552854003?utm_source=CarbosJobs) | ❌ | June 21, 2023 |
346 | | Neuralink | Google Ventures | [Software Engineer Internship](https://boards.greenhouse.io/neuralink/jobs/5285389003?utm_source=CarbosJobs) | ❌ | June 21, 2023 |
347 | | MosaicML | Tiger Global, Sequoia | [Research Scientist Intern](https://boards.greenhouse.io/mosaicml/jobs/4170454004?utm_source=CarbosJobs) | ✅ | June 21, 2023 |
348 | | MosaicML | Tiger Global, Sequoia | [Software Engineer Intern](https://boards.greenhouse.io/mosaicml/jobs/4133756004?utm_source=CarbosJobs) | ❌ | June 21, 2023 |
349 | | Upstart | Kleiner Perkins | [Research Scientist Internship](https://www.upstart.com/careers/5051193/apply?gh_jid=5051193?utm_source=CarbosJobs) | ❌ | June 21, 2023 |
350 | | Faire | | [Data Scientist - Intern](https://boards.greenhouse.io/faire/jobs/6683906002?gh_jid=6683906002?utm_source=CarbosJobs) | ❌ | June 21, 2023 |
351 | | Capstone | Kleiner Perkins, Sequoia | [2024 Summer Internship - Software Engineer - NYC](https://boards.greenhouse.io/capstoneinvestmentadvisors/jobs/6784275002?utm_source=CarbosJobs) | ✅ | June 21, 2023 |
352 |
--------------------------------------------------------------------------------
/imgs/a16z.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/a16z.png
--------------------------------------------------------------------------------
/imgs/accel-partners.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/accel-partners.png
--------------------------------------------------------------------------------
/imgs/bain-capital-ventures.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/bain-capital-ventures.png
--------------------------------------------------------------------------------
/imgs/battery-ventures.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/battery-ventures.png
--------------------------------------------------------------------------------
/imgs/bessemer-venture-partners.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/bessemer-venture-partners.png
--------------------------------------------------------------------------------
/imgs/blackrock.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/blackrock.png
--------------------------------------------------------------------------------
/imgs/blackstone.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/blackstone.png
--------------------------------------------------------------------------------
/imgs/carbos.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/carbos.png
--------------------------------------------------------------------------------
/imgs/coinbase-ventures.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/coinbase-ventures.png
--------------------------------------------------------------------------------
/imgs/demo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/demo.png
--------------------------------------------------------------------------------
/imgs/founders-fund.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/founders-fund.png
--------------------------------------------------------------------------------
/imgs/goldman-sachs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/goldman-sachs.png
--------------------------------------------------------------------------------
/imgs/google-ventures.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/google-ventures.png
--------------------------------------------------------------------------------
/imgs/greylock.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/greylock.png
--------------------------------------------------------------------------------
/imgs/iconiq.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/iconiq.png
--------------------------------------------------------------------------------
/imgs/insight-partners.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/insight-partners.png
--------------------------------------------------------------------------------
/imgs/ipo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/ipo.png
--------------------------------------------------------------------------------
/imgs/kkr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/kkr.png
--------------------------------------------------------------------------------
/imgs/kleiner-perkins.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/kleiner-perkins.png
--------------------------------------------------------------------------------
/imgs/linkedin-top-50-startups-2022.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/linkedin-top-50-startups-2022.png
--------------------------------------------------------------------------------
/imgs/nvidia.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/nvidia.png
--------------------------------------------------------------------------------
/imgs/salesforce-ventures.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/salesforce-ventures.png
--------------------------------------------------------------------------------
/imgs/sequoia.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/sequoia.png
--------------------------------------------------------------------------------
/imgs/thrive-capital.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/thrive-capital.png
--------------------------------------------------------------------------------
/imgs/tiger-global.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/tiger-global.png
--------------------------------------------------------------------------------
/imgs/time-ventures.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/time-ventures.png
--------------------------------------------------------------------------------
/imgs/yc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AlanChen4/Summer-2024-SWE-Internships/4dd027d006b3b320d5da12029982a79e79e70448/imgs/yc.png
--------------------------------------------------------------------------------
/mypy.ini:
--------------------------------------------------------------------------------
1 | [mypy]
--------------------------------------------------------------------------------
/pyproject.toml:
--------------------------------------------------------------------------------
1 | [tool.black]
2 | line-length = 150
--------------------------------------------------------------------------------
/requirements.txt:
--------------------------------------------------------------------------------
1 | black==23.3.0
2 | certifi==2023.5.7
3 | cfgv==3.3.1
4 | charset-normalizer==3.1.0
5 | click==8.1.3
6 | colorama==0.4.6
7 | distlib==0.3.6
8 | filelock==3.12.2
9 | identify==2.5.24
10 | idna==3.4
11 | mypy==1.4.1
12 | mypy-extensions==1.0.0
13 | nodeenv==1.8.0
14 | packaging==23.1
15 | pathspec==0.11.1
16 | platformdirs==3.8.0
17 | pre-commit==3.3.3
18 | python-dotenv==1.0.0
19 | PyYAML==6.0
20 | requests==2.31.0
21 | tomli==2.0.1
22 | types-requests==2.31.0.1
23 | types-urllib3==1.26.25.13
24 | typing_extensions==4.6.3
25 | urllib3==2.0.3
26 | virtualenv==20.23.1
27 |
--------------------------------------------------------------------------------
/updaters.py:
--------------------------------------------------------------------------------
1 | """Used to generate a new readme file"""
2 | import logging
3 | import requests
4 |
5 |
6 | class FileUpdater:
7 | """
8 | Used to fetches data from a given url and write to a file
9 | """
10 |
11 | @staticmethod
12 | def update(url: str, output: str) -> None:
13 | """
14 | :param url: The URL to read data from
15 | :param output: The path and filename to save the output
16 | """
17 | response = requests.get(url, timeout=600)
18 | if 200 <= response.status_code < 300:
19 | with open(output, "w", encoding="utf-8") as file:
20 | file.write(response.text)
21 | logging.info("Successfully saved data to %s", output)
22 | else:
23 | logging.error("Unable to get data from %s", url)
24 |
25 |
26 | def update_readme() -> None:
27 | """
28 | Fetches the latest version of the readme from the backend api
29 | """
30 | FileUpdater.update("https://carbos-backend-0ace626eaf33.herokuapp.com/api/readme?board=SWE_2024_SUMMER_INTERNSHIP", "./README.md")
31 |
32 |
33 | if __name__ == "__main__":
34 | update_readme()
35 |
--------------------------------------------------------------------------------