Inosuke

5.4K posts

Inosuke banner
Inosuke

Inosuke

@Inosukeei_coder

• Tech • shitpost • profession backend • passion frontend • Learning & building. • Java fullstack dev

infinity castle Beigetreten Kasım 2025
568 Folgt1K Follower
Inosuke
Inosuke@Inosukeei_coder·
What’s stopping more people from getting software jobs? - too much competition. - poor guidance. - inconsistency. - weak projects. Choose one.
English
5
0
11
49
Inosuke
Inosuke@Inosukeei_coder·
@Saanvi_dhillon There is no compitition, just everyone doing same - mern stack, same projects
English
0
0
0
2
DROID
DROID@droidbuilds·
@Inosukeei_coder Ye reply kabka kra tha abhi ghr aaya toh gaya hai 😂
हिन्दी
1
0
1
3
Inosuke retweetet
Inosuke
Inosuke@Inosukeei_coder·
30 tech companies with massive workforce + strong engineer pay.. - Amazon — 1,576,000 employees — SWE avg pay: ~$190k–$230k . - IBM — ~270,000 employees — SWE avg pay: ~$150k–$190k. - Microsoft — 228,000 employees — SWE avg pay: ~$220k–$250k . - Accenture — ~210,000 tech total company is far bigger — SWE avg pay: ~$120k–$170k. - Alphabet (Google) — 190,820 employees — SWE avg pay: ~$250k–$340k . - Apple — 166,000 employees — SWE avg pay: ~$230k–$280k. - Oracle — 162,000 employees — SWE avg pay: ~$180k–$230k. - Cisco — ~90,000 employees — SWE avg pay: ~$190k–$230k. - Salesforce — 76,453 employees — SWE avg pay: ~$210k–$260k . - Lenovo — 72,000 employees — SWE avg pay: ~$120k–$170k . - HP — 55,000 employees — SWE avg pay: ~$140k–$180k. - Intel — ~124,800 employees — SWE avg pay: ~$180k–$230k. - Dell — ~97,000 employees — SWE avg pay: ~$140k–$180k . - SAP — 109,973 employees — SWE avg pay: ~$160k–$210k . - Meta — ~74,000 employees — SWE avg pay: ~$280k–$380k . - Adobe — 31,360 employees — SWE avg pay: ~$210k–$260k . - NVIDIA — ~36,000 employees — SWE avg pay: ~$240k–$320k. -Uber — ~31,000 employees — SWE avg pay: ~$220k–$300k. LinkedIn — ~18,000 employees — SWE avg pay: ~$316k. - Intuit — 18,200 employees — SWE avg pay: ~$210k–$260k . - Airbnb — ~7,300 employees — SWE avg pay: ~$250k–$330k. - Atlassian — ~14,400 after recent layoffs — SWE avg pay: ~$180k–$240k . - ServiceNow — ~26,000 employees — SWE avg pay: ~$210k–$270k. - Workday — ~20,400 employees — SWE avg pay: ~$190k–$240k. - PayPal — ~27,000 employees — SWE avg pay: ~$170k–$220k. - Shopify — ~8,100 employees — SWE avg pay: ~$170k–$230k . - Expedia — 16,000 employees — SWE avg pay: ~$160k–$210k . - Block — ~12,000 employees — SWE avg pay: ~$200k–$270k. - Pinterest — ~4,200 employees — SWE avg pay: ~$220k–$300k. - Dropbox — ~2,300 employees — SWE avg pay: ~$210k–$280k.
English
5
0
10
101
adi
adi@redlaysdedo·
Be honest, which device is better for students? Desktop or Laptop
adi tweet mediaadi tweet media
English
3
0
4
65
Ritesh Roushan
Ritesh Roushan@devXritesh·
🧠 Google autocomplete is straight-up sorcery. You type just "how to..." And it instantly drops: • how to make money • how to cook pasta • how to tie a tie This happens across 16.4 BILLION searches every single day in 2026. How the hell does it return perfect suggestions in under 100ms at this scale? Deep technical breakdown 👇 1. Trie (Prefix Tree) - The Magic Data Structure Every character is a node in a tree. Typing “h-o-w- -t-o” walks straight to the exact prefix node in O(K) time (K = length of input). No scanning billions of queries just instant pointer to all completions. 2. Precomputed + Smart Ranking Offline pipelines crunch trillions of past searches daily. Each trie node stores top-K suggestions pre-ranked by: • Frequency & trends • Click-through rate • Personalization (your history) + location + freshness ML models keep everything updated in real-time. 3. Production-Grade Scaling • Sharded & replicated across global data centers • In-memory layers (custom + Redis-style caching) for hottest prefixes • Edge/CDN caching + microservices load balancing • Handles 100,000+ queries per second with p99 latency <100ms This exact pattern powers autocomplete on LinkedIn, Amazon, YouTube anywhere you see instant suggestions. Backend & system design devs: this is the gold standard. Saved this thread? Drop 🔥 below. What Google feature should I break down next?
Ritesh Roushan@devXritesh

As a developer, Have you ever wondered : You type just "how to" in Google search and it instantly shows full suggestions like "how to make money", "how to cook pasta" etc... There are 8.5+ billion searches globally every day. How is this autocomplete so fast?

English
1
0
5
99
Mayur
Mayur@iamMayurChouhan·
I got 4 days off and i have no plans, what to do in pune? 😭
English
23
1
39
1.1K
Chwenchyyy
Chwenchyyy@PhantomPetalss·
I thought I was working hard in silence… turns out my mom is running a full PR agency behind my back 😭 At this point the neighborhood knows my study schedule better than I do 🤡
Chwenchyyy tweet media
English
17
3
28
269
Inosuke
Inosuke@Inosukeei_coder·
@ravikiran_dev7 Efficient algorithms, needs. To fetch & send data efficiently.
English
1
0
1
138
Ray🫧
Ray🫧@ravikiran_dev7·
Interviewer: Your page loads in 100 ms in England but 600 ms in India. Same backend. Same code. What would you use to fix this?
English
13
1
24
2.5K
R𝛼m
R𝛼m@ram_t3ch·
be honest, what are you using AI most for? - Ideas - coding - marketing - prompting
English
18
0
14
347
DROID
DROID@droidbuilds·
Be honest , what age did you start coding? I started at 19 😅
DROID tweet media
English
90
0
80
2.6K
Inosuke
Inosuke@Inosukeei_coder·
Tech truth: Learning is easy. Building is hard. Explaining is harder. Repeating for months is hardest. That’s why consistency beats motivation.
English
7
1
13
136
Inosuke
Inosuke@Inosukeei_coder·
@Adidotdev Bro have reason to live life.
English
0
0
1
21
Adit_Yah🍁
Adit_Yah🍁@Adidotdev·
Why is he still pushing code ?
Adit_Yah🍁 tweet media
English
47
1
64
4.6K
Inosuke
Inosuke@Inosukeei_coder·
@harsh567_8 Seriously my whole course undergraduate fees arr less.
English
1
0
1
7
Shikamaru ☕
Shikamaru ☕@pranavcodes_·
there's no way you can beat linux aesthetics
Shikamaru ☕ tweet media
English
10
0
32
424