Senior SWE · AWS ☁️ · React · Agile & Sprint Expert · Building cloud-native systems · Watching AI reshape the tech world 🌏

Joined March 2009
71 Photos and videos
Pushpendra | AWS & Agile Engineer retweeted
Be visibly competent. If you have skills but others do not know about them, you will never get the opportunities you deserve. Make your abilities visible, and ensure that what you bring to the table is impossible to ignore.
49
181
2,629
49,530
The 2026 IPO rush explained in one sentence: Investors need liquidity to fund AI companies that need liquidity to build AI that will eventually replace the companies that just IPO'd. It's a circular economy of desperation dressed up as innovation. #AI #IPO #TechMarkets
10
Google: 75% of production code is now AI-generated. Engineers are still employed. Their role just shifted. The durable skills that keep you valuable: → Problem Clarity — turn vague chaos into solvable problems → Domain Depth — know your industry, not just your stack
1
7
→ Judgment — decide what SHOULD be built, not just what CAN be → Empathy — feel the user's pain before writing a line → Systems Thinking — see how everything connects
1
4
→ Ownership — be accountable when it breaks AI handles implementation now. Humans who define the problem, make the call, and own the outcome? Irreplaceable. #SoftwareEngineering #AI #TechCareers #FutureOfWork
2
Everyone's asking: "What jobs are safe from AI?" Wrong question. Ask: "What VALUE is safe from AI?" → Output? Not safe. AI does it faster and cheaper. → Relationships? Safe. AI can't earn trust over years. #AI #FutureOfWork #TechCareers #SoftwareEngineering
1
4
→ Information? Not safe. AI knows more than most consultants. → Accountability? Safe. Nobody wants an AI to be responsible when it goes wrong. → Generic skills? Not safe. → Judgment in YOUR specific context? Safe. The moat isn't what you know. It's who trusts you, and why.
1
Pushpendra | AWS & Agile Engineer retweeted
India spent 39 years and over 2000 crore on the Kaveri engine and still cannot hit the thrust a fighter needs. problem was never funding, GTRE had no access to how Rolls Royce or GE engineers think about single crystal blade metallurgy or combustion instability during flight. That kind of knowledge sits inside people who have iterated on live programs for decades, You cannot download someone else iteration history. You have to be inside the program to absorb what it teaches Every country that builds jet engines went through the same ugly loop, Test, fail, retest, discover something that fits nowhere in a textbook. India had no high altitude test facility for the Kaveri. Had to ship the engine to Russia for every trial run. You cannot absorb the parameters that separate a working hot section from a molten one by reading papers. That knowledge gets created inside the program itself. Miss the program, miss the knowledge. No workaround exists. GE will transfer 80% of F414 manufacturing tech to HAL, The remaining 20% is where the real gap lives. Core metallurgy, turbine cooling geometries, thermal margin tables that took forty years of flight data to build. Safran meanwhile is offering India full hot section know how for the AMCA engine. Two competing offers from two different countries, both telling India the same story. You can buy the right to assemble, You cannot buy the intuition that shaped the design. I love yur thought by the way, I watch few weeks Ago reel where he talked about how hard to make just blade :)
Mech & Aero is an area where, beyond a point, you learn only by doing and working in the ecosystems where state of the art/contemporary work is happening. There are no online resources where you can stay abreast of even 10% of what’s happening at near state of the art. The observed insights, the iterated methodologies, the analysis parameters all remain trade secrets. It diffuses entirely on a need to know basis. Two men of similar acumen would see significant divergence in their additional know why if they work in two different ecosystems in two different countries. This is true even in computational engineering domains.
134
728
4,091
536,207
Pushpendra | AWS & Agile Engineer retweeted
It's going to be pretty sad once Claude Code subsidy goes away... There is no way I will be able to spend thousands of dollars on tokens every month... Until that happens, going to use it to the max...
76
8
406
66,042
Pushpendra | AWS & Agile Engineer retweeted
Every migration you will ever do is a Ship of Theseus problem. The ancient Greeks had a paradox: if you replace every plank of a ship one by one, is it still the same ship? We face this every day, except the ship is in production :) The naive version of a migration is a full cutover: stop the old system, start the new one. It almost never works at scale. What actually happens is a slow, plank-by-plank replacement. Let me give you some examples... Database migrations are the clearest example. Moving from MySQL to PostgreSQL takes time. You run both databases in parallel, write to both (dual-write), and slowly shift small portions of reads to Postgres while monitoring for inconsistencies. Then, you gradually port the entire codebase. Language migrations follow the same pattern. You never rewrite everything from one language to another and flip the switch. It is also done on a piece-by-piece basis. A similar strategy is followed during monolith-to-microservices migrations. So, if you are planning something big, consider breaking it into planks and changing one at a time until your entire ship is new. Pro tip: use this analogy to sound smart in meetings and discussions :) It always works.
9
11
319
16,136
Pushpendra | AWS & Agile Engineer retweeted
Claude just fixed a flaky test by literally mocking the buggy function after spending 15 minutes trying to fix it. Peak AI behavior. To be honest, I would have done the same thing as an intern, out of frustration. Fascinating that AI can be both an intern and a staff engineer at the same time.
41
11
734
40,328
The most misunderstood DynamoDB pattern:
1
5
Single Table Design — storing ALL your entities in ONE table. Users, orders, products, sessions → one table. Sounds insane. Here's why it works: → Partition key sort key handle all relationships → One query = multiple entity types returned → No joins,
1
11
no multiple round trips → Massively cheaper at scale It breaks every relational instinct you have. That's the point. #DynamoDB #AWS #Serverless #SystemDesign
5
Pushpendra | AWS & Agile Engineer retweeted
When you join a new organization, it is quite natural to feel a strong urge to fix things. Let me ruffle some feathers here... You will notice processes, tools, or practices that feel inefficient, outdated, or even wrong. Maybe the team uses Jira instead of Linear, Java instead of Go, MongoDB instead of MySQL (for a use case), or Tabs instead of Spaces. It will be tempting to point it all out immediately. Resist that urge. Do not get overwhelmed by outrage. Every organization has quirks, and yours is no exception. Complaining loudly in your early days won't make people rally behind you. You may be right, but what you lack is context. What looks foolish from the outside might have made perfect sense at the time. So, start by asking why. Be curious. Ask questions, and listen closely. The more context you gather, the clearer the rationale will become. At first, focus on integrating rather than fixing. Show reliability, do good work, and build relationships. Once you have established credibility, you'll find that people are more open to your perspective. That's when you can choose your battles carefully. Keep this simple framework in mind: - Ask why before suggesting what - Listen more than you speak - Build trust before pushing change - Pick one thing, not everything Prove your ideas with small wins, and show that you understand the context. Over time, you will gain the influence to bring major changes and improvements. You can't fix everything on day one, but you can ruin trust in one. Hope this helps.
23
63
839
37,541
Pushpendra | AWS & Agile Engineer retweeted

2
3
6
25,482
The engineers who will thrive in the next 5 years aren't the best coders.They're the ones who understand: → System design at scale → Business context behind the feature → How to ship, not just buildCode is the easy part now. Judgment is the moat. #Career #AI #Leadership
10
Pushpendra | AWS & Agile Engineer retweeted
The industry has gone completely nuts. Use tokens to generate AI code and documentation slop. Then use even more tokens to understand and review that slop. Then judge engineers by token usage instead of how empathetic and clear their docs and code actually are, and completely neglect human comprehension. Utter nonsense.
206
478
5,466
196,315
Jira mistakes killing your sprint velocity Treating the sprint backlog as a wish list No WIP limits on the Kanban board Skip retrospectives when things are "going fine" Mix bug tickets and feature work without swimlanes Velocity as a performance metric, not a planning tool
18
As Indian IT giants lose ground, Anthropic & NVIDIA surge ahead — an inverse equation reshaping global tech power. #IndianIT #Anthropic #NVIDIA #AI #TechShift #MarketDynamics
12