Wrapped up coding the entire frontend of app.100xdevs using Next js, Shadcn, Framer Motion and Aceternity ui.
Deployed link : https://t.co/0naIUURwPr
GitHub: https://t.co/SWvLrGts0L
Hope you guys like it 😄.
@100xDevs@kirat_tw#100xDevs#nextjs
Hey @amazonIN, @AmazonHelp I need urgent help with Order #407-2759899-4757124. The delivery agent came twice but I never received the required OTP via SMS or email. Now my prepaid order is "Returning to seller" and my money is stuck
Please look into this matter
Attaching ss also
Zero-config support for Express, now on @vercel Fluid compute:
• Full @nodejs runtime
• Cold start prevention
• Multi-AZ and multi-region failover
• Efficient, cost-effective concurrency
Deploy Express backends with just 𝚊𝚙𝚙.𝚝𝚜.
https://t.co/SrjgkhxIgR
bored?
build your own git:
https://t.co/NDHnNqclw3
build your own database:
https://t.co/v7qTdZfvJ0
build your own redis:
https://t.co/sgr0jLN5im
build your own neural networks:
https://t.co/IkuaN9X1Rj
build your own os:
https://t.co/UPUJsfGYBF
I can keep going....
Many folks asked me if Rust is mandatory to start building on @solana :)
Answer: No
You can do 80%+ of things with just TypeScript and client side solana (prefer TS over JS).
Just learn:
- Solana account model & PDAs
- How transactions land on Solana
- Basics of Solana runtime
- Using Solana SDK (solana/web3.js)
- A little about Jito transactions
Then you can simply move into building:
→ Wallet extensions (Solana SDK)
→ Trading bots on DEX / launchpads (Anchor IDLs)
→ Integrate with any contract
→ Indexers (gRPC + protos)
→ Arbitrage bots (Kamino + RPC/gRPC)
→ Payment gateways
→ Tokens, NFTs, collections (Metaplex / Candy Machine)
→ DeFi projects
Most Solana products expose TS SDKs + Solana’s own solana/web3.js docs are amazing!