Skip to content

Commit 9e09962

Browse files
authored
Merge pull request recodehive#1598 from Adez017/dicord
added blog on MBAs vs data engineer
2 parents ce901e2 + 68c40c8 commit 9e09962

8 files changed

Lines changed: 292 additions & 0 deletions

File tree

1.15 MB
Loading
952 KB
Loading
1.35 MB
Loading
1.31 MB
Loading
1.08 MB
Loading

blog/data-engineers-vs-mbas/index.md

Lines changed: 281 additions & 0 deletions
Large diffs are not rendered by default.

src/database/blogs/index.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,17 @@ const blogs: Blog[] = [
211211
category: "data engineering",
212212
tags: ["PySpark", "Optimization", "Big Data", "Performance", "Data Engineering"],
213213
},
214+
{
215+
id: 19,
216+
title: "Why Data Engineers Make Better Business Analysts Than MBAs Do",
217+
image: "/img/blogs/ba_de_cover_image.png",
218+
description:
219+
"Data engineers often have a deeper understanding of data and its implications for business decisions than MBAs, who may focus more on theory and strategy. This article explores why data engineers can make better business analysts than MBAs, highlighting their technical expertise, problem-solving skills, and ability to derive insights from data to drive informed business decisions.",
220+
slug: "data-engineers-vs-mbas",
221+
authors: ["Aditya-Singh-Rathore"],
222+
category: "data engineering",
223+
tags: ["Data Engineers", "Business Analysts", "MBAs", "Data Understanding", "Business Decisions"],
224+
},
214225

215226
];
216227

1.23 MB
Loading

0 commit comments

Comments
 (0)