Shubh

615 posts

Shubh banner
Shubh

Shubh

@Subhdotsol

Fellow @solana , @Bitcoin Creator of vimgram & Gitwatch builder @solanaturbine

Jamshedpur Katılım Şubat 2021
560 Takip Edilen612 Takipçiler
Sabitlenmiş Tweet
Shubh
Shubh@Subhdotsol·
My First @solana Interview — and a Lesson I’ll Never Forget Lately i applied to a Solana company after seeing an opening for a DeFi Developer role. this was actually my first time ever applying and getting interviewed by a Solana company. Before applying, i had already built a few smart contracts — AMMs, DAMMs, vaults, escrows, etc. so i was feeling pretty confident going in. But during the interview, i realized i had missed one very important thing — Rust. yeah, i had done Rust before — up till smart pointers , but they started asking me questions about asynchronous Rust, multithreaded servers, and concurrency… and i completely fumbled. i won’t lie, it stung a bit. i was disheartened. i felt like all the work i’d done wasn’t enough. but later i realized — this is just part of the process. Every rejection, every hard interview, every unexpected question — it’s all shaping me into a better developer. my biggest takeaway from this? "Anchor is easy. Rust is hard. My first Solana interview taught me that the hard way." So yeah, i’ll be doing more and more Rust — until I can handle anything thrown at me. @SuperteamIN @kirat_tw
English
26
5
320
19.4K
Shubh
Shubh@Subhdotsol·
Yay finally 600 🎉 , I am going to raise the bar from here with more projects which are real engineering coming soon.
Shubh tweet media
English
1
0
20
241
Shubh
Shubh@Subhdotsol·
Attended day 1 of the Solana SuperDev Bootcamp today This time I am not just using Solana but actually trying to understand how it works at a deeper level what happens behind the scenes and why things are built the way they are It already feels challenging and a bit overwhelming but that is exactly the point growth comes from stepping into things you do not fully understand yet Let's see how next 7 week goes
Shubh tweet media
English
4
3
49
2.1K
Anmol
Anmol@anmol0b·
Got selected in cohort #4 of @rektoff_xyz Solana Rust Security Bootcamp !!
Anmol tweet media
English
9
0
35
941
Shubh
Shubh@Subhdotsol·
Assembly gives you the power to reverse engineer pretty much everything , so i wrote a simple hello world program just to see what happens under the memory
Shubh tweet media
English
1
1
20
539
Shubh
Shubh@Subhdotsol·
Recently spent some time learning rust macros tried both declarative and proc macros - got hands on with syn for AST parsing - quote for generating code back starting to make sense now 😎 repo link : github.com/subhdotsol/pro…
English
4
4
36
809
Shubh
Shubh@Subhdotsol·
Just merged a PR from @rohitdev_sol into the proc macro repository featuring a to_map trait that enables seamless conversion between structs and hashmaps
Rohit@rohitdev_sol

Took a repo from @Subhdotsol and extended it with ToMap + FromMap derive macros. Also ditched the Cargo confusion and wired everything with a Makefile. Rust macros + workspaces are finally clicking 😌 PR Link : #issue-4097554693" target="_blank" rel="nofollow noopener">github.com/subhdotsol/Pro…

English
0
1
11
226
Shubh
Shubh@Subhdotsol·
Built a CPU process scheduler from scratch in C . Comparing FCFS , SJF , Round Robin and Priority Scheduling with proper ready queue . Repo : github.com/subhdotsol/CPU…
English
6
3
49
1.2K
yashgarg.sol | 📌 Network School
We're hiring a BD intern. If you've ever closed a deal, landed a collab, or talked your way into something you had no business being in — DM me. 🧵 What you'll actually do ↓ • Source & close partnerships (not busy work) • Talk to founders, builders, and operators daily • Get a front-row seat to how deals actually get done Remote • Paid RT if you know someone perfect for this 🔁
English
60
5
223
30.5K
nikki.rs
nikki.rs@its_nikkii_2004·
@Subhdotsol @jonhoo @solana Bro why u keep tagging the people, solana and anything like one or two makes sense but why always.. attention or what but okkkk --- no offence
English
1
0
0
36
Shubh retweetledi
Rohit
Rohit@rohitdev_sol·
Finally understood why Rust macros like vec![] and hashmap![] use {} inside. Macros often generate multiple statements (let, push, insert) but Rust expects a single expression. Wrapping them in a block {} makes the whole thing evaluate to the last value (data structure itself).
English
3
10
22
678