From ec569903dc5034d84718729fd48d9a639b6f80eb Mon Sep 17 00:00:00 2001 From: chhavibansal Date: Sat, 5 Oct 2024 02:02:52 +0530 Subject: [PATCH 1/3] Update readme with leetcode --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6fb74d45..520f6678 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ When learning CS, there are some useful sites you must know to get always inform - [Scaler](https://www.scaler.com/topics/) : A curated interactive space for aspiring programmers to learn and master their coding skills. Also help in job interview. - [SQL Zoo](https://sqlzoo.net/wiki/SQL_Tutorial) : Learn SQL interactively in stages, from basic queries to complex operations. - [SQLTest.online](https://sqltest.online) : Boost Your SQL Proficiency with Challenging Problems. +- [Leetcode](https://leetcode.com/) : Leetcode for practising DSA.
↥ Back To Top From 8e105040bee522c5e917e4e57654522eff377f32 Mon Sep 17 00:00:00 2001 From: chhavibansal Date: Wed, 16 Oct 2024 20:55:42 +0530 Subject: [PATCH 2/3] Adding website for increasing typing speed --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 520f6678..b156bbfd 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,8 @@ When learning CS, there are some useful sites you must know to get always inform - [Webhook.site](https://webhook.site/): Useful tool for test and debug webhooks. - [kandi](https://kandi.openweaver.com/): Jumpstart Application Development by finding the right Open Source resource - [Svix Play](https://play.svix.com/): Webhook tester & debugger. Test webhooks directly from your test suite. +- [Typeracer](https://play.typeracer.com/): Increase your typing speed while racing against others. +- [Typerush](https://www.typerush.com/): Increase typing speed while racing.
From ca336cd26e790489c98db3f3b4c4ba1119aec3d9 Mon Sep 17 00:00:00 2001 From: chhavibansal Date: Wed, 16 Oct 2024 20:56:10 +0530 Subject: [PATCH 3/3] Adding website for increasing typing speed --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b156bbfd..9b7c84cf 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,6 @@ When learning CS, there are some useful sites you must know to get always inform - [Scaler](https://www.scaler.com/topics/) : A curated interactive space for aspiring programmers to learn and master their coding skills. Also help in job interview. - [SQL Zoo](https://sqlzoo.net/wiki/SQL_Tutorial) : Learn SQL interactively in stages, from basic queries to complex operations. - [SQLTest.online](https://sqltest.online) : Boost Your SQL Proficiency with Challenging Problems. -- [Leetcode](https://leetcode.com/) : Leetcode for practising DSA.