Skip to content

Commit 85ec6eb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b767549 commit 85ec6eb

3 files changed

Lines changed: 73 additions & 34 deletions

File tree

src/content/config.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,9 @@ const jobs = defineCollection({
252252
salary: z.string().nullable(),
253253
tags: z.array(z.string()).nullable(),
254254
description: z.string().nullable(),
255-
responsibilities: z.array(z.union([
256-
z.string(),
257-
z.record(z.array(z.string())),
258-
])).nullable(),
255+
responsibilities: z
256+
.array(z.union([z.string(), z.record(z.array(z.string()))]))
257+
.nullable(),
259258
min_requirements: z.array(z.string()).optional().nullable(),
260259
requirements: z.array(z.string()).nullable(),
261260
preferred: z.array(z.string()).optional().nullable(),
Lines changed: 62 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,97 @@
11
---
2-
title: Senior Software Engineer - Data Technologies, Non-Securitised Data - Macro & Industries
2+
title:
3+
Senior Software Engineer - Data Technologies, Non-Securitised Data - Macro &
4+
Industries
35
location: London
4-
type:
6+
type:
57
level:
68
tags:
7-
salary:
9+
salary:
810

911
benefits:
1012
description: "
11-
Bloomberg is foremost a data company. Data is at the heart of everything we do; we collect it, cleanse it, enrich it, derive it, validate it, and make it available to our clients. This data is vast and varied and critical not only to our success but to that of our diverse global client base, and we continuously challenge ourselves to do this better and faster.
13+
Bloomberg is foremost a data company. Data is at the heart of everything we
14+
do; we collect it, cleanse it, enrich it, derive it, validate it, and make it
15+
available to our clients. This data is vast and varied and critical not only
16+
to our success but to that of our diverse global client base, and we
17+
continuously challenge ourselves to do this better and faster.
1218
1319
14-
We are a team of software engineers who build and maintain data pipelines for Bloomberg's Macro business areas, including Economics, Energy Transition, Physical Assets & Geo, Commodities & Carbon, and Macroeconomic Analysis. Working in close partnership with Bloomberg's Data department, we ensure that critical data and metadata flows reliably from source systems into Bloomberg's products, spanning ingestion, transformation, standardisation, enrichment, and downstream integration.
20+
We are a team of software engineers who build and maintain data pipelines for
21+
Bloomberg's Macro business areas, including Economics, Energy Transition,
22+
Physical Assets & Geo, Commodities & Carbon, and Macroeconomic Analysis.
23+
Working in close partnership with Bloomberg's Data department, we ensure that
24+
critical data and metadata flows reliably from source systems into Bloomberg's
25+
products, spanning ingestion, transformation, standardisation, enrichment, and
26+
downstream integration.
1527
1628
17-
Our engineers take ownership of their projects end-to-end, managing both technical delivery and stakeholder relationships. We also partner closely with infrastructure teams, contributing application-level insights that help guide platform improvements and influence infrastructure strategy. The breadth of domains we support gives you exposure to a broad and varied problem space.
18-
19-
We care deeply about engineering craft. We build reusable components and shared libraries that solve cross-domain problems, abstracting away complexity so that common patterns are handled well in one place rather than duplicated across pipelines. We look for recurring challenges and invest in building tools that improve reliability, reduce risk, and make our teams more productive. This mindset means we are always looking for opportunities to raise the bar on performance, code quality, and maintainability.
29+
Our engineers take ownership of their projects end-to-end, managing both
30+
technical delivery and stakeholder relationships. We also partner closely with
31+
infrastructure teams, contributing application-level insights that help guide
32+
platform improvements and influence infrastructure strategy. The breadth of
33+
domains we support gives you exposure to a broad and varied problem space.
2034
35+
We care deeply about engineering craft. We build reusable components and
36+
shared libraries that solve cross-domain problems, abstracting away complexity
37+
so that common patterns are handled well in one place rather than duplicated
38+
across pipelines. We look for recurring challenges and invest in building
39+
tools that improve reliability, reduce risk, and make our teams more
40+
productive. This mindset means we are always looking for opportunities to
41+
raise the bar on performance, code quality, and maintainability.
2142
22-
We are actively exploring how agentic and generative AI can augment our data workflows to improve data coverage and quality. We are also contributing to Bloomberg's semantic data initiatives, helping define how data flows into Bloomberg's enterprise knowledge graph.
2343
44+
We are actively exploring how agentic and generative AI can augment our data
45+
workflows to improve data coverage and quality. We are also contributing to
46+
Bloomberg's semantic data initiatives, helping define how data flows into
47+
Bloomberg's enterprise knowledge graph.
2448
25-
We value incremental delivery over big-bang releases. Getting our work into the hands of users early helps ensure we are building what the business needs. We foster a culture of psychological safety, collaboration, and continuous learning, where it's safe to ask questions, challenge ideas, and support each other to deliver under pressure.
49+
50+
We value incremental delivery over big-bang releases. Getting our work into
51+
the hands of users early helps ensure we are building what the business needs.
52+
We foster a culture of psychological safety, collaboration, and continuous
53+
learning, where it's safe to ask questions, challenge ideas, and support each
54+
other to deliver under pressure.
2655
"
2756

2857
requirements:
2958
- Strong backend experience with Python
30-
- A degree in Computer Science, Engineering, Mathematics, a similar field of study, or equivalent work experience
59+
- A degree in Computer Science, Engineering, Mathematics, a similar field of
60+
study, or equivalent work experience
3161
- Experience building and maintaining data pipelines or ETL workflows
3262
- Good system design and architecture skills
3363
- Experience working with large distributed systems
3464
- Experience of working with Kafka pipes
35-
- Experience of working with high volume, high throughput, scalable data pipelines
65+
- Experience of working with high volume, high throughput, scalable data
66+
pipelines
3667
- Experience working with big data pipelines and stores
37-
- An understanding of continuous integration principles and writing testable code
68+
- An understanding of continuous integration principles and writing testable
69+
code
3870
- Experience using Linux/Unix
3971

4072
preferred:
41-
- Experience integrating AI or machine learning into data pipelines or developer tooling
73+
- Experience integrating AI or machine learning into data pipelines or
74+
developer tooling
4275
- A track record of leveraging AI to improve personal or team productivity
43-
- Familiarity with event-driven architectures and message-based data processing
76+
- Familiarity with event-driven architectures and message-based data
77+
processing
4478
- Experience with data modelling or schema design
45-
- Comfort working with diverse groups of stakeholders, both technical and non-technical
79+
- Comfort working with diverse groups of stakeholders, both technical and
80+
non-technical
4681
- A desire to get involved in department and company-wide initiatives
47-
82+
4883
responsibilities:
4984
- Take ownership of projects and drive them from design through to delivery
50-
- Build robust, scalable data pipelines that process large volumes of complex data reliably
51-
- Identify recurring problems across domains and build reusable solutions that benefit multiple teams
52-
- Develop strong working relationships with engineering peers, data teams, and business stakeholders
53-
- Champion engineering best practices, writing well-tested, maintainable, and high-quality code
54-
- Deliver incrementally in a fast-paced environment, prioritising thoughtfully across competing workstreams
85+
- Build robust, scalable data pipelines that process large volumes of complex
86+
data reliably
87+
- Identify recurring problems across domains and build reusable solutions that
88+
benefit multiple teams
89+
- Develop strong working relationships with engineering peers, data teams, and
90+
business stakeholders
91+
- Champion engineering best practices, writing well-tested, maintainable, and
92+
high-quality code
93+
- Deliver incrementally in a fast-paced environment, prioritising thoughtfully
94+
across competing workstreams
5595

5696
apply_link: "https://bloomberg.avature.net/careers/JobDetailPartner?jobId=17981"
5797
---

src/content/sponsors/bloomberg/2-ai-app-enablement-observability.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Senior Software Engineer - AI App Enablement & Observability
33
location: Dublin
4-
type:
4+
type:
55
level:
66
tags:
7-
salary:
7+
salary:
88

99
benefits:
1010
description: "
@@ -18,18 +18,18 @@ description: "
1818
1919
2020
**What’s in it for you?**
21-
22-
21+
22+
2323
You will help define how Bloomberg Industry Group builds and operates AI systems at scale by working on platforms that:
24-
24+
2525
- Accelerate AI product development through reusable tooling and paved roads
2626
2727
- Provide end-to-end observability across AI systems (models, agents, pipelines, applications)
28-
28+
2929
- Enable self-improving systems through telemetry-driven feedback loops
30-
30+
3131
- Optimise cost, performance, and reliability of AI workloads
32-
32+
3333
- Support both production AI systems and internal engineering agents
3434
3535
You’ll collaborate across AI product, infrastructure, and platform teams to deliver foundational systems.

0 commit comments

Comments
 (0)