Search Jobs
Search for job openings based on keywords, location, company, type, experience level, and other criteria.
curl --location 'https://api.enrich.so/v1/api/search-jobs?start=10&timePosted=past_24hrs&keywords=software%20engineer&experienceLevels=internship%2Cassociate&companyIds=2048&jobTypes=full%20time%2C%20part%20time&workplaceTypes=on%20site%2Cremote&location=london' \
--header 'Authorization: Bearer <token>'
const axios = require('axios');
axios.get('https://api.enrich.so/v1/api/search-jobs?timePosted=past_24hrs&keywords=software engineer&experienceLevels=internship,associate&companyIds=2048&jobTypes=full time, part time&workplaceTypes=on site,remote&location=london',{
headers: {
'Authorization': 'Bearer <token>'
}
)
.then((response) => {
console.log(JSON.stringify(response.data));
})
.catch((error) => {
console.log(error);
});
import requests
url = "https://api.enrich.so/v1/api/search-jobs?start=10&timePosted=past_24hrs&keywords=software engineer&experienceLevels=internship,associate&companyIds=2048&jobTypes=full time, part time&workplaceTypes=on site,remote&location=london"
payload = {}
headers = {
'Authorization': 'Bearer <token>'
}
response = requests.request("GET", url, headers=headers, data=payload)
if response.status_code == 200:
print(response.json())
else:
print(f"Error: {response.status_code}, {response.text}")
OkHttpClient client = new OkHttpClient().newBuilder()
.build();
MediaType mediaType = MediaType.parse("text/plain");
RequestBody body = RequestBody.create(mediaType, "");
Request request = new Request.Builder()
.url("https://api.enrich.so/v1/api/search-jobs?start=10&timePosted=past_24hrs&keywords=software engineer&experienceLevels=internship,associate&companyIds=2048&jobTypes=full time, part time&workplaceTypes=on site,remote&location=london")
.method("GET", body)
.addHeader("Authorization", "Bearer <token>")
.build();
Response response = client.newCall(request).execute();
require "uri"
require "net/http"
url = URI("https://api.enrich.so/v1/api/search-jobs?start=10&timePosted=past_24hrs&keywords=software engineer&experienceLevels=internship,associate&companyIds=2048&jobTypes=full time, part time&workplaceTypes=on site,remote&location=london")
https = Net::HTTP.new(url.host, url.port)
https.use_ssl = true
request = Net::HTTP::Get.new(url)
request["Authorization"] = "Bearer <token>"
response = https.request(request)
puts response.read_body
<?php
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => 'https://api.enrich.so/v1/api/search-jobs?start=10&timePosted=past_24hrs&keywords=software%20engineer&experienceLevels=internship%2Cassociate&companyIds=2048&jobTypes=full%20time%2C%20part%20time&workplaceTypes=on%20site%2Cremote&location=london',
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => '',
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 0,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => 'GET',
CURLOPT_HTTPHEADER => array(
'Authorization: Bearer <token>'
),
));
$response = curl_exec($curl);
curl_close($curl);
echo $response;
Example response
Status Code: 200 OK
{
"success": true,
"currentPage": 0,
"numResults": 10,
"results": [
{
"title": "2025 Intern - Software Engineer",
"company_name": "Adobe",
"company_link": "https://www.linkedin.com/company/adobe",
"location": "San Jose, CA",
"url": "https://www.linkedin.com/jobs/view/2025-intern-software-engineer-at-adobe-4002614315",
"posted_timestamp": 1742601600,
"posted_date": "2025-03-22",
"is_actively_hiring": true,
"company_logo_url": "https://media.licdn.com/dms/image/v2/C560BAQFrtK-ioO1rsQ/company-logo_100_100/company-logo_100_100/0/1630645864762/adobe_logo?e=2147483647&v=beta&t=Vg0IkCp055jxAgqs_f7eIDMneyo1NkTWSvyAMoqnhd8",
"description_html": "<strong>Our Company<br/><br/></strong>Changing the world through digital experiences is what Adobe’s all about. We give everyone—from emerging artists to global brands—everything they need to design and deliver exceptional digital experiences! We’re passionate about empowering people to create beautiful and powerful images, videos, and apps, and transform how companies interact with customers across every screen.<br/><br/>We’re on a mission to hire the very best and are committed to creating exceptional employee experiences where everyone is respected and has access to equal opportunity. We realize that new ideas can come from everywhere in the organization, and we know the next big idea could be yours!<br/><br/>Our Company<br/><br/>Changing the world through digital experiences is what Adobe’s all about. We give everyone—from emerging artists to global brands— everything they need to design and deliver exceptional digital experiences. We’re passionate about empowering people to create beautiful and powerful images, videos, and apps, and transform how companies interact with customers across every screen.<br/><br/>We’re on a mission to hire the very best and are committed to creating exceptional employee experiences where everyone is respected and has access to equal opportunity. We realize that new ideas can come from everywhere in the organization, and we know the next big idea could be yours.<br/><br/>The Opportunity<br/><br/>Adobe is seeking talented and passionate Software Engineer interns across all organizations to help plan, design, develop, and test software systems or applications for software enhancements and new products used in local, networked, cloud-based or Internet-related computer programs and products.<br/><br/>Adobe software engineer interns can work directly on products for our Creative Cloud, Document Cloud, or Experience Cloud teams, or they can be immersed in the world of our cloud-based platform - diving into components of our infrastructure or solving problems with big data. We have openings for all interests – web developers, mobile developers, data engineers, frontend development, back–end development, full stack development - the opportunities are endless!<br/><br/>All 2025 Adobe interns will be co-located hybrid. This means that interns will work between their assigned office and home. Interns will be based in the office where their manager and/or team are located, where they will get the most support to ensure collaboration and the best employee experience. Managers and their organization will determine the frequency they need to go into the office to meet priorities. <br/><br/><strong>What You’ll Do<br/><br/></strong><ul><li> Develop high-performance, reliable, testable and maintainable code. </li><li> Participating in all aspects of software development activities, including design, coding, code review, testing, bug fixing, and code/API documentation. </li><li> Collaborate with engineers and participate in daily or weekly stand ups and meetings. </li><li> Grow with the support of your team and help others on the team grow by providing thoughtful feedback and uplifting those around you. </li><li> Work both independently and collaboratively within a fast-paced development team, with clear, positive, and constructive communication. </li><li> Additional responsibilities as needed based on specific role or team <br/><br/></li></ul><strong>What You Need To Succeed<br/><br/></strong><ul><li> Currently enrolled full time and pursuing a Bachelor's or Master’s in Computer Science , Computer Engineering, Electrical Engineer ing , or equivalent experience required with an expected graduation date of December 2025 – June 2026 </li><li> Strong technical background with analytical and problem-solving skills </li><li> Previous related experience in software engineering (applicable coursework, projects, internships, etc.) </li><li> Proficiency and experience with at least one or more of the following: Java, C++, JavaScript, Python </li><li> Familiar with the software development lifecycle - designing, developing, deploying, and maintaining web and mobile apps </li><li> Results-oriented, with ability and interest in learning new technologies and adapting quickly to new requirements and environments </li><li> Excellent verbal and written communication skills; can effectively articulate complex ideas and influence others through well-reasoned explanations. </li><li> Ability to participate in a full-time internship between May-September <br/><br/></li></ul>Adobe is proud to be an Equal Employment Opportunity and affirmative action employer. We do not discriminate based on gender, race or color, ethnicity or national origin, age, disability, religion, sexual orientation, gender identity or expression, veteran status, or any other applicable characteristics protected by law. Learn more.<br/><br/>Adobe aims to make Adobe.com accessible to any and all users. If you have a disability or special need that requires accommodation to navigate our website or complete the application process, email accommodations@adobe.com or call (408) 536-3015.<br/><br/>Adobe values a free and open marketplace for all employees and has policies in place to ensure that we do not enter into illegal agreements with other companies to not recruit or hire each other’s employees.<br/><br/>Our compensation reflects the cost of labor across several U.S. geographic markets, and we pay differently based on those defined markets. The U.S. pay range for this position is $38.00 -- $51.00 hourly. Your recruiter can share more about the specific pay rate for your job location during the hiring process.Adobe will consider qualified applicants with arrest or conviction records for employment in accordance with state and local laws and “fair chance” ordinances.<br/><br/>Adobe is proud to be an Equal Employment Opportunity and affirmative action employer. We do not discriminate based on gender, race or color, ethnicity or national origin, age, disability, religion, sexual orientation, gender identity or expression, veteran status, or any other applicable characteristics protected by law. Learn more.<br/><br/>Adobe aims to make Adobe.com accessible to any and all users. If you have a disability or special need that requires accommodation to navigate our website or complete the application process, email accommodations@adobe.com or call (408) 536-3015.<br/><br/>Adobe values a free and open marketplace for all employees and has policies in place to ensure that we do not enter into illegal agreements with other companies to not recruit or hire each other’s employees.",
"description": "Our CompanyChanging the world through digital experiences is what Adobe’s all about. We give everyone—from emerging artists to global brands—everything they need to design and deliver exceptional digital experiences! We’re passionate about empowering people to create beautiful and powerful images, videos, and apps, and transform how companies interact with customers across every screen.We’re on a mission to hire the very best and are committed to creating exceptional employee experiences where everyone is respected and has access to equal opportunity. We realize that new ideas can come from everywhere in the organization, and we know the next big idea could be yours!Our CompanyChanging the world through digital experiences is what Adobe’s all about. We give everyone—from emerging artists to global brands— everything they need to design and deliver exceptional digital experiences. We’re passionate about empowering people to create beautiful and powerful images, videos, and apps, and transform how companies interact with customers across every screen.We’re on a mission to hire the very best and are committed to creating exceptional employee experiences where everyone is respected and has access to equal opportunity. We realize that new ideas can come from everywhere in the organization, and we know the next big idea could be yours.The OpportunityAdobe is seeking talented and passionate Software Engineer interns across all organizations to help plan, design, develop, and test software systems or applications for software enhancements and new products used in local, networked, cloud-based or Internet-related computer programs and products.Adobe software engineer interns can work directly on products for our Creative Cloud, Document Cloud, or Experience Cloud teams, or they can be immersed in the world of our cloud-based platform - diving into components of our infrastructure or solving problems with big data. We have openings for all interests – web developers, mobile developers, data engineers, frontend development, back–end development, full stack development - the opportunities are endless!All 2025 Adobe interns will be co-located hybrid. This means that interns will work between their assigned office and home. Interns will be based in the office where their manager and/or team are located, where they will get the most support to ensure collaboration and the best employee experience. Managers and their organization will determine the frequency they need to go into the office to meet priorities. What You’ll Do Develop high-performance, reliable, testable and maintainable code. Participating in all aspects of software development activities, including design, coding, code review, testing, bug fixing, and code/API documentation. Collaborate with engineers and participate in daily or weekly stand ups and meetings. Grow with the support of your team and help others on the team grow by providing thoughtful feedback and uplifting those around you. Work both independently and collaboratively within a fast-paced development team, with clear, positive, and constructive communication. Additional responsibilities as needed based on specific role or team What You Need To Succeed Currently enrolled full time and pursuing a Bachelor's or Master’s in Computer Science , Computer Engineering, Electrical Engineer ing , or equivalent experience required with an expected graduation date of December 2025 – June 2026 Strong technical background with analytical and problem-solving skills Previous related experience in software engineering (applicable coursework, projects, internships, etc.) Proficiency and experience with at least one or more of the following: Java, C++, JavaScript, Python Familiar with the software development lifecycle - designing, developing, deploying, and maintaining web and mobile apps Results-oriented, with ability and interest in learning new technologies and adapting quickly to new requirements and environments Excellent verbal and written communication skills; can effectively articulate complex ideas and influence others through well-reasoned explanations. Ability to participate in a full-time internship between May-September Adobe is proud to be an Equal Employment Opportunity and affirmative action employer. We do not discriminate based on gender, race or color, ethnicity or national origin, age, disability, religion, sexual orientation, gender identity or expression, veteran status, or any other applicable characteristics protected by law. Learn more.Adobe aims to make Adobe.com accessible to any and all users. If you have a disability or special need that requires accommodation to navigate our website or complete the application process, email accommodations@adobe.com or call (408) 536-3015.Adobe values a free and open marketplace for all employees and has policies in place to ensure that we do not enter into illegal agreements with other companies to not recruit or hire each other’s employees.Our compensation reflects the cost of labor across several U.S. geographic markets, and we pay differently based on those defined markets. The U.S. pay range for this position is $38.00 -- $51.00 hourly. Your recruiter can share more about the specific pay rate for your job location during the hiring process.Adobe will consider qualified applicants with arrest or conviction records for employment in accordance with state and local laws and “fair chance” ordinances.Adobe is proud to be an Equal Employment Opportunity and affirmative action employer. We do not discriminate based on gender, race or color, ethnicity or national origin, age, disability, religion, sexual orientation, gender identity or expression, veteran status, or any other applicable characteristics protected by law. Learn more.Adobe aims to make Adobe.com accessible to any and all users. If you have a disability or special need that requires accommodation to navigate our website or complete the application process, email accommodations@adobe.com or call (408) 536-3015.Adobe values a free and open marketplace for all employees and has policies in place to ensure that we do not enter into illegal agreements with other companies to not recruit or hire each other’s employees.",
"criteria": {
"Employment type": "Full-time",
"Industries": "Advertising Services, IT Services and IT Consulting, and Software Development",
"Job function": "Engineering and Information Technology",
"Seniority level": "Internship"
}
},
{
"title": "2025 Intern - Software Engineer",
"company_name": "Adobe",
"company_link": "https://www.linkedin.com/company/adobe",
"location": "Seattle, WA",
"url": "https://www.linkedin.com/jobs/view/2025-intern-software-engineer-at-adobe-4002613588",
"posted_timestamp": 1741392000,
"posted_date": "2025-03-08",
"is_actively_hiring": true,
"company_logo_url": "https://media.licdn.com/dms/image/v2/C560BAQFrtK-ioO1rsQ/company-logo_100_100/company-logo_100_100/0/1630645864762/adobe_logo?e=2147483647&v=beta&t=Vg0IkCp055jxAgqs_f7eIDMneyo1NkTWSvyAMoqnhd8",
"description_html": "<strong>Our Company<br/><br/></strong>Changing the world through digital experiences is what Adobe’s all about. We give everyone—from emerging artists to global brands—everything they need to design and deliver exceptional digital experiences! We’re passionate about empowering people to create beautiful and powerful images, videos, and apps, and transform how companies interact with customers across every screen.<br/><br/>We’re on a mission to hire the very best and are committed to creating exceptional employee experiences where everyone is respected and has access to equal opportunity. We realize that new ideas can come from everywhere in the organization, and we know the next big idea could be yours!<br/><br/>Our Company<br/><br/>Changing the world through digital experiences is what Adobe’s all about. We give everyone—from emerging artists to global brands— everything they need to design and deliver exceptional digital experiences. We’re passionate about empowering people to create beautiful and powerful images, videos, and apps, and transform how companies interact with customers across every screen.<br/><br/>We’re on a mission to hire the very best and are committed to creating exceptional employee experiences where everyone is respected and has access to equal opportunity. We realize that new ideas can come from everywhere in the organization, and we know the next big idea could be yours.<br/><br/>The Opportunity<br/><br/>Adobe is seeking talented and passionate Software Engineer interns across all organizations to help plan, design, develop, and test software systems or applications for software enhancements and new products used in local, networked, cloud-based or Internet-related computer programs and products.<br/><br/>Adobe software engineer interns can work directly on products for our Creative Cloud, Document Cloud, or Experience Cloud teams, or they can be immersed in the world of our cloud-based platform - diving into components of our infrastructure or solving problems with big data. We have openings for all interests – web developers, mobile developers, data engineers, frontend development, back–end development, full stack development - the opportunities are endless!<br/><br/>All 2025 Adobe interns will be co-located hybrid. This means that interns will work between their assigned office and home. Interns will be based in the office where their manager and/or team are located, where they will get the most support to ensure collaboration and the best employee experience. Managers and their organization will determine the frequency they need to go into the office to meet priorities. <br/><br/><strong>What You’ll Do<br/><br/></strong><ul><li> Develop high-performance, reliable, testable and maintainable code. </li><li> Participating in all aspects of software development activities, including design, coding, code review, testing, bug fixing, and code/API documentation. </li><li> Collaborate with engineers and participate in daily or weekly stand ups and meetings. </li><li> Grow with the support of your team and help others on the team grow by providing thoughtful feedback and uplifting those around you. </li><li> Work both independently and collaboratively within a fast-paced development team, with clear, positive, and constructive communication. </li><li> Additional responsibilities as needed based on specific role or team <br/><br/></li></ul><strong>What You Need To Succeed<br/><br/></strong><ul><li> Currently enrolled full time and pursuing a Bachelor's or Master’s in Computer Science , Computer Engineering, Electrical Engineer ing , or equivalent experience required with an expected graduation date of December 2025 – June 2026 </li><li> Strong technical background with analytical and problem-solving skills </li><li> Previous related experience in software engineering (applicable coursework, projects, internships, etc.) </li><li> Proficiency and experience with at least one or more of the following: Java, C++, JavaScript, Python </li><li> Familiar with the software development lifecycle - designing, developing, deploying, and maintaining web and mobile apps </li><li> Results-oriented, with ability and interest in learning new technologies and adapting quickly to new requirements and environments </li><li> Excellent verbal and written communication skills; can effectively articulate complex ideas and influence others through well-reasoned explanations. </li><li> Ability to participate in a full-time internship between May-September <br/><br/></li></ul>Adobe is proud to be an Equal Employment Opportunity and affirmative action employer. We do not discriminate based on gender, race or color, ethnicity or national origin, age, disability, religion, sexual orientation, gender identity or expression, veteran status, or any other applicable characteristics protected by law. Learn more.<br/><br/>Adobe aims to make Adobe.com accessible to any and all users. If you have a disability or special need that requires accommodation to navigate our website or complete the application process, email accommodations@adobe.com or call (408) 536-3015.<br/><br/>Adobe values a free and open marketplace for all employees and has policies in place to ensure that we do not enter into illegal agreements with other companies to not recruit or hire each other’s employees.<br/><br/>Our compensation reflects the cost of labor across several U.S. geographic markets, and we pay differently based on those defined markets. The U.S. pay range for this position is $38.00 -- $51.00 hourly. Your recruiter can share more about the specific pay rate for your job location during the hiring process.Adobe will consider qualified applicants with arrest or conviction records for employment in accordance with state and local laws and “fair chance” ordinances.<br/><br/>Adobe is proud to be an Equal Employment Opportunity and affirmative action employer. We do not discriminate based on gender, race or color, ethnicity or national origin, age, disability, religion, sexual orientation, gender identity or expression, veteran status, or any other applicable characteristics protected by law. Learn more.<br/><br/>Adobe aims to make Adobe.com accessible to any and all users. If you have a disability or special need that requires accommodation to navigate our website or complete the application process, email accommodations@adobe.com or call (408) 536-3015.<br/><br/>Adobe values a free and open marketplace for all employees and has policies in place to ensure that we do not enter into illegal agreements with other companies to not recruit or hire each other’s employees.",
"description": "Our CompanyChanging the world through digital experiences is what Adobe’s all about. We give everyone—from emerging artists to global brands—everything they need to design and deliver exceptional digital experiences! We’re passionate about empowering people to create beautiful and powerful images, videos, and apps, and transform how companies interact with customers across every screen.We’re on a mission to hire the very best and are committed to creating exceptional employee experiences where everyone is respected and has access to equal opportunity. We realize that new ideas can come from everywhere in the organization, and we know the next big idea could be yours!Our CompanyChanging the world through digital experiences is what Adobe’s all about. We give everyone—from emerging artists to global brands— everything they need to design and deliver exceptional digital experiences. We’re passionate about empowering people to create beautiful and powerful images, videos, and apps, and transform how companies interact with customers across every screen.We’re on a mission to hire the very best and are committed to creating exceptional employee experiences where everyone is respected and has access to equal opportunity. We realize that new ideas can come from everywhere in the organization, and we know the next big idea could be yours.The OpportunityAdobe is seeking talented and passionate Software Engineer interns across all organizations to help plan, design, develop, and test software systems or applications for software enhancements and new products used in local, networked, cloud-based or Internet-related computer programs and products.Adobe software engineer interns can work directly on products for our Creative Cloud, Document Cloud, or Experience Cloud teams, or they can be immersed in the world of our cloud-based platform - diving into components of our infrastructure or solving problems with big data. We have openings for all interests – web developers, mobile developers, data engineers, frontend development, back–end development, full stack development - the opportunities are endless!All 2025 Adobe interns will be co-located hybrid. This means that interns will work between their assigned office and home. Interns will be based in the office where their manager and/or team are located, where they will get the most support to ensure collaboration and the best employee experience. Managers and their organization will determine the frequency they need to go into the office to meet priorities. What You’ll Do Develop high-performance, reliable, testable and maintainable code. Participating in all aspects of software development activities, including design, coding, code review, testing, bug fixing, and code/API documentation. Collaborate with engineers and participate in daily or weekly stand ups and meetings. Grow with the support of your team and help others on the team grow by providing thoughtful feedback and uplifting those around you. Work both independently and collaboratively within a fast-paced development team, with clear, positive, and constructive communication. Additional responsibilities as needed based on specific role or team What You Need To Succeed Currently enrolled full time and pursuing a Bachelor's or Master’s in Computer Science , Computer Engineering, Electrical Engineer ing , or equivalent experience required with an expected graduation date of December 2025 – June 2026 Strong technical background with analytical and problem-solving skills Previous related experience in software engineering (applicable coursework, projects, internships, etc.) Proficiency and experience with at least one or more of the following: Java, C++, JavaScript, Python Familiar with the software development lifecycle - designing, developing, deploying, and maintaining web and mobile apps Results-oriented, with ability and interest in learning new technologies and adapting quickly to new requirements and environments Excellent verbal and written communication skills; can effectively articulate complex ideas and influence others through well-reasoned explanations. Ability to participate in a full-time internship between May-September Adobe is proud to be an Equal Employment Opportunity and affirmative action employer. We do not discriminate based on gender, race or color, ethnicity or national origin, age, disability, religion, sexual orientation, gender identity or expression, veteran status, or any other applicable characteristics protected by law. Learn more.Adobe aims to make Adobe.com accessible to any and all users. If you have a disability or special need that requires accommodation to navigate our website or complete the application process, email accommodations@adobe.com or call (408) 536-3015.Adobe values a free and open marketplace for all employees and has policies in place to ensure that we do not enter into illegal agreements with other companies to not recruit or hire each other’s employees.Our compensation reflects the cost of labor across several U.S. geographic markets, and we pay differently based on those defined markets. The U.S. pay range for this position is $38.00 -- $51.00 hourly. Your recruiter can share more about the specific pay rate for your job location during the hiring process.Adobe will consider qualified applicants with arrest or conviction records for employment in accordance with state and local laws and “fair chance” ordinances.Adobe is proud to be an Equal Employment Opportunity and affirmative action employer. We do not discriminate based on gender, race or color, ethnicity or national origin, age, disability, religion, sexual orientation, gender identity or expression, veteran status, or any other applicable characteristics protected by law. Learn more.Adobe aims to make Adobe.com accessible to any and all users. If you have a disability or special need that requires accommodation to navigate our website or complete the application process, email accommodations@adobe.com or call (408) 536-3015.Adobe values a free and open marketplace for all employees and has policies in place to ensure that we do not enter into illegal agreements with other companies to not recruit or hire each other’s employees.",
"criteria": {
"Employment type": "Full-time",
"Industries": "Advertising Services, IT Services and IT Consulting, and Software Development",
"Job function": "Engineering and Information Technology",
"Seniority level": "Internship"
}
},
{
"title": "[HackerRank] Software Engineer Graduate (TikTok Short Video) - 2025 Start (Bachelors/Master)",
"company_name": "TikTok",
"company_link": "https://www.linkedin.com/company/tiktok",
"location": "Los Angeles, CA",
"url": "https://www.linkedin.com/jobs/view/hackerrank-software-engineer-graduate-tiktok-short-video-2025-start-bachelors-master-at-tiktok-4170303488",
"posted_timestamp": 1742601600,
"posted_date": "2025-03-22",
"is_actively_hiring": true,
"company_logo_url": "https://media.licdn.com/dms/image/v2/C510BAQGCdThXIss7UQ/company-logo_100_100/company-logo_100_100/0/1630606162248/tiktok_logo?e=2147483647&v=beta&t=kjlfC3pp8wZsiPWYboSCdqqHXQdD7o7gKbgMRZ6YPdw",
"description_html": "<strong>Responsibilities<br/><br/></strong>TikTok is the leading destination for short-form mobile video. At TikTok, our mission is to inspire creativity and bring joy. TikTok's global headquarters are in Los Angeles and Singapore, and its offices include New York, London, Dublin, Paris, Berlin, Dubai, Jakarta, Seoul, and Tokyo.<br/><br/>Why Join Us<br/><br/>Creation is the core of TikTok's purpose. Our platform is built to help imaginations thrive. This is doubly true of the teams that make TikTok possible.<br/><br/>Together, we inspire creativity and bring joy - a mission we all believe in and aim towards achieving every day.<br/><br/>To us, every challenge, no matter how difficult, is an opportunity; to learn, to innovate, and to grow as one team. Status quo? Never. Courage? Always.<br/><br/>At TikTok, we create together and grow together. That's how we drive impact - for ourselves, our company, and the communities we serve.<br/><br/>Join us.<br/><br/>The TikTok short video engineering team is responsible for building various kinds of new experiences for the TikTok app: content creation, social, open platform, user growth and PGC. This includes ensuring our systems are scaling to handle the ever-growing user base of TikTok and expanding our reach by making our tools accessible through our open platform.<br/><br/>We are looking for talented individuals to join our team in 2025. As a graduate, you will get unparalleled opportunities for you to kickstart your career, pursue bold ideas and explore limitless growth opportunities. Co-create a future driven by your inspiration with TikTok.<br/><br/>Successful candidates must be able to commit to an onboarding date by end of year 2025.<br/><br/>We will prioritize candidates who are able to commit to these start dates. Please state your availability and graduation date clearly in your resume.<br/><br/>Applications will be reviewed on a rolling basis. We encourage you to apply early.<br/><br/>Candidates can apply for a maximum of TWO positions and will be considered for jobs in the order you applied for. The application limit is applicable to TikTok and its affiliates' jobs globally.<br/><br/>Online Assessment<br/><br/>Candidates who pass resume evaluation will be invited to participate in TikTok's technical online assessment through HackerRank.<br/><br/><strong>Responsibilities:<br/><br/></strong><ul><li> Build new TikTok Short Video features that touch hundreds of millions of people around the world</li><li> Solve unique, large-scale, highly complex technical problems</li><li> Participate in technical discussions related to team's product and engineering work<br/><br/></li></ul><strong>Qualifications<br/><br/></strong>Minimum Qualifications:<br/><br/><ul><li> Bachelor's or Master's degree in Computer Science or related fields or equivalent practical experience</li><li> Final year or recent graduate with a background in Software Development, Computer Science, Computer Engineering, or a related technical discipline</li><li> Experience with coding in Python, Java, Golang, C#, or C++</li><li> Must obtain work authorization in country of employment at the time of hire, and maintain ongoing work authorization during employment.<br/><br/></li></ul><strong>Preferred Qualifications:<br/><br/></strong><ul><li> Demonstrated software engineering experience from previous internship, work experience, coding competitions, or publications</li><li> Curiosity towards new technologies and entrepreneurship</li><li> High levels of creativity and quick problem-solving capabilities<br/><br/></li></ul>TikTok is committed to creating an inclusive space where employees are valued for their skills, experiences, and unique perspectives. Our platform connects people from across the globe and so does our workplace. At TikTok, our mission is to inspire creativity and bring joy. To achieve that goal, we are committed to celebrating our diverse voices and to creating an environment that reflects the many communities we reach. We are passionate about this and hope you are too.<br/><br/>TikTok is committed to providing reasonable accommodations in our recruitment processes for candidates with disabilities, pregnancy, sincerely held religious beliefs or other reasons protected by applicable laws. If you need assistance or a reasonable accommodation, please reach out to us at https://shorturl.at/cdpT2.<br/><br/>Job Information<br/><br/><strong>【For Pay Transparency】Compensation Description (Annually)<br/><br/></strong>The base salary range for this position in the selected city is $119000 - $168000 annually.<br/><br/>Compensation may vary outside of this range depending on a number of factors, including a candidate’s qualifications, skills, competencies and experience, and location. Base pay is one part of the Total Package that is provided to compensate and recognize employees for their work, and this role may be eligible for additional discretionary bonuses/incentives, and restricted stock units.<br/><br/>Benefits may vary depending on the nature of employment and the country work location. Employees have day one access to medical, dental, and vision insurance, a 401(k) savings plan with company match, paid parental leave, short-term and long-term disability coverage, life insurance, wellbeing benefits, among others. Employees also receive 10 paid holidays per year, 10 paid sick days per year and 17 days of Paid Personal Time (prorated upon hire with increasing accruals by tenure).<br/><br/>The Company reserves the right to modify or change these benefits programs at any time, with or without notice.<br/><br/><strong>For Los Angeles County (unincorporated) Candidates:<br/><br/></strong>Qualified applicants with arrest or conviction records will be considered for employment in accordance with all federal, state, and local laws including the Los Angeles County Fair Chance Ordinance for Employers and the California Fair Chance Act. Our company believes that criminal history may have a direct, adverse and negative relationship on the following job duties, potentially resulting in the withdrawal of the conditional offer of employment:<br/><br/><ul><li> Interacting and occasionally having unsupervised contact with internal/external clients and/or colleagues;</li><li> Appropriately handling and managing confidential information including proprietary and trade secret information and access to information technology systems; and</li><li> Exercising sound judgment.</li></ul>",
"description": "ResponsibilitiesTikTok is the leading destination for short-form mobile video. At TikTok, our mission is to inspire creativity and bring joy. TikTok's global headquarters are in Los Angeles and Singapore, and its offices include New York, London, Dublin, Paris, Berlin, Dubai, Jakarta, Seoul, and Tokyo.Why Join UsCreation is the core of TikTok's purpose. Our platform is built to help imaginations thrive. This is doubly true of the teams that make TikTok possible.Together, we inspire creativity and bring joy - a mission we all believe in and aim towards achieving every day.To us, every challenge, no matter how difficult, is an opportunity; to learn, to innovate, and to grow as one team. Status quo? Never. Courage? Always.At TikTok, we create together and grow together. That's how we drive impact - for ourselves, our company, and the communities we serve.Join us.The TikTok short video engineering team is responsible for building various kinds of new experiences for the TikTok app: content creation, social, open platform, user growth and PGC. This includes ensuring our systems are scaling to handle the ever-growing user base of TikTok and expanding our reach by making our tools accessible through our open platform.We are looking for talented individuals to join our team in 2025. As a graduate, you will get unparalleled opportunities for you to kickstart your career, pursue bold ideas and explore limitless growth opportunities. Co-create a future driven by your inspiration with TikTok.Successful candidates must be able to commit to an onboarding date by end of year 2025.We will prioritize candidates who are able to commit to these start dates. Please state your availability and graduation date clearly in your resume.Applications will be reviewed on a rolling basis. We encourage you to apply early.Candidates can apply for a maximum of TWO positions and will be considered for jobs in the order you applied for. The application limit is applicable to TikTok and its affiliates' jobs globally.Online AssessmentCandidates who pass resume evaluation will be invited to participate in TikTok's technical online assessment through HackerRank.Responsibilities: Build new TikTok Short Video features that touch hundreds of millions of people around the world Solve unique, large-scale, highly complex technical problems Participate in technical discussions related to team's product and engineering workQualificationsMinimum Qualifications: Bachelor's or Master's degree in Computer Science or related fields or equivalent practical experience Final year or recent graduate with a background in Software Development, Computer Science, Computer Engineering, or a related technical discipline Experience with coding in Python, Java, Golang, C#, or C++ Must obtain work authorization in country of employment at the time of hire, and maintain ongoing work authorization during employment.Preferred Qualifications: Demonstrated software engineering experience from previous internship, work experience, coding competitions, or publications Curiosity towards new technologies and entrepreneurship High levels of creativity and quick problem-solving capabilitiesTikTok is committed to creating an inclusive space where employees are valued for their skills, experiences, and unique perspectives. Our platform connects people from across the globe and so does our workplace. At TikTok, our mission is to inspire creativity and bring joy. To achieve that goal, we are committed to celebrating our diverse voices and to creating an environment that reflects the many communities we reach. We are passionate about this and hope you are too.TikTok is committed to providing reasonable accommodations in our recruitment processes for candidates with disabilities, pregnancy, sincerely held religious beliefs or other reasons protected by applicable laws. If you need assistance or a reasonable accommodation, please reach out to us at https://shorturl.at/cdpT2.Job Information【For Pay Transparency】Compensation Description (Annually)The base salary range for this position in the selected city is $119000 - $168000 annually.Compensation may vary outside of this range depending on a number of factors, including a candidate’s qualifications, skills, competencies and experience, and location. Base pay is one part of the Total Package that is provided to compensate and recognize employees for their work, and this role may be eligible for additional discretionary bonuses/incentives, and restricted stock units.Benefits may vary depending on the nature of employment and the country work location. Employees have day one access to medical, dental, and vision insurance, a 401(k) savings plan with company match, paid parental leave, short-term and long-term disability coverage, life insurance, wellbeing benefits, among others. Employees also receive 10 paid holidays per year, 10 paid sick days per year and 17 days of Paid Personal Time (prorated upon hire with increasing accruals by tenure).The Company reserves the right to modify or change these benefits programs at any time, with or without notice.For Los Angeles County (unincorporated) Candidates:Qualified applicants with arrest or conviction records will be considered for employment in accordance with all federal, state, and local laws including the Los Angeles County Fair Chance Ordinance for Employers and the California Fair Chance Act. Our company believes that criminal history may have a direct, adverse and negative relationship on the following job duties, potentially resulting in the withdrawal of the conditional offer of employment: Interacting and occasionally having unsupervised contact with internal/external clients and/or colleagues; Appropriately handling and managing confidential information including proprietary and trade secret information and access to information technology systems; and Exercising sound judgment.",
"criteria": {
"Employment type": "Full-time",
"Industries": "Entertainment Providers",
"Job function": "Engineering and Information Technology",
"Seniority level": "Entry level"
}
},
{
"title": "Junior Software Engineer",
"company_name": "Visionist, Inc.",
"company_link": "https://www.linkedin.com/company/visionist-inc-",
"location": "Columbia, MD",
"url": "https://www.linkedin.com/jobs/view/junior-software-engineer-at-visionist-inc-4170338191",
"posted_timestamp": 1740787200,
"posted_date": "2025-03-01",
"is_actively_hiring": true,
"company_logo_url": "https://media.licdn.com/dms/image/v2/C4E0BAQGj6mjHj8a3rA/company-logo_100_100/company-logo_100_100/0/1674092170797/visionist_inc__logo?e=2147483647&v=beta&t=AzGn_p9eupdXW9PlcnFP_zB3QSQpV7FI2xE568wTg00",
"description_html": "<strong>Active Top Secret (TS/SCI) Clearance With Polygraph Is Required.<br/><br/></strong><strong>Visionist has upcoming future work for Junior Software Engineers to join our dynamic team across our five prime contracts, as well as various subcontracts. </strong>As a 100% employee-owned company, we offer a unique opportunity for growth, innovation, and meaningful contributions. Our collaborative and supportive work environment, combined with a rich benefits package and a strong company culture, makes Visionist the ideal place to launch and advance your career. If you're looking for an exciting opportunity to work with cutting-edge technology and be part of a passionate team, apply today!<br/><br/>For over 14 years, Visionist has been solving the Intelligence Community's toughest software and analysis challenges. As a 100% employee-owned company, we prioritize our people—your job security is assured. We embed small engineering teams with analysts to rapidly identify and solve mission capability gaps playing a critical role in defending our nation’s cyber infrastructure & providing expertise in malware analysis, attribution, mapping adversarial infrastructure, pen testing, and operational planning. Our open-door leadership team foster’s a supportive culture, where internal growth and promotion opportunities are the norm. Don’t just take our word for it—check out our 4.8-star review on Glassdoor. Join a company that feels like a family with regular happy hours, baseball games, activity clubs and more. Check us out at www.visionistinc.com.<br/><br/><strong>Your contributions are…<br/><br/></strong><ul><li> Work alongside multiple development team members to design and implement mission requested features</li><li> Investigate, present, and implement suggestions that solve complex application problems</li><li> Develop and maintain a variety of front and back-end software applications including data visualization & analysis</li><li> Provide requested customer enhancements utilizing a modern, diverse tech stack<br/><br/></li></ul><strong>Requirements For Your New Career…<br/><br/></strong><ul><li> Bachelor's degree in a technical discipline. </li><li> 6 months of professional experience via internships or post graduate work; 1 year of experience developing with java (professional or college projects)</li><li> Experience in Java, JavaScript, Vue.js / React/ Node.js, Python, Docker, Kubernetes, and/or GIT</li><li> Knowledge of Linux (CentOS / RHEL), Git, and Atlassian suite (Jira, Confluence)</li><li> Experience with or knowledge of Agile Software Development methodologies is preferred<br/><br/></li></ul><strong>Benefits of becoming a Visionist:</strong> Your new career - Visionist, Inc.<br/><br/><ul><li> We are a 100% employee-owned company, so our employees see the benefit of their contributions and have a stake in our overall success!</li><li> Competitive 15% retirement contribution! (5% 401K match & 10% ESOP)</li><li> 4 weeks paid time off that is never “use or lose”, 12 paid holidays, comp time, overtime, AND flexible work hours</li><li> 40 hours of paid parental leave with an additional $5,000 supplemental payment upon returning from maternity</li><li> Medical, dental, & vision benefits for both individuals and families (those who waive medical benefits will receive an additional $4,160/year)</li><li> Annual lifestyle bonus of $600 – use it towards gyms/fitness, new tech, or your HSA!</li><li> Annual merit increases & performance-based bonuses</li><li> Term life insurance, short-term disability, & long-term disability<br/><br/></li></ul><strong>Salary range: </strong>$80,000 - $140,000<br/><br/><strong>Disclaimer: </strong>Salary for this position, along with additional compensation options, will be determined on an individual basis following the interview process, considering various factors such as years of experience, skills, education/certifications, contract specifications, market conditions, etc.<br/><br/><strong>Not a good fit? </strong>Check out our other opportunities: https://jobs.jobvite.com/visionist<br/><br/><strong>Next steps:</strong> Apply online and one of our recruiters will reach out to you. We have a streamlined process of phone screen with a recruiter, interview with a Visionist team at our HQ in Columbia, MD, and that is all!<br/><br/><strong>Interested in learning more about Visionist and the work we do? </strong>Check out our website! https://www.visionistinc.com/what-we-do<br/><br/><em>U.S citizenship required (green card holders and permanent residents are not eligible). Applicants selected will be required to obtain / maintain a government security clearance.<br/><br/></em><em>Visionist, Inc. is an Equal Opportunity / Protected Veterans / Individuals with Disabilities employer.</em>",
"description": "Active Top Secret (TS/SCI) Clearance With Polygraph Is Required.Visionist has upcoming future work for Junior Software Engineers to join our dynamic team across our five prime contracts, as well as various subcontracts. As a 100% employee-owned company, we offer a unique opportunity for growth, innovation, and meaningful contributions. Our collaborative and supportive work environment, combined with a rich benefits package and a strong company culture, makes Visionist the ideal place to launch and advance your career. If you're looking for an exciting opportunity to work with cutting-edge technology and be part of a passionate team, apply today!For over 14 years, Visionist has been solving the Intelligence Community's toughest software and analysis challenges. As a 100% employee-owned company, we prioritize our people—your job security is assured. We embed small engineering teams with analysts to rapidly identify and solve mission capability gaps playing a critical role in defending our nation’s cyber infrastructure & providing expertise in malware analysis, attribution, mapping adversarial infrastructure, pen testing, and operational planning. Our open-door leadership team foster’s a supportive culture, where internal growth and promotion opportunities are the norm. Don’t just take our word for it—check out our 4.8-star review on Glassdoor. Join a company that feels like a family with regular happy hours, baseball games, activity clubs and more. Check us out at www.visionistinc.com.Your contributions are… Work alongside multiple development team members to design and implement mission requested features Investigate, present, and implement suggestions that solve complex application problems Develop and maintain a variety of front and back-end software applications including data visualization & analysis Provide requested customer enhancements utilizing a modern, diverse tech stackRequirements For Your New Career… Bachelor's degree in a technical discipline. 6 months of professional experience via internships or post graduate work; 1 year of experience developing with java (professional or college projects) Experience in Java, JavaScript, Vue.js / React/ Node.js, Python, Docker, Kubernetes, and/or GIT Knowledge of Linux (CentOS / RHEL), Git, and Atlassian suite (Jira, Confluence) Experience with or knowledge of Agile Software Development methodologies is preferredBenefits of becoming a Visionist: Your new career - Visionist, Inc. We are a 100% employee-owned company, so our employees see the benefit of their contributions and have a stake in our overall success! Competitive 15% retirement contribution! (5% 401K match & 10% ESOP) 4 weeks paid time off that is never “use or lose”, 12 paid holidays, comp time, overtime, AND flexible work hours 40 hours of paid parental leave with an additional $5,000 supplemental payment upon returning from maternity Medical, dental, & vision benefits for both individuals and families (those who waive medical benefits will receive an additional $4,160/year) Annual lifestyle bonus of $600 – use it towards gyms/fitness, new tech, or your HSA! Annual merit increases & performance-based bonuses Term life insurance, short-term disability, & long-term disabilitySalary range: $80,000 - $140,000Disclaimer: Salary for this position, along with additional compensation options, will be determined on an individual basis following the interview process, considering various factors such as years of experience, skills, education/certifications, contract specifications, market conditions, etc.Not a good fit? Check out our other opportunities: https://jobs.jobvite.com/visionistNext steps: Apply online and one of our recruiters will reach out to you. We have a streamlined process of phone screen with a recruiter, interview with a Visionist team at our HQ in Columbia, MD, and that is all!Interested in learning more about Visionist and the work we do? Check out our website! https://www.visionistinc.com/what-we-doU.S citizenship required (green card holders and permanent residents are not eligible). Applicants selected will be required to obtain / maintain a government security clearance.Visionist, Inc. is an Equal Opportunity / Protected Veterans / Individuals with Disabilities employer.",
"criteria": {
"Employment type": "Full-time",
"Industries": "Software Development and Defense and Space Manufacturing",
"Job function": "Engineering and Information Technology",
"Seniority level": "Entry level"
}
},
{
"title": "Software Engineer Intern",
"company_name": "CUBRC",
"company_link": "https://www.linkedin.com/company/cubrc",
"location": "Buffalo, NY",
"url": "https://www.linkedin.com/jobs/view/software-engineer-intern-at-cubrc-4162719170",
"posted_timestamp": 1740355200,
"posted_date": "2025-02-24",
"is_actively_hiring": false,
"company_logo_url": "https://media.licdn.com/dms/image/v2/C4D0BAQHXX01_BKc0Hw/company-logo_100_100/company-logo_100_100/0/1631362365850/cubrc_logo?e=2147483647&v=beta&t=n6HYKTEU6zeKvImXYgbL6a1pNiJ72zjYVP9mUERk5Xk",
"description_html": "<strong>Job Description<br/><br/></strong>SOFTWARE ENGINEER INTERN<br/><br/><strong>Position Summary:<br/><br/></strong>The successful candidate will perform research on new technologies and platforms, contribute to software architecture, development, and testing, and document findings under the direction of a Principle Engineer or Investigator. Preferred skills include ability to train and apply machine learning to solve problems and use of cloud computing technologies to implement solutions. The successful candidate will have a positive and teachable attitude, and will be able to work collaboratively and independently on software-related, testing, and documentation tasks.<br/><br/><strong>Minimum Qualifications:<br/><br/></strong><ul><li> Minimum of 2-4 years’ experience in computer programming or computer programming experience through college courses</li><li> Ability to communicate professionally both verbally and in written form</li><li> Ability to comfortably communicate with accuracy to supervisor and project leads</li><li> Microsoft Office applications (Word, PowerPoint, Excel, Access, etc.)<br/><br/></li></ul><strong>Preferred Qualifications:<br/><br/></strong><ul><li> Experience with object orientated programming languages such as Java, Python, Linux, Storm, H-Base, C++, .NET, XML and related standards, SQL, relational database design, a plus. </li><li> Ability to learn and adapt to new technologies as needed</li><li> Knowledge of parallel computing systems<br/><br/></li></ul>CUBRC maintains an Affirmative Action Plan to establish fair access to employment opportunities and to create a work community that is an accurate reflection of the<br/><br/>qualified workforce.<br/><br/><strong>Special Requirements</strong>:<br/><br/>Must be able to obtain and remain eligible for a US Department of Defense security clearance during the course of employment.<br/><br/>We are an equal opportunity employer. All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability or veteran status.<br/><br/><strong>Salary Description<br/><br/></strong>$24- $35/hr BASED ON YEARS OF SCHOOL COMPLETED<br/><br/><strong>Company Description<br/><br/></strong>CUBRC's workforce is passionate about innovation and discovery. We turn great ideas into amazing Advantages Through Technology. Great ideas come from exceptional people and we want to recruit the very best. We welcome innovative and diverse talent, championing those eager to add value and productivity to our business.<br/><br/>Join an organization that offers exciting and challenging careers where your ideas and skills are valued, and where your individual contributions are respected, recognized and rewarded.<br/><br/>CUBRC's workforce is passionate about innovation and discovery. We turn great ideas into amazing Advantages Through Technology. Great ideas come from exceptional people and we want to recruit the very best. We welcome innovative and diverse talent, championing those eager to add value and productivity to our business. Join an organization that offers exciting and challenging careers where your ideas and skills are valued, and where your individual contributions are respected, recognized and rewarded.",
"description": "Job DescriptionSOFTWARE ENGINEER INTERNPosition Summary:The successful candidate will perform research on new technologies and platforms, contribute to software architecture, development, and testing, and document findings under the direction of a Principle Engineer or Investigator. Preferred skills include ability to train and apply machine learning to solve problems and use of cloud computing technologies to implement solutions. The successful candidate will have a positive and teachable attitude, and will be able to work collaboratively and independently on software-related, testing, and documentation tasks.Minimum Qualifications: Minimum of 2-4 years’ experience in computer programming or computer programming experience through college courses Ability to communicate professionally both verbally and in written form Ability to comfortably communicate with accuracy to supervisor and project leads Microsoft Office applications (Word, PowerPoint, Excel, Access, etc.)Preferred Qualifications: Experience with object orientated programming languages such as Java, Python, Linux, Storm, H-Base, C++, .NET, XML and related standards, SQL, relational database design, a plus. Ability to learn and adapt to new technologies as needed Knowledge of parallel computing systemsCUBRC maintains an Affirmative Action Plan to establish fair access to employment opportunities and to create a work community that is an accurate reflection of thequalified workforce.Special Requirements:Must be able to obtain and remain eligible for a US Department of Defense security clearance during the course of employment.We are an equal opportunity employer. All qualified applicants will receive consideration for employment without regard to race, color, religion, sex, sexual orientation, gender identity, national origin, disability or veteran status.Salary Description$24- $35/hr BASED ON YEARS OF SCHOOL COMPLETEDCompany DescriptionCUBRC's workforce is passionate about innovation and discovery. We turn great ideas into amazing Advantages Through Technology. Great ideas come from exceptional people and we want to recruit the very best. We welcome innovative and diverse talent, championing those eager to add value and productivity to our business.Join an organization that offers exciting and challenging careers where your ideas and skills are valued, and where your individual contributions are respected, recognized and rewarded.CUBRC's workforce is passionate about innovation and discovery. We turn great ideas into amazing Advantages Through Technology. Great ideas come from exceptional people and we want to recruit the very best. We welcome innovative and diverse talent, championing those eager to add value and productivity to our business. Join an organization that offers exciting and challenging careers where your ideas and skills are valued, and where your individual contributions are respected, recognized and rewarded.",
"criteria": {
"Employment type": "Internship",
"Industries": "Research",
"Job function": "Engineering and Information Technology",
"Seniority level": "Internship"
}
},
{
"title": "Software Engineer",
"company_name": "Block Equity Group",
"company_link": "https://www.linkedin.com/company/block-equity-group",
"location": "Manhattan, NY",
"url": "https://www.linkedin.com/jobs/view/software-engineer-at-block-equity-group-4179443469",
"posted_timestamp": 1741564800,
"posted_date": "2025-03-10",
"is_actively_hiring": false,
"company_logo_url": "https://media.licdn.com/dms/image/v2/C4E0BAQH2Lcn1EROqCw/company-logo_100_100/company-logo_100_100/0/1678656538975?e=2147483647&v=beta&t=uv2ibiuGxWZ1NyiMhsumAMWBkqmmVvHwo0wFN649vxc",
"description_html": "<p>The ideal candidate will be responsible for developing high-quality applications. They will also be responsible for designing and implementing testable and scalable code. The role is within a small and efficient team at a successful Financial Services company and reports directly to the Lead Developer & the CTO.</p><p><br/></p><p>DO NOT direct message the team for the sake of informing us that you applied. It will NOT help your chances.</p><p><br/></p><p><strong>Responsibilities</strong></p><ul><li>Develop quality software and web applications</li><li>Analyze and maintain existing software applications</li><li>Design highly scalable, testable code</li><li>Discover and fix programming bugs (general QA)</li></ul><p><br/></p><p><strong>Qualifications</strong></p><p><br/></p><ul><li>Bachelor's degree or equivalent experience in Computer Science or related field</li><li>Development experience with programming languages, including JavaScript, Ubuntu, Python, etc.</li><li>SQL database or relational database skills</li><li>AWS experience is helpful, but not mandatory</li><li>Plaid experience is helpful, but not mandatory</li></ul><p></p>",
"description": "The ideal candidate will be responsible for developing high-quality applications. They will also be responsible for designing and implementing testable and scalable code. The role is within a small and efficient team at a successful Financial Services company and reports directly to the Lead Developer & the CTO.DO NOT direct message the team for the sake of informing us that you applied. It will NOT help your chances.ResponsibilitiesDevelop quality software and web applicationsAnalyze and maintain existing software applicationsDesign highly scalable, testable codeDiscover and fix programming bugs (general QA)QualificationsBachelor's degree or equivalent experience in Computer Science or related fieldDevelopment experience with programming languages, including JavaScript, Ubuntu, Python, etc.SQL database or relational database skillsAWS experience is helpful, but not mandatoryPlaid experience is helpful, but not mandatory",
"criteria": {
"Employment type": "Full-time",
"Industries": "Software Development, Banking, and Financial Services",
"Job function": "Engineering, Design, and Information Technology",
"Seniority level": "Associate"
}
},
{
"title": "Software Engineer Intern (Core Engineering) - Summer 2025",
"company_name": "Snowflake",
"company_link": "https://www.linkedin.com/company/snowflake-computing",
"location": "San Mateo, CA",
"url": "https://www.linkedin.com/jobs/view/software-engineer-intern-core-engineering-summer-2025-at-snowflake-4157638976",
"posted_timestamp": 1741651200,
"posted_date": "2025-03-11",
"is_actively_hiring": true,
"company_logo_url": "https://media.licdn.com/dms/image/v2/D560BAQF3mYS3WqCB3g/company-logo_100_100/company-logo_100_100/0/1688575708630/snowflake_computing_logo?e=2147483647&v=beta&t=R_pYaCE7YEAGMVV51a5YGr9L60KM56sxCoIGCUqAlmg",
"description_html": "Build the future of the AI Data Cloud. Join the Snowflake team.<br/><br/>Snowflake started with a clear vision: develop a cloud data platform that is effective, affordable, and accessible to all data users. Snowflake developed an innovative new product with a built-for-the-cloud architecture that combines the power of data warehousing, the flexibility of big data platforms, and the elasticity of the cloud at a fraction of the cost of traditional solutions. We are now a global, world-class organization with offices in more than a dozen countries and serving many more.<br/><br/>We’re looking for dedicated students who share our passion for ground-breaking technology and want to create a lasting future for you and Snowflake.<br/><br/><strong>WHAT WE OFFER:<br/><br/></strong><ul><li>Paid, full-time internships in the heart of the software industry</li><li>Post-internship career opportunities (full-time and/or additional internships)</li><li>Exposure to a fast-paced, fun and inclusive culture</li><li>A chance to work with world-class experts on challenging projects</li><li>Opportunity to provide meaningful contributions to a real system used by customers</li><li>High level of access to supervisors (manager and mentor), detailed direction without micromanagement, feedback throughout your internship, and a final evaluation</li><li>Stuff that matters: treated as a member of the Snowflake team, included in company meetings/activities, flexible hours, casual dress code, accommodations to work from home, swag and much more</li><li>When return to office in effect, catered lunches, access to gaming consoles, recreational games, happy hours, company outings, and more<br/><br/><br/></li></ul><strong>WHAT WE EXPECT:<br/><br/></strong><ul><li>Must be actively enrolled in an accredited college/university program during the time of the internship</li><li>Desired class level: 3rd/4th year Undergraduates, Masters, or PhD</li><li>Desired majors: Computer Science, Computer Engineering, Electrical Engineering, Physics, Math, or related field</li><li>Required coursework: algorithms, data structures, Object-oriented programming</li><li>Recommended coursework: cloud computing, compilers, database systems, distributed systems, operating systems, cryptography & authentication, networking</li><li>Bonus experience: research or publications in databases or distributed systems, and contributions to open source </li><li>Experience working with big data (engineering / processing) and data migration</li><li>When: Summer (May - August) </li><li>Duration: 12-16 weeks recommended, more than 16 weeks also encouraged (12 month maximum)</li><li>Excellent programming skills in C++ or Java </li><li>Preferred knowledge of C++20 or C++17, Java 20 or Java 17</li><li>Knowledge of data structures and algorithms</li><li>Systems programming skills including multi-threading, concurrency, etc.</li><li>Strong problem solving and ability to learn quickly in a dynamic environment</li><li>Experience with working as a part of a team</li><li>Dedication and passion for technology <br/><br/><br/></li></ul>What You Will Learn/Gain:<br/><br/><ul><li>How to build enterprise grade, reliable, and trustworthy software/services</li><li>Exposure to SQL or other database technologies (e.g., Spark, Hadoop)</li><li>Understanding of database internals, large-scale data processing, transaction processing, distributed systems, and data warehouse design</li><li>Implementation, testing of features in query compilation, compiler design, query execution</li><li>Experience working with cloud infrastructure, AWS, Azure, and/or Google Cloud in particular</li><li>Learning about cutting edge database technology and research<br/><br/><br/></li></ul><strong>POSSIBLE TEAMS/WORK FOCUS AREAS:<br/><br/></strong><ul><li>Various areas of our Product Platform (Billing & Monetization, Application Collaboration Frameworks, Database Security, Privacy, and Governance, etc..), our Data Platform (Data Pipelines & Streaming, Metadata, Storage & Data Lake, etc..), and our Service Runtime (Inc’l Snowpark & SnowPandas, Container Services, etc..)</li><li>High performance large-scale data processing</li><li>Large-scale distributed systems</li><li>Software-as-a-Service platform</li><li>Software frameworks for stability and performance testing <br/><br/><br/></li></ul><em>Every Snowflake employee is expected to follow the company’s confidentiality and security standards for handling sensitive data. Snowflake employees must abide by the company’s data security plan as an essential part of their duties. It is every employee's duty to keep customer information secure and confidential.<br/><br/></em>Snowflake is growing fast, and we’re scaling our team to help enable and accelerate our growth. We are looking for people who share our values, challenge ordinary thinking, and push the pace of innovation while building a future for themselves and Snowflake.<br/><br/>How do you want to make your impact?<br/><br/>For jobs located in the United States, please visit the job posting on the Snowflake Careers Site for salary and benefits information: careers.snowflake.com<br/><br/>The following represents the expected range of compensation for this role:<br/><br/><ul><li>The estimated pay range for this role is $45.00-$55.00 per hour.<br/><br/><br/></li></ul>The successful candidate’s starting hourly rate will be determined based on permissible, non-discriminatory factors such as skills, experience, and geographic location. This role is also eligible for a competitive benefits package that includes: medical, dental, vision, life, and disability insurance; flexible spending & health savings account; employee assistance program; and other company benefits.",
"description": "Build the future of the AI Data Cloud. Join the Snowflake team.Snowflake started with a clear vision: develop a cloud data platform that is effective, affordable, and accessible to all data users. Snowflake developed an innovative new product with a built-for-the-cloud architecture that combines the power of data warehousing, the flexibility of big data platforms, and the elasticity of the cloud at a fraction of the cost of traditional solutions. We are now a global, world-class organization with offices in more than a dozen countries and serving many more.We’re looking for dedicated students who share our passion for ground-breaking technology and want to create a lasting future for you and Snowflake.WHAT WE OFFER:Paid, full-time internships in the heart of the software industryPost-internship career opportunities (full-time and/or additional internships)Exposure to a fast-paced, fun and inclusive cultureA chance to work with world-class experts on challenging projectsOpportunity to provide meaningful contributions to a real system used by customersHigh level of access to supervisors (manager and mentor), detailed direction without micromanagement, feedback throughout your internship, and a final evaluationStuff that matters: treated as a member of the Snowflake team, included in company meetings/activities, flexible hours, casual dress code, accommodations to work from home, swag and much moreWhen return to office in effect, catered lunches, access to gaming consoles, recreational games, happy hours, company outings, and moreWHAT WE EXPECT:Must be actively enrolled in an accredited college/university program during the time of the internshipDesired class level: 3rd/4th year Undergraduates, Masters, or PhDDesired majors: Computer Science, Computer Engineering, Electrical Engineering, Physics, Math, or related fieldRequired coursework: algorithms, data structures, Object-oriented programmingRecommended coursework: cloud computing, compilers, database systems, distributed systems, operating systems, cryptography & authentication, networkingBonus experience: research or publications in databases or distributed systems, and contributions to open source Experience working with big data (engineering / processing) and data migrationWhen: Summer (May - August) Duration: 12-16 weeks recommended, more than 16 weeks also encouraged (12 month maximum)Excellent programming skills in C++ or Java Preferred knowledge of C++20 or C++17, Java 20 or Java 17Knowledge of data structures and algorithmsSystems programming skills including multi-threading, concurrency, etc.Strong problem solving and ability to learn quickly in a dynamic environmentExperience with working as a part of a teamDedication and passion for technology What You Will Learn/Gain:How to build enterprise grade, reliable, and trustworthy software/servicesExposure to SQL or other database technologies (e.g., Spark, Hadoop)Understanding of database internals, large-scale data processing, transaction processing, distributed systems, and data warehouse designImplementation, testing of features in query compilation, compiler design, query executionExperience working with cloud infrastructure, AWS, Azure, and/or Google Cloud in particularLearning about cutting edge database technology and researchPOSSIBLE TEAMS/WORK FOCUS AREAS:Various areas of our Product Platform (Billing & Monetization, Application Collaboration Frameworks, Database Security, Privacy, and Governance, etc..), our Data Platform (Data Pipelines & Streaming, Metadata, Storage & Data Lake, etc..), and our Service Runtime (Inc’l Snowpark & SnowPandas, Container Services, etc..)High performance large-scale data processingLarge-scale distributed systemsSoftware-as-a-Service platformSoftware frameworks for stability and performance testing Every Snowflake employee is expected to follow the company’s confidentiality and security standards for handling sensitive data. Snowflake employees must abide by the company’s data security plan as an essential part of their duties. It is every employee's duty to keep customer information secure and confidential.Snowflake is growing fast, and we’re scaling our team to help enable and accelerate our growth. We are looking for people who share our values, challenge ordinary thinking, and push the pace of innovation while building a future for themselves and Snowflake.How do you want to make your impact?For jobs located in the United States, please visit the job posting on the Snowflake Careers Site for salary and benefits information: careers.snowflake.comThe following represents the expected range of compensation for this role:The estimated pay range for this role is $45.00-$55.00 per hour.The successful candidate’s starting hourly rate will be determined based on permissible, non-discriminatory factors such as skills, experience, and geographic location. This role is also eligible for a competitive benefits package that includes: medical, dental, vision, life, and disability insurance; flexible spending & health savings account; employee assistance program; and other company benefits.",
"criteria": {
"Employment type": "Internship",
"Industries": "Software Development",
"Job function": "Engineering and Information Technology",
"Seniority level": "Internship"
}
},
{
"title": "Software Engineer Intern (Core Engineering) - Summer 2025",
"company_name": "Snowflake",
"company_link": "https://www.linkedin.com/company/snowflake-computing",
"location": "Bellevue, WA",
"url": "https://www.linkedin.com/jobs/view/software-engineer-intern-core-engineering-summer-2025-at-snowflake-4161206320",
"posted_timestamp": 1741910400,
"posted_date": "2025-03-14",
"is_actively_hiring": true,
"company_logo_url": "https://media.licdn.com/dms/image/v2/D560BAQF3mYS3WqCB3g/company-logo_100_100/company-logo_100_100/0/1688575708630/snowflake_computing_logo?e=2147483647&v=beta&t=R_pYaCE7YEAGMVV51a5YGr9L60KM56sxCoIGCUqAlmg",
"description_html": "Build the future of the AI Data Cloud. Join the Snowflake team.<br/><br/>Snowflake started with a clear vision: develop a cloud data platform that is effective, affordable, and accessible to all data users. Snowflake developed an innovative new product with a built-for-the-cloud architecture that combines the power of data warehousing, the flexibility of big data platforms, and the elasticity of the cloud at a fraction of the cost of traditional solutions. We are now a global, world-class organization with offices in more than a dozen countries and serving many more.<br/><br/>We’re looking for dedicated students who share our passion for ground-breaking technology and want to create a lasting future for you and Snowflake.<br/><br/><strong>WHAT WE OFFER:<br/><br/></strong><ul><li>Paid, full-time internships in the heart of the software industry</li><li>Post-internship career opportunities (full-time and/or additional internships)</li><li>Exposure to a fast-paced, fun and inclusive culture</li><li>A chance to work with world-class experts on challenging projects</li><li>Opportunity to provide meaningful contributions to a real system used by customers</li><li>High level of access to supervisors (manager and mentor), detailed direction without micromanagement, feedback throughout your internship, and a final evaluation</li><li>Stuff that matters: treated as a member of the Snowflake team, included in company meetings/activities, flexible hours, casual dress code, accommodations to work from home, swag and much more</li><li>When return to office in effect, catered lunches, access to gaming consoles, recreational games, happy hours, company outings, and more<br/><br/><br/></li></ul><strong>WHAT WE EXPECT:<br/><br/></strong><ul><li>Must be actively enrolled in an accredited college/university program during the time of the internship</li><li>Desired class level: 3rd/4th year Undergraduates, Masters, or PhD</li><li>Desired majors: Computer Science, Computer Engineering, Electrical Engineering, Physics, Math, or related field</li><li>Required coursework: algorithms, data structures, Object-oriented programming</li><li>Recommended coursework: cloud computing, compilers, database systems, distributed systems, operating systems, cryptography & authentication, networking</li><li>Bonus experience: research or publications in databases or distributed systems, and contributions to open source </li><li>Experience working with big data (engineering / processing) and data migration</li><li>When: Summer (May - August) </li><li>Duration: 12-16 weeks recommended, more than 16 weeks also encouraged (12 month maximum)</li><li>Excellent programming skills in C++ or Java </li><li>Preferred knowledge of C++20 or C++17, Java 20 or Java 17</li><li>Knowledge of data structures and algorithms</li><li>Systems programming skills including multi-threading, concurrency, etc.</li><li>Strong problem solving and ability to learn quickly in a dynamic environment</li><li>Experience with working as a part of a team</li><li>Dedication and passion for technology <br/><br/><br/></li></ul>What You Will Learn/Gain:<br/><br/><ul><li>How to build enterprise grade, reliable, and trustworthy software/services</li><li>Exposure to SQL or other database technologies (e.g., Spark, Hadoop)</li><li>Understanding of database internals, large-scale data processing, transaction processing, distributed systems, and data warehouse design</li><li>Implementation, testing of features in query compilation, compiler design, query execution</li><li>Experience working with cloud infrastructure, AWS, Azure, and/or Google Cloud in particular</li><li>Learning about cutting edge database technology and research<br/><br/><br/></li></ul><strong>POSSIBLE TEAMS/WORK FOCUS AREAS:<br/><br/></strong><ul><li>Various areas of our Product Platform (Billing & Monetization, Application Collaboration Frameworks, Database Security, Privacy, and Governance, etc..), our Data Platform (Data Pipelines & Streaming, Metadata, Storage & Data Lake, etc..), and our Service Runtime (Inc’l Snowpark & SnowPandas, Container Services, etc..)</li><li>High performance large-scale data processing</li><li>Large-scale distributed systems</li><li>Software-as-a-Service platform</li><li>Software frameworks for stability and performance testing <br/><br/><br/></li></ul><em>Every Snowflake employee is expected to follow the company’s confidentiality and security standards for handling sensitive data. Snowflake employees must abide by the company’s data security plan as an essential part of their duties. It is every employee's duty to keep customer information secure and confidential.<br/><br/></em>Snowflake is growing fast, and we’re scaling our team to help enable and accelerate our growth. We are looking for people who share our values, challenge ordinary thinking, and push the pace of innovation while building a future for themselves and Snowflake.<br/><br/>How do you want to make your impact?<br/><br/>For jobs located in the United States, please visit the job posting on the Snowflake Careers Site for salary and benefits information: careers.snowflake.com<br/><br/>The following represents the expected range of compensation for this role:<br/><br/><ul><li>The estimated pay range for this role is $45.00-$55.00 per hour.<br/><br/><br/></li></ul>The successful candidate’s starting hourly rate will be determined based on permissible, non-discriminatory factors such as skills, experience, and geographic location. This role is also eligible for a competitive benefits package that includes: medical, dental, vision, life, and disability insurance; flexible spending & health savings account; employee assistance program; and other company benefits.",
"description": "Build the future of the AI Data Cloud. Join the Snowflake team.Snowflake started with a clear vision: develop a cloud data platform that is effective, affordable, and accessible to all data users. Snowflake developed an innovative new product with a built-for-the-cloud architecture that combines the power of data warehousing, the flexibility of big data platforms, and the elasticity of the cloud at a fraction of the cost of traditional solutions. We are now a global, world-class organization with offices in more than a dozen countries and serving many more.We’re looking for dedicated students who share our passion for ground-breaking technology and want to create a lasting future for you and Snowflake.WHAT WE OFFER:Paid, full-time internships in the heart of the software industryPost-internship career opportunities (full-time and/or additional internships)Exposure to a fast-paced, fun and inclusive cultureA chance to work with world-class experts on challenging projectsOpportunity to provide meaningful contributions to a real system used by customersHigh level of access to supervisors (manager and mentor), detailed direction without micromanagement, feedback throughout your internship, and a final evaluationStuff that matters: treated as a member of the Snowflake team, included in company meetings/activities, flexible hours, casual dress code, accommodations to work from home, swag and much moreWhen return to office in effect, catered lunches, access to gaming consoles, recreational games, happy hours, company outings, and moreWHAT WE EXPECT:Must be actively enrolled in an accredited college/university program during the time of the internshipDesired class level: 3rd/4th year Undergraduates, Masters, or PhDDesired majors: Computer Science, Computer Engineering, Electrical Engineering, Physics, Math, or related fieldRequired coursework: algorithms, data structures, Object-oriented programmingRecommended coursework: cloud computing, compilers, database systems, distributed systems, operating systems, cryptography & authentication, networkingBonus experience: research or publications in databases or distributed systems, and contributions to open source Experience working with big data (engineering / processing) and data migrationWhen: Summer (May - August) Duration: 12-16 weeks recommended, more than 16 weeks also encouraged (12 month maximum)Excellent programming skills in C++ or Java Preferred knowledge of C++20 or C++17, Java 20 or Java 17Knowledge of data structures and algorithmsSystems programming skills including multi-threading, concurrency, etc.Strong problem solving and ability to learn quickly in a dynamic environmentExperience with working as a part of a teamDedication and passion for technology What You Will Learn/Gain:How to build enterprise grade, reliable, and trustworthy software/servicesExposure to SQL or other database technologies (e.g., Spark, Hadoop)Understanding of database internals, large-scale data processing, transaction processing, distributed systems, and data warehouse designImplementation, testing of features in query compilation, compiler design, query executionExperience working with cloud infrastructure, AWS, Azure, and/or Google Cloud in particularLearning about cutting edge database technology and researchPOSSIBLE TEAMS/WORK FOCUS AREAS:Various areas of our Product Platform (Billing & Monetization, Application Collaboration Frameworks, Database Security, Privacy, and Governance, etc..), our Data Platform (Data Pipelines & Streaming, Metadata, Storage & Data Lake, etc..), and our Service Runtime (Inc’l Snowpark & SnowPandas, Container Services, etc..)High performance large-scale data processingLarge-scale distributed systemsSoftware-as-a-Service platformSoftware frameworks for stability and performance testing Every Snowflake employee is expected to follow the company’s confidentiality and security standards for handling sensitive data. Snowflake employees must abide by the company’s data security plan as an essential part of their duties. It is every employee's duty to keep customer information secure and confidential.Snowflake is growing fast, and we’re scaling our team to help enable and accelerate our growth. We are looking for people who share our values, challenge ordinary thinking, and push the pace of innovation while building a future for themselves and Snowflake.How do you want to make your impact?For jobs located in the United States, please visit the job posting on the Snowflake Careers Site for salary and benefits information: careers.snowflake.comThe following represents the expected range of compensation for this role:The estimated pay range for this role is $45.00-$55.00 per hour.The successful candidate’s starting hourly rate will be determined based on permissible, non-discriminatory factors such as skills, experience, and geographic location. This role is also eligible for a competitive benefits package that includes: medical, dental, vision, life, and disability insurance; flexible spending & health savings account; employee assistance program; and other company benefits.",
"criteria": {
"Employment type": "Internship",
"Industries": "Software Development",
"Job function": "Engineering and Information Technology",
"Seniority level": "Internship"
}
},
{
"title": "SDE Intern (Summer)",
"company_name": "Amazon",
"company_link": "https://www.linkedin.com/company/amazon",
"location": "East Palo Alto, CA",
"url": "https://www.linkedin.com/jobs/view/sde-intern-summer-at-amazon-4099673406",
"posted_timestamp": 1741305600,
"posted_date": "2025-03-07",
"is_actively_hiring": true,
"company_logo_url": "https://media.licdn.com/dms/image/v2/C560BAQHTvZwCx4p2Qg/company-logo_100_100/company-logo_100_100/0/1630640869849/amazon_logo?e=2147483647&v=beta&t=QsC16wgE3EBriPFDlAgtToh2xndFwQWKmR2WcyMG1nk",
"description_html": "<strong>Description<br/><br/></strong>We’re on the lookout for the curious, those who think big and want to define the world of tomorrow. At Amazon, you will grow into the high impact, visionary person you know you’re ready to be. Every day will be filled with exciting new challenges, developing new skills, and achieving personal growth. How often can you say that your work changes the world? At Amazon, you’ll say it often. Join us and define tomorrow.<br/><br/>At Amazon, we hire the best minds in technology to innovate and build on behalf of our customers. The intense focus we have on our customers is why we are one of the world’s most beloved brands – customer obsession is part of our company DNA. Our interns write real software and collaborate with experienced software development engineers (SDEs) who guide interns on projects that matter to our customers.<br/><br/>Key job responsibilities<br/><br/><ul><li> Collaborate with experienced cross-disciplinary Amazonians to conceive, design, and bring innovative products and services to market.</li><li> Design and build innovative technologies in a large distributed computing environment, and help lead fundamental changes in the industry.</li><li> Create solutions to run predictions on distributed systems with exposure to innovative technologies at incredible scale and speed.</li><li> Build distributed storage, index, and query systems that are scalable, fault-tolerant, low cost, and easy to manage/use.</li><li> Ability to design and code the right solutions starting with broadly defined problems.</li><li> Work in an agile environment to deliver high-quality software.<br/><br/></li></ul>A day in the life<br/><br/>As an intern, you will be matched to a manager and a mentor. You will have the opportunity to influence the evolution of Amazon technology and lead mission critical projects early in your career. Your design, code, and raw smarts will contribute to solving some of the most complex technical challenges in the areas of distributed systems, data mining, automation, optimization, scalability, and security – just to name a few.<br/><br/>In addition to working on an impactful project, you will have the opportunity to engage with Amazonians for both personal and professional development, expand your network, and participate in activities with other interns throughout your internship. No matter the location of your internship, we give you the tools to own your project and learn in a real-world setting. Many of our technologies overlap, and you would be hard pressed to find a team that is not using Amazon Web Services (AWS), touching the catalogue, or iterating services to better personalize for customers. We make the impossible, possible.<br/><br/><strong>Basic Qualifications<br/><br/></strong><ul><li> Are enrolled in a Bachelor's degree or above in Computer Science, Computer Engineering, or related fields at time of application</li><li> Knowledge of computer science fundamentals such as object-oriented design, operating systems, algorithms, data structures, and complexity analysis</li><li> Experience with at least one modern language such as Java, Python, C++, or C# including object-oriented design</li><li> Work 40 hours/week minimum and commit to 12 week internship maximum</li><li> Expected graduation date between 10/2025 - 9/2028.<br/><br/></li></ul><strong>Preferred Qualifications<br/><br/></strong><ul><li> Knowledge of programming languages such as C/C++, Python, Java or Perl</li><li> Experience with distributed, multi-tiered systems, algorithms, and relational databases<br/><br/></li></ul>Amazon is committed to a diverse and inclusive workplace. Amazon is an equal opportunity employer and does not discriminate on the basis of race, national origin, gender, gender identity, sexual orientation, protected veteran status, disability, age, or other legally protected status.<br/><br/>Los Angeles County applicants: Job duties for this position include: work safely and cooperatively with other employees, supervisors, and staff; adhere to standards of excellence despite stressful conditions; communicate effectively and respectfully with employees, supervisors, and staff to ensure exceptional customer service; and follow all federal, state, and local laws and Company policies. Criminal history may have a direct, adverse, and negative relationship with some of the material job duties of this position. These include the duties and responsibilities listed above, as well as the abilities to adhere to company policies, exercise sound judgment, effectively manage stress and work safely and respectfully with others, exhibit trustworthiness and professionalism, and safeguard business operations and the Company’s reputation. Pursuant to the Los Angeles County Fair Chance Ordinance, we will consider for employment qualified applicants with arrest and conviction records.<br/><br/>Our inclusive culture empowers Amazonians to deliver the best results for our customers. If you have a disability and need a workplace accommodation or adjustment during the application and hiring process, including support for the interview or onboarding process, please visit https://amazon.jobs/content/en/how-we-hire/accommodations for more information. If the country/region you’re applying in isn’t listed, please contact your Recruiting Partner.<br/><br/>Our compensation reflects the cost of labor across several US geographic markets. The base pay for this position ranges from $47.84/hr in our lowest geographic market up to $96.15/hr in our highest geographic market. Pay is based on a number of factors including market location and may vary depending on job-related knowledge, skills, and experience. Amazon is a total compensation company. Dependent on the position offered, equity, sign-on payments, and other forms of compensation may be provided as part of a total compensation package, in addition to a full range of medical, financial, and/or other benefits. For more information, please visit https://www.aboutamazon.com/workplace/employee-benefits. This position will remain posted until filled. Applicants should apply via our internal or external career site.<br/><br/><br/><strong>Company</strong> - Amazon.com Services LLC<br/><br/>Job ID: A2852336",
"description": "DescriptionWe’re on the lookout for the curious, those who think big and want to define the world of tomorrow. At Amazon, you will grow into the high impact, visionary person you know you’re ready to be. Every day will be filled with exciting new challenges, developing new skills, and achieving personal growth. How often can you say that your work changes the world? At Amazon, you’ll say it often. Join us and define tomorrow.At Amazon, we hire the best minds in technology to innovate and build on behalf of our customers. The intense focus we have on our customers is why we are one of the world’s most beloved brands – customer obsession is part of our company DNA. Our interns write real software and collaborate with experienced software development engineers (SDEs) who guide interns on projects that matter to our customers.Key job responsibilities Collaborate with experienced cross-disciplinary Amazonians to conceive, design, and bring innovative products and services to market. Design and build innovative technologies in a large distributed computing environment, and help lead fundamental changes in the industry. Create solutions to run predictions on distributed systems with exposure to innovative technologies at incredible scale and speed. Build distributed storage, index, and query systems that are scalable, fault-tolerant, low cost, and easy to manage/use. Ability to design and code the right solutions starting with broadly defined problems. Work in an agile environment to deliver high-quality software.A day in the lifeAs an intern, you will be matched to a manager and a mentor. You will have the opportunity to influence the evolution of Amazon technology and lead mission critical projects early in your career. Your design, code, and raw smarts will contribute to solving some of the most complex technical challenges in the areas of distributed systems, data mining, automation, optimization, scalability, and security – just to name a few.In addition to working on an impactful project, you will have the opportunity to engage with Amazonians for both personal and professional development, expand your network, and participate in activities with other interns throughout your internship. No matter the location of your internship, we give you the tools to own your project and learn in a real-world setting. Many of our technologies overlap, and you would be hard pressed to find a team that is not using Amazon Web Services (AWS), touching the catalogue, or iterating services to better personalize for customers. We make the impossible, possible.Basic Qualifications Are enrolled in a Bachelor's degree or above in Computer Science, Computer Engineering, or related fields at time of application Knowledge of computer science fundamentals such as object-oriented design, operating systems, algorithms, data structures, and complexity analysis Experience with at least one modern language such as Java, Python, C++, or C# including object-oriented design Work 40 hours/week minimum and commit to 12 week internship maximum Expected graduation date between 10/2025 - 9/2028.Preferred Qualifications Knowledge of programming languages such as C/C++, Python, Java or Perl Experience with distributed, multi-tiered systems, algorithms, and relational databasesAmazon is committed to a diverse and inclusive workplace. Amazon is an equal opportunity employer and does not discriminate on the basis of race, national origin, gender, gender identity, sexual orientation, protected veteran status, disability, age, or other legally protected status.Los Angeles County applicants: Job duties for this position include: work safely and cooperatively with other employees, supervisors, and staff; adhere to standards of excellence despite stressful conditions; communicate effectively and respectfully with employees, supervisors, and staff to ensure exceptional customer service; and follow all federal, state, and local laws and Company policies. Criminal history may have a direct, adverse, and negative relationship with some of the material job duties of this position. These include the duties and responsibilities listed above, as well as the abilities to adhere to company policies, exercise sound judgment, effectively manage stress and work safely and respectfully with others, exhibit trustworthiness and professionalism, and safeguard business operations and the Company’s reputation. Pursuant to the Los Angeles County Fair Chance Ordinance, we will consider for employment qualified applicants with arrest and conviction records.Our inclusive culture empowers Amazonians to deliver the best results for our customers. If you have a disability and need a workplace accommodation or adjustment during the application and hiring process, including support for the interview or onboarding process, please visit https://amazon.jobs/content/en/how-we-hire/accommodations for more information. If the country/region you’re applying in isn’t listed, please contact your Recruiting Partner.Our compensation reflects the cost of labor across several US geographic markets. The base pay for this position ranges from $47.84/hr in our lowest geographic market up to $96.15/hr in our highest geographic market. Pay is based on a number of factors including market location and may vary depending on job-related knowledge, skills, and experience. Amazon is a total compensation company. Dependent on the position offered, equity, sign-on payments, and other forms of compensation may be provided as part of a total compensation package, in addition to a full range of medical, financial, and/or other benefits. For more information, please visit https://www.aboutamazon.com/workplace/employee-benefits. This position will remain posted until filled. Applicants should apply via our internal or external career site.Company - Amazon.com Services LLCJob ID: A2852336",
"criteria": {
"Employment type": "Full-time",
"Industries": "Software Development",
"Job function": "Information Technology, Consulting, and Engineering",
"Seniority level": "Internship"
}
},
{
"title": "Frontend Software Engineer Intern, Stablecoin (Summer 2025)",
"company_name": "Ripple",
"company_link": "https://www.linkedin.com/company/rippleofficial",
"location": "New York, NY",
"url": "https://www.linkedin.com/jobs/view/frontend-software-engineer-intern-stablecoin-summer-2025-at-ripple-4146182901",
"posted_timestamp": 1742688000,
"posted_date": "2025-03-23",
"is_actively_hiring": true,
"company_logo_url": "https://media.licdn.com/dms/image/v2/D560BAQEKIG_L21BqTA/company-logo_100_100/B56ZUFnbr4GQAU-/0/1739555978246/rippleofficial_logo?e=2147483647&v=beta&t=XNSc2HYR6RZP-gWjb5hsBTRL97QTu048rMW7kfVCdkg",
"description_html": "At Ripple, we’re building a world where value moves like information does today. It’s big, it’s bold, and we’re already doing it. Through our crypto solutions for financial institutions, businesses, governments and developers, we are improving the global financial system and creating greater economic fairness and opportunity for more people, in more places around the world. And we get to do the best work of our career and grow our skills surrounded by colleagues who have our backs.<br/><br/>If you’re ready to see your impact and unlock incredible career growth opportunities, join us, and build real world value.<br/><br/><strong>The Work<br/><br/></strong>Ripple USD (RLUSD) is designed to maintain a constant value of one US dollar. Natively issued on XRP Ledger and Ethereum blockchains, Ripple USD is fully backed by a segregated reserve of cash and cash equivalents and redeemable 1:1 for US dollars.<br/><br/>We're looking for a talented Frontend Software Engineer Intern to support our team and stablecoin initiatives this summer. <strong>This role is open to candidates in New York City.<br/><br/></strong><strong>What You'll Do<br/><br/></strong><ul><li>Build applications that manage the lifecycle of RLUSD, from issuance to redemption or bridging</li><li>Work on a design system component library used in all of Ripple’s applications</li><li>Work with teams across the organization, including product, legal, and business development to think beyond the technical implications of your design decisions</li><li>Continuously raise our standard of engineering excellence by implementing and driving best practices for coding, testing, and deployment<br/><br/></li></ul><strong>What You'll Bring<br/><br/></strong><ul><li>Currently pursuing a Bachelors degree in Computer Science or something similar with an anticipated graduation between December 2025 and December 2026</li><li>Strong competency in at least one programming language: Typescript or Javascript preferred.</li><li>Experience building, testing and deploying client-side applications.</li><li>Intellectual curiosity - you love to dig into how things work and understand how to improve and scale them</li><li>You thrive on autonomy, responsibility and owning your work, end to end</li><li>A positive attitude and a passion for sharing knowledge within your team and organization</li><li>Eagerness to work openly and collaboratively with a diverse team<br/><br/></li></ul>For positions that will be based in NY, the annual salary range for this position is below. Actual salaries may vary based on numerous factors including, among other things, an individual applicant’s experience and qualifications for the position. This range does not include equity or additional compensation, such as bonuses or commissions.<br/><br/>NY Annual Base Salary Range<br/><br/>$36—$38 USD<br/><br/><strong>Who We Are<br/><br/></strong>Do Your Best Work<br/><br/><ul><li>The opportunity to build in a fast-paced start-up environment with experienced industry leaders</li><li>A learning environment where you can dive deep into the latest technologies and make an impact. A professional development budget to support other modes of learning.</li><li>Thrive in an environment where no matter what race, ethnicity, gender, origin, or culture they identify with, every employee is a respected, valued, and empowered part of the team.</li><li>In-office collaboration for moments that matter is important to our culture, and we give managers and teams the flexibility to decide which 10+ days a month they come in. </li><li>Bi-weekly all-company meeting - business updates and ask me anything style discussion with our Leadership Team</li><li>We come together for moments that matter which include team offsites, team bonding activities, happy hours and more!<br/><br/></li></ul>Take Control of Your Finances<br/><br/><ul><li>Competitive salary, bonuses, and equity</li><li>Competitive benefits that cover physical and mental healthcare, retirement, family forming, and family support</li><li>Employee giving match</li><li>Mobile phone stipend<br/><br/></li></ul>Take Care of Yourself<br/><br/><ul><li>R&R days so you can rest and recharge</li><li>Generous wellness reimbursement and weekly onsite & virtual programming</li><li>Generous vacation policy - work with your manager to take time off when you need it</li><li>Industry-leading parental leave policies. Family planning benefits.</li><li>Catered lunches, fully-stocked kitchens with premium snacks/beverages, and plenty of fun events<br/><br/></li></ul><em>Benefits listed above are for full-time employees. <br/><br/></em><em>Ripple is an Equal Opportunity Employer. We’re committed to building a diverse and inclusive team. We do not discriminate against qualified employees or applicants because of race, color, religion, gender identity, sex, sexual identity, pregnancy, national origin, ancestry, citizenship, age, marital status, physical disability, mental disability, medical condition, military status, or any other characteristic protected by local law or ordinance.<br/><br/></em><em>Please find our UK/EU Applicant Privacy Notice and our California Applicant Privacy Notice for reference.</em>",
"description": "At Ripple, we’re building a world where value moves like information does today. It’s big, it’s bold, and we’re already doing it. Through our crypto solutions for financial institutions, businesses, governments and developers, we are improving the global financial system and creating greater economic fairness and opportunity for more people, in more places around the world. And we get to do the best work of our career and grow our skills surrounded by colleagues who have our backs.If you’re ready to see your impact and unlock incredible career growth opportunities, join us, and build real world value.The WorkRipple USD (RLUSD) is designed to maintain a constant value of one US dollar. Natively issued on XRP Ledger and Ethereum blockchains, Ripple USD is fully backed by a segregated reserve of cash and cash equivalents and redeemable 1:1 for US dollars.We're looking for a talented Frontend Software Engineer Intern to support our team and stablecoin initiatives this summer. This role is open to candidates in New York City.What You'll DoBuild applications that manage the lifecycle of RLUSD, from issuance to redemption or bridgingWork on a design system component library used in all of Ripple’s applicationsWork with teams across the organization, including product, legal, and business development to think beyond the technical implications of your design decisionsContinuously raise our standard of engineering excellence by implementing and driving best practices for coding, testing, and deploymentWhat You'll BringCurrently pursuing a Bachelors degree in Computer Science or something similar with an anticipated graduation between December 2025 and December 2026Strong competency in at least one programming language: Typescript or Javascript preferred.Experience building, testing and deploying client-side applications.Intellectual curiosity - you love to dig into how things work and understand how to improve and scale themYou thrive on autonomy, responsibility and owning your work, end to endA positive attitude and a passion for sharing knowledge within your team and organizationEagerness to work openly and collaboratively with a diverse teamFor positions that will be based in NY, the annual salary range for this position is below. Actual salaries may vary based on numerous factors including, among other things, an individual applicant’s experience and qualifications for the position. This range does not include equity or additional compensation, such as bonuses or commissions.NY Annual Base Salary Range$36—$38 USDWho We AreDo Your Best WorkThe opportunity to build in a fast-paced start-up environment with experienced industry leadersA learning environment where you can dive deep into the latest technologies and make an impact. A professional development budget to support other modes of learning.Thrive in an environment where no matter what race, ethnicity, gender, origin, or culture they identify with, every employee is a respected, valued, and empowered part of the team.In-office collaboration for moments that matter is important to our culture, and we give managers and teams the flexibility to decide which 10+ days a month they come in. Bi-weekly all-company meeting - business updates and ask me anything style discussion with our Leadership TeamWe come together for moments that matter which include team offsites, team bonding activities, happy hours and more!Take Control of Your FinancesCompetitive salary, bonuses, and equityCompetitive benefits that cover physical and mental healthcare, retirement, family forming, and family supportEmployee giving matchMobile phone stipendTake Care of YourselfR&R days so you can rest and rechargeGenerous wellness reimbursement and weekly onsite & virtual programmingGenerous vacation policy - work with your manager to take time off when you need itIndustry-leading parental leave policies. Family planning benefits.Catered lunches, fully-stocked kitchens with premium snacks/beverages, and plenty of fun eventsBenefits listed above are for full-time employees. Ripple is an Equal Opportunity Employer. We’re committed to building a diverse and inclusive team. We do not discriminate against qualified employees or applicants because of race, color, religion, gender identity, sex, sexual identity, pregnancy, national origin, ancestry, citizenship, age, marital status, physical disability, mental disability, medical condition, military status, or any other characteristic protected by local law or ordinance.Please find our UK/EU Applicant Privacy Notice and our California Applicant Privacy Notice for reference.",
"criteria": {
"Employment type": "Full-time",
"Industries": "Technology, Information and Internet",
"Job function": "Engineering and Information Technology",
"Seniority level": "Internship"
}
}
],
"total_credits": 100000,
"credits_used": 8070.650000000013,
"credits_remaining": 91929.34999999999
}
Status code: 404 NOT FOUND
{
"message": "We couldn't find the results for your query"
}
Last updated