Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
Update README.md
  • Loading branch information
Charu761 committed Feb 24, 2023
commit 9d1bc3044d60b225b403a6f9b92832a0b30317a0
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
- [Indexing](./topics/indexing.md)
- [SQL queries](./topics/sqlQueries.md)
- [MySQL](./topics/mysql.md)
- [node mysql](./topics/node-mysql.md)
- [node mysql](./topics/node-mysql.md)
- [SQL Server](./topics/sqlserver.md)
- [node mssql](./topics/node-mssql.md)
- [node mssql](./topics/node-mssql.md)

### **Tooling**

Expand All @@ -83,17 +83,17 @@
- [Methodologies (Agile/SCRUM)](./topics/methodologies.md)
- [Security](./topics/security.md)
- [Testing](./topics/testing.md)
- [Jest](./topics/testingJest.md)
- [Mocha](./topics/testingMocha.md)
- [Jest](./topics/testingJest.md)
- [Mocha](./topics/testingMocha.md)

### **Useful**

- [Algorithms](./topics/algos.md)
- [Graph Theory](./topics/graphTheory.md)
- [Graph Theory](./topics/graphTheory.md)
- [Binary base](./topics/base.md)
- [Bitwise](./topics/bitwise.md)
- [Bitwise](./topics/bitwise.md)
- [Assembly](./topics/assembly.md)
- [WebAssembly](./topics/wasm.md)
- [WebAssembly](./topics/wasm.md)
- [.NET](./topics/dotnet.md)
- [Notifications](./topics/notifications.md)

Expand Down