8000 datmedevil17 (Rakshit Shukla) Β· GitHub
[go: up one dir, main page]

Skip to content
View datmedevil17's full-sized avatar
πŸ’­
at work
πŸ’­
at work

Highlights

  • Pro

Block or report datmedevil17

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
datmedevil17/README.md

Open Source Love

struct Developer {
    name: &'static str,
    role: &'static str,
    langs: [&'static str; 6],
    interests: [&'static str; 2],
}

fn main() {
    let rakshit = Developer {
        name: "Rakshit Shukla",
        role: "Full Stack Web3 Developer & UI/UX Designer πŸš€",
        langs: ["🌐 TypeScript", "πŸ›οΈ Solidity", "πŸš€ Javascript", "⚑ C++", "β›½ Rust", "🐍 Python"],
        interests: ["🌐 Ethereum Development", "β˜€οΈ Solana Development"],
    };
    
    println!("Hi, I'm {} πŸ‘‹", rakshit.name);
    println!("{}", rakshit.role);
    println!("Languages: {}", rakshit.langs.join(", "));
    println!("Currently exploring: {}", rakshit.interests.join(", "));
}
  • πŸ”­ Building innovative Web3 applications and blockchain solutions
  • 🌱 Deep diving into Solana development
  • 🎨 Passionate about creating beautiful and functional user experiences
  • ⚑ Fun fact: I debug code faster than I debug my life choices!

🌐 Connect with me:

Portfolio LinkedIn Instagram X Behance Pinterest

✨ Tech Arsenal & Creative Tools

πŸ”€ Programming Languages

TypeScript Cairo Move C Fuel Python JavaScript Java Rust Solidity C++ HTML5

🌐 Decentralized

Solana Ethereum Anchor Soroban Stellar Aptos Farcaster

πŸš€ Frameworks & Libraries

React Next.js Node.js Express.js TailwindCSS Bootstrap Redux Socket.io Web3.js GraphQL Wagmi

πŸ€– AI/ML & Data Science

TensorFlow Keras NumPy Pandas Matplotlib OpenCV

πŸ—„οΈ Databases & Cloud Infrastructure

MongoDB MySQL Firebase AWS Vercel Netlify

🎨 Design & Creative Tools

Figma Adobe Illustrator Adobe Lightroom Blender Canva

πŸ› οΈ Development & DevOps

Git GitHub Docker Vite NPM

πŸ“Š GitHub Analytics

πŸ’‘ Random Dev Wisdom


πŸ’» "Code is poetry written in logic" πŸ’»

Popular repositories Loading

  1. jansunwAI jansunwAI Public

    JavaScript 3 6

  2. Hof-submission Hof-submission Public

    JavaScript 1 2

  3. reclaim-project reclaim-project Public

    JavaScript 1

  4. Juke Juke Public

    Rust 1 1

  5. Aracnid Aracnid Public

    JavaScript 1 1

  6. sweet-solana-twitter sweet-solana-twitter Public

    TypeScript 1 3

0