Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jharsh1202/jharsh1202
https://github.com/jharsh1202/jharsh1202
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/jharsh1202/jharsh1202
- Owner: jharsh1202
- Created: 2024-05-28T13:06:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-05-29T06:51:55.000Z (5 months ago)
- Last Synced: 2024-05-29T07:46:54.756Z (5 months ago)
- Language: Python
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Leetcode
## Solved DSA Problems 🚀
#### Total: 87 | Easy: 48 | Medium: 37 | Hard: 2
Data Structures
- [Arrays](dsa/ds/arrays.md)
- [Linked Lists](dsa/ds/linked-lists.md)
- [Stacks](dsa/ds/stacks.md)
- [Queues](dsa/ds/queues.md)
- [Trees](dsa/ds/trees.md)
- [Graphs](dsa/ds/graphs.md)
- [Heaps](dsa/ds/heaps.md)
- [Tries](dsa/ds/tries.md)
- [Hash Tables](dsa/ds/hash-tables.md)Algorithms
- [Sorting](dsa/algo/sorting.md)
- [Searching](dsa/algo/searching.md)
- [Dynamic Programming](dsa/algo/dynamic-programming.md)
- [Greedy Algorithms](dsa/algo/greedy.md)
- [Backtracking](dsa/algo/backtracking.md)
- [Divide and Conquer](dsa/algo/divide-and-conquer.md)
- [Graph Algorithms](dsa/algo/graph-algorithms.md)
- [String Algorithms](dsa/algo/string-algorithms.md)[awesome-low-level-design](cs/1-awesome-low-level-design.md)
Completed Projects
- [TinyURL Service - Go](https://github.com/jharsh1202/tinyurl-service/blob/main/readme.md)
- [Attendance App Backend - Django](https://github.com/jharsh1202/jyn_pathshala)
- [Attendance App Frontend - Flutter](https://github.com/Sparsh-Malhotra/pathshala)On Going Projects
Other Computer Science Topics
### System Design
- [Introduction to System Design](https://www.educative.io/courses/grokking-the-system-design-interview)
- [Scalability and Load Balancing](https://www.youtube.com/watch?v=4K2QDpnD1Q)
- [Database Design and Optimization](https://www.youtube.com/watch?v=f6UazhYgwxk)
- [Caching Strategies](https://redis.io/documentation)
- [Microservices Architecture](https://martinfowler.com/microservices/)### Operating Systems
- [Processes and Threads](https://www.youtube.com/watch?v=1gpp8gySgtI)
- [Memory Management](https://www.tutorialspoint.com/operating_system/os_memory_management.htm)
- [File Systems](https://www.geeksforgeeks.org/file-systems-in-operating-system/)
- [Synchronization and Concurrency](https://www.udacity.com/course/introduction-to-operating-systems--ud923)### Networking
- [OSI Model](https://www.cloudflare.com/learning/network-layer/what-is-the-osi-model/)
- [TCP/IP Protocols](https://www.youtube.com/watch?v=VPBfvAzHYDA)
- [HTTP/HTTPS Protocol](https://developer.mozilla.org/en-US/docs/Web/HTTP)
- [RESTful API Design](https://restfulapi.net/)
- [WebSocket Protocol](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket)### Databases
- [Relational Databases (SQL)](https://www.w3schools.com/sql/)
- [NoSQL Databases](https://www.mongodb.com/nosql-explained)
- [ACID and CAP Theorem](https://dzone.com/articles/demystifying-the-cap-theorem)
- [Database Indexing](https://use-the-index-luke.com/)
- [Transactions and Isolation Levels](https://www.youtube.com/watch?v=kjHu0I9iiuY)### Security
- [Authentication and Authorization](https://auth0.com/docs/architecture-scenarios/web-app-authentication-authorization)
- [Encryption and Cryptography](https://www.youtube.com/watch?v=3QnD2c4Xovk)
- [Web Application Security (OWASP Top 10)](https://owasp.org/www-project-top-ten/)
- [Security Best Practices](https://www.troyhunt.com/10-best-practices-for-building-secure-web-applications/)