diff --git a/src/components/JobCard.astro b/src/components/JobCard.astro
index cd4135134..3fedcc1b9 100644
--- a/src/components/JobCard.astro
+++ b/src/components/JobCard.astro
@@ -1,5 +1,6 @@
---
import { getEntry } from "astro:content";
+import Markdown from "@ui/Markdown.astro";
const { job:jobId, sponsor:sponsorId } = Astro.props;
const job = await getEntry("jobs", jobId);
@@ -14,25 +15,22 @@ if (!sponsor) {
}
// TODO: add tags
-const { title, location, type, level, salary, description, responsibilities, requirements, benefits, apply_link, draft } = job.data;
+const { title, location, type, level, salary, description, responsibilities, min_requirements, requirements, preffered, benefits, apply_link, draft } = job.data;
---
+
+ {sponsor.data.name}
+
{title}
-
- {sponsor.data.name}
-
-
- { location &&
{([level, type, location].filter(Boolean)).join(" • ")}
- }
{salary}
-
{description}
+
{ responsibilities &&
Responsibilities
@@ -41,6 +39,12 @@ const { title, location, type, level, salary, description, responsibilities, req
}
+ { min_requirements &&
+
Minimum requirements
+
+ {min_requirements.map((item:string) => - {item}
)}
+
+ }
{ requirements &&
Requirements
@@ -48,6 +52,13 @@ const { title, location, type, level, salary, description, responsibilities, req
}
+ { preffered &&
+
Preferred job requirements
+
+ {preffered.map((item:string) => - {item}
)}
+
+ }
+
{ benefits &&
Benefits
@@ -56,7 +67,7 @@ const { title, location, type, level, salary, description, responsibilities, req
}
{ job.data.description2 &&
- {job.data.description2}
+
}
+
diff --git a/src/content/config.ts b/src/content/config.ts
index 797d1070e..6b2f6916f 100644
--- a/src/content/config.ts
+++ b/src/content/config.ts
@@ -242,10 +242,13 @@ const jobs = defineCollection({
salary: z.string().nullable(),
tags: z.array(z.string()).nullable(),
description: z.string().nullable(),
- description2: z.string().optional().nullable(),
responsibilities: z.array(z.string()).nullable(),
+ min_requirements: z.array(z.string()).optional().nullable(),
requirements: z.array(z.string()).nullable(),
+ preffered: z.array(z.string()).optional().nullable(),
+ stack: z.array(z.string()).optional().nullable(),
benefits: z.array(z.string()).nullable(),
+ description2: z.string().optional().nullable(),
apply_link: z.string().url().optional(),
draft: z.boolean().optional().default(false),
sponsor: reference("sponsors").optional(),
diff --git a/src/content/sponsors/apify/open-source-engineer.md b/src/content/sponsors/apify/open-source-engineer.md
new file mode 100644
index 000000000..db07afe68
--- /dev/null
+++ b/src/content/sponsors/apify/open-source-engineer.md
@@ -0,0 +1,35 @@
+---
+title: "Open Source Engineer (TypeScript)"
+location:
+type:
+level:
+tags:
+salary:
+description:
+ "Apify has grown as the tool of choice for any Node.js/JS/TS engineer when it
+ comes to web scraping and web automation. We are now also taking on the Python
+ community. Our open-source tooling is used by tens of thousands of people
+ worldwide. Check out the [Crawlee](https://crawlee.dev/) library, our
+ [GitHub](https://github.com/apify), and the vibrant community on
+ [Discord](https://discord.com/invite/jyEM2PRvMU)."
+responsibilities:
+ - You'll be part of one of our 7 product teams—the team that works on Apify’s
+ open-source tools.
+ - The team is led by Martin Adamek, co-author of Apify’s Crawlee and his very
+ own MikroORM library.
+ - You'll face many challenges regarding the usage of browsers in the cloud,
+ browser fingerprinting, scalability, and more.
+ - But you'll also be in direct touch with the community that uses the tools
+ you build.
+requirements:
+ - Experience with working on large, complex applications or frameworks
+ - Great skills at developing and debugging in JavaScript/Node.js/TypeScript or
+ have this skill in some other programming language and are able to learn it
+ quickly
+ - Familiarity with Linux
+ - Experience in open-source development is a plus
+ - Experiment-driven and collaborative mindset
+ - Good communication skills in English
+benefits:
+apply_link: https://jobs.ashbyhq.com/apify/7ad57272-61d1-49f6-8a00-6708cabb940e/application?utm_source=career_page_apify
+---
diff --git a/src/content/sponsors/apify/web-automation-engineer.md b/src/content/sponsors/apify/web-automation-engineer.md
new file mode 100644
index 000000000..e7fc37835
--- /dev/null
+++ b/src/content/sponsors/apify/web-automation-engineer.md
@@ -0,0 +1,41 @@
+---
+title: "Web Automation Engineer (Anti-Scraping)"
+location:
+type:
+level:
+tags:
+salary:
+description:
+responsibilities:
+ - To automate human activities on the web and proceed with our mission, we
+ need robots that behave and act like real users, and this is where we need
+ your help!
+ - You will be part of one of our 5 product teams—the team that works on
+ Apify’s open-source tooling loved by the community.
+ - The team is led by Martin Adamek, co-author, and maintainer of Apify’s
+ Crawlee and his own MikroORM framework.
+ - You will research existing anti-scraping services and implement new
+ open-source libraries or internal services to overcome them by utilizing
+ various proxy services, browser fingerprinting methods, human-like browser
+ interaction, session management, and others.
+requirements:
+ - 3+ years of industry experience with Node.js/TypeScript or Python (if you
+ are open to learning TypeScript too)
+ - Prior experience in web scraping or web automation
+ - Ability to solve unique, unprecedented challenges
+ - Understanding of how the web works, from HTTP protocol up to modern browser
+ APIs to draw an SVG
+ - Experience in open-source development is a plus
+ - Experiment-driven and collaborative mindset
+ - Good communication skills in English
+stack:
+ - "Frontend: React.js, styled-components, Storybook, Cypress"
+ - "Backend: TypeScript/Node.js, Next.js, Express.js, Docusaurus, Jest"
+ - "Infra: AWS, Kubernetes, Helm, MongoDB, Redis, DynamoDB, S3, GitHub Actions"
+ - "Monitoring: New Relic, LogDNA, Sentry, PagerDuty"
+ - "Tools: GitHub, ZenHub, Notion, GSuite"
+ - "Process: two-week sprints, code reviews, tests, automating whatever we can,
+ deploying multiple times per day"
+benefits:
+apply_link: https://jobs.ashbyhq.com/apify/8ab84138-043f-4ef7-b739-977292a9161e/application?utm_source=career_page_apify
+---
diff --git a/src/content/sponsors/ataccama/fullstack-engineer.md b/src/content/sponsors/ataccama/fullstack-engineer.md
new file mode 100644
index 000000000..5f5564b2e
--- /dev/null
+++ b/src/content/sponsors/ataccama/fullstack-engineer.md
@@ -0,0 +1,49 @@
+---
+title: "Fullstack Engineer"
+location: Prague
+type: Hybrid
+level: Fullstack
+tags:
+salary:
+description:
+responsibilities:
+ - Develop and maintain core product features across the stack using Python on
+ the backend and TypeScript/React on the frontend.
+ - Collaborate with AI engineers and product designers to turn ideas into
+ user-friendly and performant experiences.
+ - Help scale a secure, cloud-based platform capable of running AI workloads
+ and serving enterprise users.
+ - Write clean, maintainable, and well-tested code.
+ - Participate in design discussions and code reviews, contributing to a strong
+ engineering culture.
+requirements:
+ - Proficiency in Python for building scalable backend services.
+ - Solid experience in TypeScript and modern frontend development with React.
+ - Familiarity with distributed systems, REST APIs, and event-driven
+ architectures.
+ - Experience with SQL databases and sound data modeling principles.
+ - Comfortable with version control (Git), CI/CD, and basic cloud deployments.
+ - "Bonus: Familiarity with Docker, Kubernetes, and cloud platforms (AWS,
+ Azure)."
+ - An interest in generative AI is a plus - but deep ML knowledge is not
+ required for this role.
+benefits:
+ - Long-Term Incentive Program
+ - Bring Your Friend referral program
+ - Flexible working hours & flexible working setup
+ - The Global Family Support Program - A paid leave program to help all parents
+ focus on the new addition to their family
+ - 2 sick days and 25 days of vacation, with the option to request additional
+ Flexible Time-Off days when needed
+ - Flexipass or Multisport card (after finishing your probation period)
+ - Annual package for mental health support
+ - Shared company cards for free entrance to Prague Zoo & Botanical Garden
+ - Company bikes, longboards, e-scooters
+ - Online company language courses
+ - Conference tickets to the best industry events of the year
+ - Online courses & company access to Udemy to hone your skills
+ - Company library, where you can even suggest the best educational books for
+ us to order
+ - Kitchens stocked with fresh fruit and juice, teas, and the best coffee
+apply_link: https://jobs.ataccama.com/02d9d123-d380-487f-af9f-9df0ee6ded2c/prague/data-quality/
+---
diff --git a/src/content/sponsors/ataccama/index.md b/src/content/sponsors/ataccama/index.md
index c59f157c1..e3a662bb2 100644
--- a/src/content/sponsors/ataccama/index.md
+++ b/src/content/sponsors/ataccama/index.md
@@ -16,7 +16,12 @@ tier: Silver
# About Ataccama
-Ataccama ONE is a unified data trust platform for enterprise data leaders that
-combines data quality, observability, lineage, governance and master data
-management in ONE solution to accelerate business growth, reduce cost, and
-mitigate risk.
+We're on a mission to power a better future with data. Our platform helps all
+kinds of data professionals build high-quality, governed, reusable data
+products—earning us a spot as a Leader in the Gartner Magic Quadrant® and the
+backing of Bain Capital Tech Opportunities. We're aiming to lead in AI-powered
+cloud data management—and that means building a company where people love to
+work and grow. Our global team thrives on collaboration and lives by our values:
+Challenging Fun, ONE Team, Customer Centric, Candid and Caring, Aim High. Join
+us as a Python Engineer and help transform Ataccama into a smarter, faster, more
+scalable SaaS platform.
diff --git a/src/content/sponsors/ataccama/senior-python-software-engineer.md b/src/content/sponsors/ataccama/senior-python-software-engineer.md
new file mode 100644
index 000000000..c769ee037
--- /dev/null
+++ b/src/content/sponsors/ataccama/senior-python-software-engineer.md
@@ -0,0 +1,53 @@
+---
+title: "Senior Python Software Engineer"
+location: Prague
+type: Hybrid
+level: Senior
+tags:
+salary:
+description:
+
+responsibilities:
+ - Build and improve a robust, scalable service infrastructure to support
+ generative AI services and enhance overall system performance.
+ - Design and develop clean, efficient, and well-architected Python-based
+ services, with a focus on software architecture and distributed systems.
+ - Optimize data integration processes and performance across various sources
+ and ecosystems.
+ - Collaborate with AI engineers to integrate innovative generative AI features
+ into our platform.
+ - Write high-quality, well-documented, and testable code following best
+ practices.
+requirements:
+ - Advanced proficiency in modern Python.
+ - Strong experience with cloud platforms like AWS and/or Azure, including
+ familiarity with their common managed services (e.g., Aurora Serverless,
+ managed AKS, EKS).
+ - In-depth knowledge of Kubernetes, including Helm charts and container
+ management.
+ - Extensive understanding of relation database systems and familiarity with
+ message queues
+ - Experience with CI/CD tools, especially GitLab, to streamline and automate
+ the deployment and management of our applications across various stages of
+ the development lifecycle.
+ - An interest in AI and large language models will be considered an advantage.
+benefits:
+ - Long-Term Incentive Program
+ - Bring Your Friend referral program
+ - Flexible working hours & flexible working setup
+ - The Global Family Support Program - A paid leave program to help all parents
+ focus on the new addition to their family
+ - 2 sick days and 25 days of vacation, with the option to request additional
+ Flexible Time-Off days when needed
+ - Flexipass or Multisport card (after finishing your probation period)
+ - Annual package for mental health support
+ - Shared company cards for free entrance to Prague Zoo & Botanical Garden
+ - Company bikes, longboards, e-scooters
+ - Online company language courses
+ - Conference tickets to the best industry events of the year
+ - Online courses & company access to Udemy to hone your skills
+ - Company library, where you can even suggest the best educational books for
+ us to order
+ - Kitchens stocked with fresh fruit and juice, teas, and the best coffee
+apply_link: https://jobs.ataccama.com/6ee9ecc4-2d15-4644-a0fb-e29ea6cc99d6/prague/data-quality/
+---
diff --git a/src/content/sponsors/bloomberg/fixed_income_and_erivatives.md b/src/content/sponsors/bloomberg/fixed_income_and_erivatives.md
new file mode 100644
index 000000000..325e90e74
--- /dev/null
+++ b/src/content/sponsors/bloomberg/fixed_income_and_erivatives.md
@@ -0,0 +1,24 @@
+---
+title: "Senior Software Engineer - Fixed Income & Derivatives"
+location:
+type:
+level:
+tags:
+salary:
+description: "Bloomberg is a global leader in business and financial information, delivering trusted data, news, and insights that bring transparency, efficiency, and fairness to capital markets. The Fixed Income and Derivatives Engineering team produces world class applications and tools that enable our clients to generate trade ideas, structure deals, connect to electronic trading platforms, capture market movements, and assess and hedge portfolio risk for a variety of financial instruments across fixed income and derivatives asset classes.
+
+
+While building innovative technology is at the core of what we do, our group also develops sophisticated solutions for ever-evolving financial markets. We work directly with product managers, financial engineers, and quantitative analysts to understand client and market needs. We use cutting edge big data technologies, distributed computing, functional programming and machine learning to build software solutions that help us implement complex financial and quantitative models to facilitate derivatives pricing and analytics in real-time.
+
+
+As a member of the Fixed Income and Derivatives Engineering team, you'll contribute to a high-performance financial software system that handles billions of calculations per day. You'll gain hands-on experience in data analytics, distributed algorithms, and performance optimized code; all while gaining an advanced knowledge of financial instruments and markets. We seek passionate engineers who thrive in a diverse, collaborative environment and excel at crafting maintainable, efficient solutions to complex problems. Proficiency in object-oriented programming languages like C++, Python, or TypeScript is greatly desired, with a willingness to learn new technologies. You will also have the opportunity to leverage open-source tools like Apache Kafka, Spark, Cassandra and Redis (plus many more!) to design, develop, and implement full-stack solutions, adhering to industry best practices for software development, testing, automation, and CI/CD."
+responsibilities:
+requirements:
+ - Experience working with an object-oriented programming language (C/C++, Python, Java, etc.)
+ - A degree in Computer Science, Engineering, Mathematics, similar field of study or equivalent work experience
+ - Proficiency in system design, architecture, and development of high-quality, modular, stable, and scalable software
+ - Passion for leading discussions, sharing innovative ideas, and promoting best practices within the team
+ - Proficient in adapting project execution to meet evolving demands
+benefits:
+apply_link: https://bloomberg.avature.net/careers/JobDetail?jobId=9352&qtvc=03030bced8c2ae810ee9ea843c5f6150e27282a1282200902623419e59cf2e8c
+---
diff --git a/src/content/sponsors/bloomberg/network-production-engineer.md b/src/content/sponsors/bloomberg/network-production-engineer.md
new file mode 100644
index 000000000..fe3e5df26
--- /dev/null
+++ b/src/content/sponsors/bloomberg/network-production-engineer.md
@@ -0,0 +1,21 @@
+---
+title: "Senior Software Engineer - Network Production Engineer"
+location:
+type:
+level:
+tags:
+salary:
+description: "As a Network Production Engineer, you will be a critical member of the team responsible for the full lifecycle of our global network infrastructure that supports Bloomberg’s core products and services. This includes building and maintaining a network that is scalable, reliable and robust. Our network is vast, connecting several large-scale Data Centers and over a hundred edge sites. It connects Bloomberg to hundreds of thousands of our clients, over 1,500 global exchanges and trading venues over private connectivity, Internet and Public Cloud.
+
+
+This is a unique opportunity to help build robust, highly scalable solutions that will power the future of how Bloomberg automates network infrastructure. You'll be trusted to design and work on tooling that builds on automation best practices and principles."
+responsibilities:
+
+requirements:
+ - Extensive experience as a Software, Network Production, or System Reliability Engineer.
+ - Experience with building, maintaining and continuously enhancing automations needed for scalability & efficiency in running the Network Infrastructure.
+ - Experience in infrastructure Automation and orchestration Frameworks e.g. Ansible, Airflow, Terraform, Chef, Salt.
+ - Proven experience with object-oriented programming languages preferably in Python. ● A bachelor's or master's degree in computer science, Engineering, Mathematics, a similar field of study or equivalent work experience.
+benefits:
+apply_link: https://bloomberg.avature.net/careers/JobDetail/Senior-Software-Engineer-Network-Production-Engineer/11694
+---
diff --git a/src/content/sponsors/google-cloud/cloud-ai-engineer.md b/src/content/sponsors/google-cloud/cloud-ai-engineer.md
new file mode 100644
index 000000000..7a7db8c2a
--- /dev/null
+++ b/src/content/sponsors/google-cloud/cloud-ai-engineer.md
@@ -0,0 +1,35 @@
+---
+title: "Cloud AI Engineer (Multiple Language)"
+location: Warsaw, Poland
+type:
+level:
+tags:
+salary:
+description: "The Google Cloud team helps companies, schools, and government seamlessly make the switch to Google products and supports them along the way. You listen to the customer and swiftly problem-solve technical issues to show how our products can make businesses more productive, collaborative, and innovative. You work closely with a cross-functional team of web developers and systems administrators, not to mention a variety of both regional and international customers. Your relationships with customers are crucial in helping Google grow its Cloud business and helping companies around the world innovate.
+
+
+In this role, you will be ensuring that customers have the best experience moving to the Google Cloud machine learning (ML) suite of products. You will design and implement machine learning solutions for customer use cases, leveraging core Google products. You will work with customers to identify opportunities to transform their business with machine learning, and will travel to customer sites to deploy solutions and deliver workshops designed to educate and empower customers to realize the full potential of Google Cloud. You will have access to Google’s technology to monitor application performance, debug and troubleshoot product code, and address customer and partner needs. You will lead the execution of adopting the Google Cloud Platform solutions to the customer.
+
+
+Google Cloud accelerates every organization’s ability to digitally transform its business and industry. We deliver enterprise-grade solutions that leverage Google’s cutting-edge technology, and tools that help developers build more sustainably. Customers in more than 200 countries and territories turn to Google Cloud as their trusted partner to enable growth and solve their most critical business problems."
+responsibilities:
+ - Deliver big data and machine learning solutions and solve technical customer tests.
+ - Serve as a trusted technical advisor to Google's customers.
+ - Identify new product features and feature gaps, provide guidance on existing product tests, and collaborate with Product Managers and Engineers to influence the roadmap of Google Cloud Platform.
+ - Deliver best practices recommendations, tutorials, blog articles, and technical presentations adapting to different levels of business and technical stakeholders.
+min_requirements:
+ - Bachelor's degree in Computer Science or a related technical field, or equivalent practical experience.
+ - Experience in building ML solutions, including software development in Python, Scala, or R, and in data structures, algorithms, and software design.
+ - Ability to travel up to 30% of the time as needed.
+ - Ability to communicate in English and any additional European language to support client relationship management in this region.
+requirements:
+preffered:
+ - Experience in working with the tolerecommendation engines, data pipelines or distributed machine learning, and with data analytics, data visualization techniques and software, and deep learning frameworks.
+ - Experience in software development, professional services, solution engineering and technical consulting with architecting and deploying technology and solution initiatives.
+ - Experience with Data Science techniques.
+ - Knowledge of data warehousing concepts with data warehouse technical architectures, infrastructure components, ETL/ELT and reporting tools and environments (e.g., Apache Beam, Hadoop, Spark, Pig, Hive, MapReduce, Flume).
+ - Knowledge of cloud computing, including virtualization, hosted services, multi-tenant cloud infrastructures, storage systems, and content delivery networks.
+ - Excellent communication skills.
+benefits:
+apply_link: https://www.google.com/about/careers/applications/apply?jobId=CiUAL2Fckd3uwL1qxoE9cneob-4krl7u12f8jLR4t1lkIhRUBQPAEjsAgOFyA1nAV-4YVlgCShuV8W75B1gMdRqbHiH4OCWHfL4oh95xg72I-Pc9mHAUGEdZnvZsPhMxbV0Z2w%3D%3D_V2
+---
diff --git a/src/content/sponsors/google-cloud/customer-engineer.md b/src/content/sponsors/google-cloud/customer-engineer.md
new file mode 100644
index 000000000..01ea3ff08
--- /dev/null
+++ b/src/content/sponsors/google-cloud/customer-engineer.md
@@ -0,0 +1,30 @@
+---
+title: "Customer Engineer (English, Czech)"
+location: Prague, Czechia
+type:
+level: Mid
+tags:
+salary:
+description: "When leading companies choose Google Cloud, it's a huge win for spreading the power of cloud computing globally. Once educational institutions, government agencies, and other businesses sign on to use Google Cloud products, you come in to facilitate making their work more productive, mobile, and collaborative. You listen and deliver what is most helpful for the customer. You assist fellow sales Googlers by problem-solving key technical issues for our customers. You liaise with the product marketing management and engineering teams to stay on top of industry trends and devise enhancements to Google Cloud products.
+
+This is a customer-facing role that requires interactions in Czech with local stakeholders.
+
+Google Cloud accelerates every organization’s ability to digitally transform its business and industry. We deliver enterprise-grade solutions that leverage Google’s cutting-edge technology, and tools that help developers build more sustainably. Customers in more than 200 countries and territories turn to Google Cloud as their trusted partner to enable growth and solve their most critical business problems."
+responsibilities:
+ - Work with the team to identify and qualify business opportunities, understand customer technical objections, and develop the strategy to resolve technical blockers.
+ - Share enterprise infrastructure and cloud modernization expertise to support the technical relationship with customers, including technology advocacy, support bid responses, product and solution briefings, proof-of-concept work, and partner direct with product management to prioritize solutions impact customer adoption to Google Cloud.
+ - Guide customers through assessments of their existing application environments, provide recommendations on a prioritization roadmap for application modernization, and identify opportunities for migration to hybrid-cloud computing models.
+ - Structure and execute prototyping workshops to prove out proposed architectures, developing best practices, and documenting blocking requirements for prioritization with engineering.
+ - Travel to customer sites, conferences, and other related events as required, acting as a public advocate for Google Cloud.
+min_requirements:
+ - Bachelor's degree or equivalent practical experience.
+ - 6 years of experience with cloud native architecture in a customer-facing or support role.
+ - Experience engaging with, and presenting to, technical stakeholders and executive leaders.
+ - Ability to communicate in English and Czech fluently to support client relationship management in this region.
+requirements:
+preffered:
+ - Experience with one or more programming languages (Python, Java, C++, etc.).
+ - Knowledge of software development lifecycle."
+benefits:
+apply_link: https://www.google.com/about/careers/applications/apply?jobId=CiUAL2FckfI2El0IWfE9rR2hU0YOWmJQVDfYt4YCRZCTKBwoLWLKEjsASXckS6e7dNP7x61Aqm-GDfGyUR__VL4NXbwpETg6nwtMHBpRIyEN4atqIaZBksaRJinqT1n7S553_w%3D%3D_V2
+---
diff --git a/src/content/sponsors/google-cloud/software-engineer.md b/src/content/sponsors/google-cloud/software-engineer.md
new file mode 100644
index 000000000..d7a261088
--- /dev/null
+++ b/src/content/sponsors/google-cloud/software-engineer.md
@@ -0,0 +1,33 @@
+---
+title: "Software Engineer, Early Career, 2025 Start"
+location: Warsaw, Poland
+type:
+level: Early
+tags:
+salary:
+description: "Google's software engineers develop the next-generation technologies that change how billions of users connect, explore, and interact with information and one another. Our products need to handle information at massive scale, and extend well beyond web search. We're looking for engineers who bring fresh ideas from all areas, including information retrieval, distributed computing, large-scale system design, networking and data storage, security, artificial intelligence, natural language processing, UI design and mobile; the list goes on and is growing every day. As a software engineer, you will work on a specific project critical to Google’s needs with opportunities to switch teams and projects as you and our fast-paced business grow and evolve. We need our engineers to be versatile, display leadership qualities and be enthusiastic to take on new problems across the full-stack as we continue to push technology forward.
+
+
+As a key member of a small and versatile team, you design, test, deploy and maintain software solutions.
+
+
+The ML, Systems, & Cloud AI (MSCA) organization at Google designs, implements, and manages the hardware, software, machine learning, and systems infrastructure for all Google services (Search, YouTube, etc.) and Google Cloud. Our end users are Googlers, Cloud customers and the billions of people who use Google services around the world.
+
+
+We prioritize security, efficiency, and reliability across everything we do - from developing our latest TPUs to running a global network, while driving towards shaping the future of hyperscale computing. Our global impact spans software and hardware, including Google Cloud’s Vertex AI, the leading AI platform for bringing Gemini models to enterprise customers. "
+responsibilities:
+ - Research, conceive, and develop software applications to extend and improve on Google's product offering.
+ - Contribute to a wide variety of projects utilizing natural language processing, artificial intelligence, data compression, machine learning, and search technologies.
+ - Collaborate on scalability issues involving access to massive amounts of data and information.
+min_requirements:
+ - Bachelor's degree in Computer Science or related technical field, or equivalent practical experience.
+ - "Experience coding in one of the following programming languages including but not limited to: C, C++, Java, JavaScript, or Python."
+requirements:
+preffered:
+ - Bachelor's or Master's degree, or PhD.
+ - Experience with UNIX/Linux or Windows environments, distributed systems, machine learning, information retrieval, and TCP/IP.
+ - Experience programming in C, C++, Java or Python.
+ - Experience in network programming or developing/designing large software systems.
+benefits:
+apply_link: https://www.google.com/about/careers/applications/apply?jobId=CiUAL2FckdzD7AUpl6Pc-rVbsNX3mow6zqRMTuKTUKiINS3pMk8-EjsA7mFcrI04YpjoIc3FWCKfU3pBIEXV4JlQHR_iNUyQL0b3AD1laZNga41y7HP1a55oiqXAJ-RooXxDsA%3D%3D_V2
+---
diff --git a/src/content/sponsors/picnic/senior-data-engineer.md b/src/content/sponsors/picnic/senior-data-engineer.md
index 914dce24d..5b7c2f907 100644
--- a/src/content/sponsors/picnic/senior-data-engineer.md
+++ b/src/content/sponsors/picnic/senior-data-engineer.md
@@ -6,7 +6,11 @@ level: Senior
tags:
salary:
description: "As a Data Engineer at Picnic, you are responsible for translating business needs into successful technical designs. You’ll work with large data sets, discover new insights and business opportunities, and promote business intelligence.
+
+
It’s a role with plenty of freedom: think you've spotted a way to ensure our large fleet of electric vehicles is used in the most efficient way? Go ahead and test, evaluate, and evolve your ideas alongside our Distribution team.
+
+
More interested in customer behavior? Work on in-app analytics to ensure our mobile store remains smooth, speedy, and robust."
responsibilities:
requirements:
diff --git a/src/content/sponsors/picnic/tech-lead-python.md b/src/content/sponsors/picnic/tech-lead-python.md
index e94bdc53a..068a1c3fe 100644
--- a/src/content/sponsors/picnic/tech-lead-python.md
+++ b/src/content/sponsors/picnic/tech-lead-python.md
@@ -6,7 +6,11 @@ level: Lead
tags:
salary:
description: "Picnic operates more than 40 product tech teams that each provide an integral part of our customers' experience - from the point they start the app until the moment they hold their groceries in their hands.
+
+
As Tech Lead, you will be leading our Python Warehouse Simulation team to empower them to build simulations of some of the biggest automated warehouses in Europe, as well as models of new warehousing and automation concepts that will enable us to expand as never before. Together with the Product Owner, you will evaluate initiatives and drive roadmap discussions. You will be responsible for the delivery of projects and for developing the skills and strengths of the people working in your team.
+
+
As a Tech Lead, you’ll lead by example, not by title."
responsibilities:
requirements:
diff --git a/src/content/sponsors/snowflake/commercial_solution_engineer.md b/src/content/sponsors/snowflake/commercial_solution_engineer.md
index 4c7a78687..27562737c 100644
--- a/src/content/sponsors/snowflake/commercial_solution_engineer.md
+++ b/src/content/sponsors/snowflake/commercial_solution_engineer.md
@@ -8,18 +8,22 @@ salary:
description:
responsibilities:
requirements:
- - Sales engineering/solution architect experience in a SaaS environment or relevant industry experience (analytics, data science, data engineering etc)
- - Outstanding presentation skills to both technical and executive audiences, whether impromptu on a whiteboard or using presentations and demos
- - Understanding of and experience with data architecture, data analytics and cloud technology
+ - Sales engineering/solution architect experience in a SaaS environment or
+ relevant industry experience (analytics, data science, data engineering etc)
+ - Outstanding presentation skills to both technical and executive audiences,
+ whether impromptu on a whiteboard or using presentations and demos
+ - Understanding of and experience with data architecture, data analytics and
+ cloud technology
- Hands on experience with SQL
- - Ability to solve customer specific business problems and apply Snowflake’s solutions
- - Customer-facing skills to effectively communicate our vision to a wide variety of technical and executive audiences both written and verbal
+ - Ability to solve customer specific business problems and apply Snowflake’s
+ solutions
+ - Customer-facing skills to effectively communicate our vision to a wide
+ variety of technical and executive audiences both written and verbal
benefits:
-description2: "
- PREFERRED (BUT NOT REQUIRED) TO HAVE:
-- Hands on experience with Python
-- Experience working with modern data technology (e.g. dbt, spark, containers, devops tooling, orchestration tools, git, etc.)
-- Experience with data science and machine learning technology
-"
+preffered:
+ - Hands on experience with Python
+ - Experience working with modern data technology (e.g. dbt, spark, containers,
+ devops tooling, orchestration tools, git, etc.)
+ - Experience with data science and machine learning technology
apply_link: https://careers.snowflake.com/us/en/job/SNCOUS8B9D2BB7987440F796A7295DA7DA5DA4EXTERNALENUS9EDDDE88670B4BE081F03360EF1BD3AA/Commercial-Solution-Engineer
---