Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
286 changes: 286 additions & 0 deletions blog/ba-vs-data-engineering/index.md

Large diffs are not rendered by default.

7,414 changes: 2,830 additions & 4,584 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@docusaurus/core": "^3.9.1",
"@docusaurus/plugin-content-docs": "3.10.1",
"@docusaurus/plugin-google-analytics": "^3.10.0",
"@docusaurus/plugin-ideal-image": "3.9.1",
"@docusaurus/plugin-ideal-image": "^3.10.1",
"@docusaurus/preset-classic": "^3.9.1",
"@docusaurus/theme-classic": "^3.10.1",
"@docusaurus/theme-mermaid": "3.9.1",
"@docusaurus/theme-mermaid": "^3.10.1",
"@docusaurus/theme-search-algolia": "3.10.1",
"@emailjs/browser": "^4.4.1",
"@floating-ui/react": "^0.27.8",
Expand Down
11 changes: 11 additions & 0 deletions src/database/blogs/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,17 @@ const blogs: Blog[] = [
category: "data engineering",
tags: ["PySpark", "Optimization", "Big Data", "Performance", "Data Engineering"],
},
{
id: 19,
title: "Why Data Engineers Make Better Business Analysts Than MBAs Do",
image: "/img/blogs/ba_data_cover_image.png",
description: "Data Engineers have a unique skill set that combines technical expertise with a deep understanding of data and its applications. This makes them well-suited for roles in business analysis, as they can leverage their knowledge of data to provide valuable insights and drive informed decision-making. In this article, we explore why Data Engineers often make better Business Analysts than MBAs, highlighting the advantages of their technical background and data-driven approach.",
slug: "ba-vs-data-engineering",
authors: ["Aditya-Singh-Rathore"],
category: "data engineering",
tags: ["Data Engineering", "Business Analysis", "MBAs", "Data-Driven Decision Making", "Technical Expertise"],

},

];

Expand Down
Binary file added static/img/blogs/ba_data_cover_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading