From 0a22496f41d5677ef2b1f20502bf22598e0ab790 Mon Sep 17 00:00:00 2001 From: Chakravarthi Medicharla Date: Mon, 2 Oct 2023 16:09:07 +0530 Subject: [PATCH] init vendor locking blog --- content/solve-the-problem-of-vendor-lock-i/index.md | 11 +++++++++++ src/blog-details.js | 12 ------------ 2 files changed, 11 insertions(+), 12 deletions(-) create mode 100644 content/solve-the-problem-of-vendor-lock-i/index.md diff --git a/content/solve-the-problem-of-vendor-lock-i/index.md b/content/solve-the-problem-of-vendor-lock-i/index.md new file mode 100644 index 00000000..b164bffa --- /dev/null +++ b/content/solve-the-problem-of-vendor-lock-i/index.md @@ -0,0 +1,11 @@ +--- +title: Solve the problem of vendor lock-in +date: "2021-11-10" +description: "What is vendor lock-in? How does it affect your customers? What are the different ways you can minimize it? Read the blog to learn more." +cover: "solve-the-problem-of-vendor-lock-in.png" +category: "programming" +author: "Advait Ruia" +--- + + +Vendor lock-in refers to a situation where the cost of switching to a different vendor (or an in-house solution) is so high that the customer is essentially stuck with the original vendor (Source). \ No newline at end of file diff --git a/src/blog-details.js b/src/blog-details.js index f860384f..2a082f31 100644 --- a/src/blog-details.js +++ b/src/blog-details.js @@ -35,18 +35,6 @@ module.exports = [ cover: "why-is-redux-state-immutable.png" }, }, - { - fields: { - slug: "/solve-the-problem-of-vendor-lock-in", - }, - frontmatter: { - title: "Solve the problem of vendor lock-in", - description: "What is vendor lock-in? How does it affect your customers? What are the different ways you can minimize it? Read the blog to learn more.", - category: "programming", - date: "November 10, 2021", - cover: "solve-the-problem-of-vendor-lock-in.png" - }, - }, { fields: { slug: "/implementing-a-forgot-password-flow",