Rishav (@learnerakash) 's Twitter Profile
Rishav

@learnerakash

Just Curious for something new.

ID: 1495977662233276420

calendar_today22-02-2022 04:24:34

100 Tweet

84 Takipรงi

2,2K Takip Edilen

Ashish Pratap Singh (@ashishps_1) 's Twitter Profile Photo

LeetCode was HARD until I Learned these 15 Patterns: 1. Prefix Sum 2. Two Pointers 3. Sliding Window 4. Fast & Slow Pointers 5. LinkedList In-place Reversal 6. Monotonic Stack 7. Top โ€˜Kโ€™ Elements 8. Overlapping Intervals 9. Modified Binary Search 10. Binary Tree Traversal 11.

LeetCode was HARD until I Learned these 15 Patterns:

1. Prefix Sum
2. Two Pointers
3. Sliding Window
4. Fast & Slow Pointers
5. LinkedList In-place Reversal
6. Monotonic Stack
7. Top โ€˜Kโ€™ Elements
8. Overlapping Intervals
9. Modified Binary Search
10. Binary Tree Traversal
11.
Ashish Pratap Singh (@ashishps_1) 's Twitter Profile Photo

How I'd Learn System Design Fundamentals (If I Had To Start Over): ๐Ÿ“Œ ๐Š๐ž๐ฒ ๐‚๐จ๐ง๐œ๐ž๐ฉ๐ญ๐ฌ: - Scalability - Availability - CAP Theorem - ACID Transactions - Consistent Hashing - Rate Limiting - API Design - Fault Tolerance - Consensus Algorithms - Gossip Protocol - Service

How I'd Learn System Design Fundamentals (If I Had To Start Over):

๐Ÿ“Œ ๐Š๐ž๐ฒ ๐‚๐จ๐ง๐œ๐ž๐ฉ๐ญ๐ฌ:
- Scalability
- Availability
- CAP Theorem
- ACID Transactions
- Consistent Hashing
- Rate Limiting
- API Design
- Fault Tolerance
- Consensus Algorithms
- Gossip Protocol
- Service
Ashish Pratap Singh (@ashishps_1) 's Twitter Profile Photo

4 GitHub repositories to prepare for 4 different types of Software Engineering interviews: 1. ๐’๐ฒ๐ฌ๐ญ๐ž๐ฆ ๐ƒ๐ž๐ฌ๐ข๐ ๐ง ๐ˆ๐ง๐ญ๐ž๐ซ๐ฏ๐ข๐ž๐ฐ๐ฌ: github.com/ashishps1/awesโ€ฆ 2. ๐Ž๐›๐ฃ๐ž๐œ๐ญ ๐Ž๐ซ๐ข๐ž๐ง๐ญ๐ž๐ ๐ƒ๐ž๐ฌ๐ข๐ ๐ง ๐ˆ๐ง๐ญ๐ž๐ซ๐ฏ๐ข๐ž๐ฐ๐ฌ: github.com/ashishps1/awesโ€ฆ 3. ๐‚๐จ๐๐ข๐ง๐ 

Ashish Pratap Singh (@ashishps_1) 's Twitter Profile Photo

๐’๐ฒ๐ฌ๐ญ๐ž๐ฆ ๐ƒ๐ž๐ฌ๐ข๐ ๐ง: ๐‡๐จ๐ฐ ๐ญ๐จ ๐’๐œ๐š๐ฅ๐ž ๐š ๐ƒ๐š๐ญ๐š๐›๐š๐ฌ๐ž 1. ๐•๐ž๐ซ๐ญ๐ข๐œ๐š๐ฅ ๐’๐œ๐š๐ฅ๐ข๐ง๐ : Increase the power of the database server by adding more CPU, RAM, or storage to handle increased load. 2. ๐ˆ๐ง๐๐ž๐ฑ๐ข๐ง๐ : Create indexes on frequently queried columns to

๐’๐ฒ๐ฌ๐ญ๐ž๐ฆ ๐ƒ๐ž๐ฌ๐ข๐ ๐ง: ๐‡๐จ๐ฐ ๐ญ๐จ ๐’๐œ๐š๐ฅ๐ž ๐š ๐ƒ๐š๐ญ๐š๐›๐š๐ฌ๐ž

