Skip to content

Commit 169c84d

Browse files
Merge branch 'main' into Abhash/fix-clerk-signin-ui-1574
2 parents 03203fb + 152d7a0 commit 169c84d

10 files changed

Lines changed: 152 additions & 367 deletions

File tree

-1.15 MB
Binary file not shown.
-952 KB
Binary file not shown.
-1.35 MB
Binary file not shown.
-1.31 MB
Binary file not shown.
-1.08 MB
Binary file not shown.

blog/ba-vs-data-engineering/index.md

Lines changed: 0 additions & 286 deletions
This file was deleted.

package-lock.json

Lines changed: 146 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"@docusaurus/core": "^3.9.1",
3232
"@docusaurus/plugin-content-docs": "3.10.1",
3333
"@docusaurus/plugin-google-analytics": "^3.10.0",
34-
"@docusaurus/plugin-ideal-image": "^3.10.1",
34+
"@docusaurus/plugin-ideal-image": "3.9.1",
3535
"@docusaurus/preset-classic": "^3.9.1",
3636
"@docusaurus/theme-classic": "^3.10.1",
37-
"@docusaurus/theme-mermaid": "^3.10.1",
37+
"@docusaurus/theme-mermaid": "3.9.1",
3838
"@docusaurus/theme-search-algolia": "3.10.1",
3939
"@emailjs/browser": "^4.4.1",
4040
"@floating-ui/react": "^0.27.8",
@@ -56,7 +56,7 @@
5656
"dotenv": "^17.4.2",
5757
"embla-carousel-autoplay": "^8.6.0",
5858
"embla-carousel-react": "^8.6.0",
59-
"framer-motion": "^12.38.0",
59+
"framer-motion": "^12.39.0",
6060
"lucide-react": "^0.503.0",
6161
"prism-react-renderer": "^2.3.0",
6262
"react": "^18.3.1",
@@ -66,7 +66,7 @@
6666
"rehype-katex": "^7.0.1",
6767
"remark-gfm": "^4.0.1",
6868
"remark-math": "^6.0.0",
69-
"styled-components": "^6.4.1",
69+
"styled-components": "^6.4.2",
7070
"tailwind-merge": "^3.6.0",
7171
"tw-animate-css": "^1.2.8",
7272
"vanilla-tilt": "^1.8.1"
@@ -85,8 +85,8 @@
8585
"eslint": "^9.38.0",
8686
"eslint-plugin-react": "^7.37.5",
8787
"husky": "^9.1.7",
88-
"lint-staged": "^17.0.4",
89-
"postcss": "^8.5.14",
88+
"lint-staged": "^17.0.5",
89+
"postcss": "^8.5.15",
9090
"prettier": "^3.8.3",
9191
"prettier-plugin-tailwindcss": "^0.6.14",
9292
"tailwindcss": "^4.1.4",

src/database/blogs/index.tsx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -211,17 +211,6 @@ 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_data_cover_image.png",
218-
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.",
219-
slug: "ba-vs-data-engineering",
220-
authors: ["Aditya-Singh-Rathore"],
221-
category: "data engineering",
222-
tags: ["Data Engineering", "Business Analysis", "MBAs", "Data-Driven Decision Making", "Technical Expertise"],
223-
224-
},
225214

226215
];
227216

-1.23 MB
Binary file not shown.

0 commit comments

Comments
 (0)