Skip to content

Commit 98e3e09

Browse files
committed
Add ARM job posts
1 parent 8949183 commit 98e3e09

File tree

5 files changed

+97
-0
lines changed

5 files changed

+97
-0
lines changed

src/components/JobCard.astro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ const { title, location, type, level, salary, description, responsibilities, req
5555
</ul>
5656
}
5757

58+
{ job.data.description2 &&
59+
<p class="mb-3">{job.data.description2}</p>
60+
}
61+
5862
<a
5963
href={apply_link}
6064
target="_blank"

src/content/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ const jobs = defineCollection({
242242
salary: z.string().nullable(),
243243
tags: z.array(z.string()).nullable(),
244244
description: z.string().nullable(),
245+
description2: z.string().optional().nullable(),
245246
responsibilities: z.array(z.string()).nullable(),
246247
requirements: z.array(z.string()).nullable(),
247248
benefits: z.array(z.string()).nullable(),

src/content/sponsors/arm/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,16 @@ Born more than 30 years ago with the goal of designing a computer intended to
2323
run on a battery, Arm has become a global compute platform delivering advanced
2424
solutions that allow the world’s leading technology companies to unleash the
2525
unprecedented experiences and capabilities of AI.
26+
27+
## The Future is Built on Arm
28+
29+
At Arm, we’re not just imagining the future - we’re engineering it. From
30+
powering AI and robotics to enabling next-gen mobile and automotive tech, Arm’s
31+
energy-efficient processor designs are at the heart of over 250 billion devices.
32+
We’re a global team with a passion for innovation, collaboration, and unlocking
33+
the potential of compute for everyone, everywhere.
34+
35+
We’re currently looking for Python-savvy students to join us in Sophia
36+
Antipolis, France for exciting internship opportunities that sit at the
37+
intersection of DevOps, Machine Learning, and EDA (Electronic Design
38+
Automation).
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: "ML/EDA DevOps Intern – Python Automation for AI in Hardware"
3+
location: "Sophia Antipolis, France"
4+
type: "Flexible (Autumn/Winter 2025) 6 months"
5+
level: null
6+
salary: null
7+
tags:
8+
[
9+
"FastAPI",
10+
"Vue 3",
11+
"PostgreSQL",
12+
"MSSQL",
13+
"Kafka",
14+
"GitLab",
15+
"Kubernetes",
16+
"Docker",
17+
"Cypress",
18+
"pytest",
19+
]
20+
description:
21+
"Work at the cutting edge of ML and chip design automation. You'll help us
22+
integrate Python-based ML workflows into our EDA toolchain, improving the
23+
speed and accuracy of hardware design. Think: AI meets silicon."
24+
25+
responsibilities:
26+
- Develop Python scripts for model deployment and training workflows
27+
- Build DevOps tools for managing and scaling ML jobs
28+
- Analyze and visualize large datasets used in chip design
29+
- Learn from experts at the forefront of AI and hardware engineering
30+
31+
requirements:
32+
benefits:
33+
description2:
34+
"If you're excited about how Python can accelerate hardware design and enjoy
35+
playing with ML models, automation, and large-scale data, this is your space."
36+
37+
apply_link: https://careers.arm.com/job/sophia-antipolis/ml-eda-devops-intern/33099/82134400992
38+
---
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: "QA/DevOps Intern – Software Infrastructure"
3+
location: "Sophia Antipolis, France"
4+
type: "Flexible (Autumn/Winter 2025) 6 months"
5+
level: null
6+
salary: null
7+
tags:
8+
[
9+
"FastAPI",
10+
"Vue 3",
11+
"PostgreSQL",
12+
"MSSQL",
13+
"Kafka",
14+
"GitLab",
15+
"Kubernetes",
16+
"Docker",
17+
"Cypress",
18+
"pytest",
19+
]
20+
description:
21+
"Join the Productivity Engineering team to help build and maintain scalable,
22+
automated infrastructure that ensures our ML-based tools run reliably and
23+
efficiently. You’ll use Python to develop QA systems, monitor test
24+
environments, and improve CI pipelines, all critical to keeping our software
25+
stack robust."
26+
27+
responsibilities:
28+
- Develop test automation in Python for ML pipelines
29+
- Build dashboards and monitoring tools
30+
- Enhance cloud-based CI/CD systems
31+
- Collaborate with an international team of engineers
32+
33+
requirements:
34+
benefits:
35+
description2:
36+
"This is an opportunity to get hands-on experience in a real-world, high-scale
37+
engineering environment that values open-source principles and continuous
38+
learning."
39+
40+
apply_link: https://careers.arm.com/job/sophia-antipolis/qa-devops-intern/33099/81592027520
41+
---

0 commit comments

Comments
 (0)