1. ๐•๐ž๐ซ๐ญ๐ข๐œ๐š๐ฅ ๐’๐œ๐š๐ฅ๐ข๐ง๐ : Increase the power of the database server by adding more CPU, RAM, or storage to handle increased load.

2. ๐ˆ๐ง๐๐ž๐ฑ๐ข๐ง๐ : Create indexes on frequently queried columns to
Ashish Pratap Singh (@ashishps_1) 's Twitter Profile Photo

Dynamic Programming was HARD until I Learned these 20 Patterns: 1. Fibonacci Sequence 2. Kadane's Algorithm 3. 0/1 Knapsack 4. Unbounded Knapsack 5. Longest Common Subsequence (LCS) 6. Longest Increasing Subsequence (LIS) 7. Palindromic Subsequence 8. Edit Distance 9. Subset Sum

Dynamic Programming was HARD until I Learned these 20 Patterns:

1. Fibonacci Sequence
2. Kadane's Algorithm
3. 0/1 Knapsack
4. Unbounded Knapsack
5. Longest Common Subsequence (LCS)
6. Longest Increasing Subsequence (LIS)
7. Palindromic Subsequence
8. Edit Distance
9. Subset Sum
Ashish Pratap Singh (@ashishps_1) 's Twitter Profile Photo

7 must-know runtime complexities for coding interviews: 1. ๐Ž(1) - ๐‚๐จ๐ง๐ฌ๐ญ๐š๐ง๐ญ ๐ญ๐ข๐ฆ๐ž - The runtime doesn't change regardless of the input size. - Example: Accessing an element in an array by its index. 2. ๐Ž(๐ฅ๐จ๐  ๐ง) - ๐‹๐จ๐ ๐š๐ซ๐ข๐ญ๐ก๐ฆ๐ข๐œ ๐ญ๐ข๐ฆ๐ž - The runtime

7 must-know runtime complexities for coding interviews:

1. ๐Ž(1) - ๐‚๐จ๐ง๐ฌ๐ญ๐š๐ง๐ญ ๐ญ๐ข๐ฆ๐ž
- The runtime doesn't change regardless of the input size.
- Example: Accessing an element in an array by its index.

2. ๐Ž(๐ฅ๐จ๐  ๐ง) - ๐‹๐จ๐ ๐š๐ซ๐ข๐ญ๐ก๐ฆ๐ข๐œ ๐ญ๐ข๐ฆ๐ž
- The runtime
VJ's Insights (@vjsinsights) 's Twitter Profile Photo

I have given DSA, System Design and Behavioral interviews of the following orgs and have cleared - Google - Meta - Coinbase - Robinhood - Shopify - And plenty of others that I didnโ€™t clear... but hey, does that really matter? Iโ€™ve also spent 6.5 years at Amazon and 10 years at

I have given DSA, System Design and Behavioral interviews of the following orgs and have cleared

- Google
- Meta
- Coinbase
- Robinhood
- Shopify
- And plenty of others that I didnโ€™t clear... but hey, does that really matter?

Iโ€™ve also spent 6.5 years at Amazon and 10 years at
Ashish Pratap Singh (@ashishps_1) 's Twitter Profile Photo

System Design was HARD until I Learned these 30 Concepts: 1. Client-Server Architecture 2. IP Address 3. DNS 4. Proxy / Reverse Proxy 5. Latency 6. HTTP/HTTPS 7. APIs 8. Rest API 9. GraphQL 10. Databases 11. SQL vs NoSQL 12. Vertical Scaling 13. Horizontal Scaling 14. Load

System Design was HARD until I Learned these 30 Concepts:

1. Client-Server Architecture
2. IP Address
3. DNS
4. Proxy / Reverse Proxy
5. Latency
6. HTTP/HTTPS
7. APIs
8. Rest API
9. GraphQL
10. Databases
11. SQL vs NoSQL
12. Vertical Scaling
13. Horizontal Scaling
14. Load
Dr. Eric Berg (@dr_ericberg) 's Twitter Profile Photo

