From 66db8392b95bd2419c4ac795649040153dd7f0e6 Mon Sep 17 00:00:00 2001 From: Yangshun Date: Tue, 15 Feb 2022 20:57:36 +0800 Subject: [PATCH] contents: mention discount for AlgoMonster --- contents/_courses/AlgorithmCourses.md | 4 ++-- website/docusaurus.config.js | 2 +- website/src/components/SidebarAd/index.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contents/_courses/AlgorithmCourses.md b/contents/_courses/AlgorithmCourses.md index ce12dc72..a677b3fb 100644 --- a/contents/_courses/AlgorithmCourses.md +++ b/contents/_courses/AlgorithmCourses.md @@ -1,10 +1,10 @@ ### [AlgoMonster](https://shareasale.com/r.cfm?b=1873647&u=3114753&m=114505&urllink=&afftrack=) -AlgoMonster aims to help you ace the technical interview **in the shortest time possible**. By Google engineers, AlgoMonster uses a data-driven approach to teach you the most useful key question patterns and has contents to help you quickly revise basic data structures and algorithms. Best of all, AlgoMonster is not subscription-based - pay a one-time fee and get **lifetime access**. [**Check it out →**](https://shareasale.com/r.cfm?b=1873647&u=3114753&m=114505&urllink=&afftrack=) +AlgoMonster aims to help you ace the technical interview **in the shortest time possible**. By Google engineers, AlgoMonster uses a data-driven approach to teach you the most useful key question patterns and has contents to help you quickly revise basic data structures and algorithms. Best of all, AlgoMonster is not subscription-based - pay a one-time fee and get **lifetime access**. [**Join today for a 70% discount →**](https://shareasale.com/r.cfm?b=1873647&u=3114753&m=114505&urllink=&afftrack=) ### [Grokking the Coding Interview: Patterns for Coding Questions](https://www.educative.io/courses/grokking-the-coding-interview?aff=x23W) -This course by Educative expands upon the questions on the recommended practice questions but approaches the practicing from a questions pattern perspective, which is an approach I also agree with for learning and have personally used to get better at coding interviews. The course allows you to practice selected questions in Java, Python, C++, JavaScript and also provides sample solutions in those languages. **Learn and understand patterns, not memorize answers!** [**Check it out →**](https://www.educative.io/courses/grokking-the-coding-interview?aff=x23W) +This course by Educative expands upon the questions on the recommended practice questions but approaches the practicing from a questions pattern perspective, which is an approach I also agree with for learning and have personally used to get better at coding interviews. The course allows you to practice selected questions in Java, Python, C++, JavaScript and also provides sample solutions in those languages. **Learn and understand patterns, not memorize answers!** [**Join today for a 10% discount →**](https://www.educative.io/courses/grokking-the-coding-interview?aff=x23W) ### [Master the Coding Interview: Data Structures + Algorithms](https://fxo.co/DQpY) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index ea8cf35f..09d1c417 100755 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -12,7 +12,7 @@ module.exports = { id: 'algomonster', // Increment on change content: `Stop the grind and study with a plan! Developed by Google engineers, AlgoMonster is the fastest way to get a software engineering job. - Try it today!`, + Join today for a 70% discount!`, isCloseable: false, }, prism: { diff --git a/website/src/components/SidebarAd/index.js b/website/src/components/SidebarAd/index.js index 762d31d9..3c3f1f24 100644 --- a/website/src/components/SidebarAd/index.js +++ b/website/src/components/SidebarAd/index.js @@ -48,7 +48,7 @@ function AlgoMonster({className}) { Stop grinding and study with a plan!
Developed by Google engineers, AlgoMonster is the fastest way to - get a software engineering job. Try it today! + get a software engineering job. Join today for a 70% discount!!

);