Skip to content
View DecentralizedGlasses's full-sized avatar
🎯
Focusing
🎯
Focusing
  • USA
  • 01:52 (UTC -05:00)

Block or report DecentralizedGlasses

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

πŸ‘‹ Hi, I'm 0x736976 (SIV)

πŸ‘€ About Me

  • πŸŽ“ Master’s in Computer Science @ Kent State University
  • πŸ’» Web3 Enthusiast
  • πŸ‘¨β€πŸŽ“ Always Student
  • 🌍 Based in the US | Originally from India

πŸ› οΈ Tech Stack

🌐 Languages

JavaScript
TypeScript
Python
Java
SQL
Solidity

βš›οΈ Web & Mobile

React
Next.js
Node.js
Express
React Native
TailwindCSS

πŸ—„οΈ Backend & Databases

Spring Boot
PostgreSQL
MongoDB
MySQL
Appwrite
Prisma

☁️ Cloud & DevOps

AWS
Docker
GitHub Actions
CI/CD

⛓️ Web3 & Blockchain

Solidity
Hardhat
Foundry
Ethers.js
Chainlink


πŸ“Œ What I’m Looking For

  • πŸ’Ό Full-time roles: Web3 Developer | Software Engineer | Data Engineer | Smart Contract Developer
  • 🌟 Interests: Scalable backend systems, modern frontend apps, decentralized applications
  • 🀝 Open to collaborations, mentorship, and Web3 projects

πŸ“« Connect with Me


πŸ“Š GitHub Stats

Sivaji's GitHub stats
Top Langs
GitHub Streak


✨ Fun fact: I love bridging Web2 and Web3 by bringing blockchain power into everyday applications!

Pinned Loading

  1. Ozpyn/SWE-Beta-Summer-2025 Ozpyn/SWE-Beta-Summer-2025 Public

    Software Engineering: Graduate (CS 6/73901)

    JavaScript 1

  2. Blockchain-Jouney Blockchain-Jouney Public

    This is my journey from a zero to hero Blockchain developer

    Solidity

  3. Created using remix-ide: Realtime Et... Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.30+commit.73712a01.js&optimize=false&runs=200&gist=
    1
    //SPDX-License-Identifier: MIT
    2
    
                  
    3
    pragma solidity ^0.8.17;
    4
    
                  
    5
    contract simpleStorage {
  4. Created using remix-ide: Realtime Et... Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.30+commit.73712a01.js&optimize=false&runs=200&gist=
    1
    //SPDX-License-Identifier: MIT
    2
    
                  
    3
    pragma solidity ^0.8.0;
    4
    
                  
    5
    contract simpleStorage {
  5. Created using remix-ide: Realtime Et... Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.30+commit.73712a01.js&optimize=false&runs=200&gist=
    1
    // SPDX-License-Identifier: MIT
    2
    pragma solidity ^0.8.0;
    3
    
                  
    4
    // solhint-disable-next-line interface-starts-with-i
    5
    interface AggregatorV3Interface {