Your body WONโ€™T FUNCTION without this mineral! Yet over 70% of people are unknowingly deficient, and the signs are often mistaken for stress, aging, or fatigue. Hereโ€™s why MAGNESIUM is essential, and how to fix the silent deficiency that could be draining your health:๐Ÿงต

Your body WONโ€™T FUNCTION without this mineral!

Yet over 70% of people are unknowingly deficient, and the signs are often mistaken for stress, aging, or fatigue.

Hereโ€™s why MAGNESIUM is essential, and how to fix the silent deficiency that could be draining your health:๐Ÿงต
Faiza Chenti Adam | CyberBuddie (@cyberchenti) 's Twitter Profile Photo

Cybersecurity Basics you should know The OSI Model. The OSI Model is a framework that describes how computers and devices communicate over a network. It divides this process intoย seven layers, each responsible for a specific part of the communication. 1๏ธโƒฃ Physical Layer: The

Andrew D. Huberman, Ph.D. (@hubermanlab) 's Twitter Profile Photo

The most effective health & longevity protocol= the levers that make 90% of the difference: sleep, cardio & weight training, light in am/day, dim/dark at night, stress control, eating unprocessed quality foods & real connection should be done 90%* of your remaining days.

Rishav (@learnerakash) 's Twitter Profile Photo

Karnataka govt, give us the holiday we deserve โ€” letโ€™s celebrate RCBโ€™s epic win the way only Bengaluru can! ๐Ÿ†๐Ÿ›‘๐ŸŽ‰ #RCB #HolidayForRCB #EeSalaCupNamde #RCBvsPBKS #IPLFinals #IPL2025 #EeSalaCupNamde CM of Karnataka

Karnataka govt, give us the holiday we deserve โ€” letโ€™s celebrate RCBโ€™s epic win the way only Bengaluru can! ๐Ÿ†๐Ÿ›‘๐ŸŽ‰ #RCB #HolidayForRCB #EeSalaCupNamde
#RCBvsPBKS #IPLFinals #IPL2025
#EeSalaCupNamde 

<a href="/CMofKarnataka/">CM of Karnataka</a>
Akshay Saini (@akshaymarch7) 's Twitter Profile Photo

๐Ÿง  Most students think DSA is just for coding interviews. But DSA is not just about getting the job, Itโ€™s about learning how to think. Let me show you where it shows up in real life: 0. Stacks - Undo/Redo in editors, navigation history 1. Queues - Task scheduling, food delivery

AI Engineer (@aidotengineer) 's Twitter Profile Photo

๐Ÿ†• Releasing our entire RL + Reasoning track! featuring: โ€ข will brown, Prime Intellect โ€ข Greg Kamradt, Arc Prize โ€ข Nathan Lambert, AI2/Interconnects โ€ข Kyle Corbitt, OpenPipe โ€ข Aakanksha Chowdhery, Reflection โ€ข Ryan Marten, Bespoke โ€ข Christian Szegedy, Morph with special 3 hour workshop from:

๐Ÿ†• Releasing our entire RL + Reasoning track!

featuring:

โ€ข <a href="/willccbb/">will brown</a>, Prime Intellect
โ€ข <a href="/GregKamradt/">Greg Kamradt</a>, Arc Prize
โ€ข <a href="/natolambert/">Nathan Lambert</a>, AI2/Interconnects
โ€ข <a href="/corbtt/">Kyle Corbitt</a>, OpenPipe
โ€ข <a href="/achowdhery/">Aakanksha Chowdhery</a>, Reflection
โ€ข <a href="/ryanmart3n/">Ryan Marten</a>, Bespoke
โ€ข <a href="/ChrSzegedy/">Christian Szegedy</a>, Morph

with special 3 hour workshop from:
ShaRPeyE (@sharpeye_wnl) 's Twitter Profile Photo

organized all the books you'll ever need for AI , ML , GenAI , LLMs , GANs in one place. the only resource you'll ever need (check comments for link)

organized all the books you'll ever need for AI , ML , GenAI , LLMs , GANs in one place.

the only resource you'll ever need

(check comments for link)