Skip to content
View sawakaga's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report sawakaga

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
sawakaga/README.md

👋 Hi, I'm Mert Anıl Gören

Lead Blockchain & Backend Developer | Web3 Enthusiast

🎓 Current Status

  • 📚 Pursuing Master's in Finance, Management and Data Analytics in Rome
  • 🔍 Open to Blockchain & Backend Lead positions
  • 🌍 Available for remote/hybrid roles in EU

💼 Professional Experience

🎮 Technical Lead @ Dreams Quest (Sep 2021 - Mar 2024)

Decentralized Play-to-Earn RPG Game Platform

// Key Achievements
const achievements = {
  tech: ["Dynamic NFT System", "On-chain Game History", "Character Attributes"],
  role: ["Architecture Design", "Team Leadership", "Blockchain Integration"]
};

### 🔗 Lead Backend Developer @ TokenSuite _(Jan 2022 - Present)_
> Blockchain Infrastructure Company
```typescript
// Team Leadership
const team = {
  size: 5,
  methodology: "Kanban",
  focus: ["AWS Serverless", "Blockchain Integration", "Client Management"]
};

⛓️ Blockchain Developer @ TokenSuite (Jan 2021 - Jan 2022)

Delivered Four Major Blockchain Projects

const projects = {
  nftMarketplace: {
    features: ["Trading Platform", "Auction System", "Metadata Management"]
  },
  defi: {
    type: "Compound v2 Style",
    features: ["Liquidity Mining", "Interest Rate Models"]
  },
  ido: {
    features: ["Token Launch", "Smart Contracts", "Vesting"]
  },
  gaming: {
    features: ["Smart Contracts", "On-chain Logic"]
  }
};

🛠️ Tech Stack

Blockchain & Web3

{
  "smart_contracts": ["Solidity", "Web3.js", "Ethers.js"],
  "standards": ["ERC-20", "ERC-721", "ERC-1155"],
  "tools": ["Hardhat", "Truffle", "IPFS"]
}

Backend & Cloud

{
  "backend": ["NestJS", "Node.js", "TypeScript"],
  "aws": ["Amplify", "AppSync", "SNS", "API Gateway", "S3"],
  "databases": ["PostgreSQL", "MongoDB"],
  "patterns": ["Microservices", "Event-Driven", "Serverless"]
}

🚀 Featured Projects

NFT Marketplace

View Details
  • Full implementation of ERC-721/ERC-1155 standards
  • Advanced trading functionality and auction mechanisms
  • Metadata management with IPFS integration
  • Real-time price feeds and market analytics

DeFi Protocol

View Details
  • Compound v2 style lending protocol
  • Advanced interest rate models
  • Liquidity mining implementation
  • Token economics design and implementation

Dynamic NFT Gaming Platform

View Details
  • On-chain attribute modification system
  • Real-time game state management
  • Dynamic NFT metadata updates
  • Cross-chain compatibility

🌐 Languages

languages = {
    "English": "Professional",
    "Turkish": "Native",
    "Italian": "Beginner"
}

📫 How to reach me


Popular repositories Loading

  1. nestjs-amqp nestjs-amqp Public

    Forked from nestjsx/nestjs-amqp

    Amqp connections for nestjs 💌

    TypeScript 1

  2. sawakaga.github.io sawakaga.github.io Public

    HTML

  3. OrderStatisticsTree OrderStatisticsTree Public

    Forked from rob-Hitchens/OrderStatisticsTree

    Solidity - Self-Balancing Binary Search Tree with Order Statistics

    Solidity

  4. mailer mailer Public

    Forked from nest-modules/mailer

    📨 A mailer module for Nest framework (node.js)

    TypeScript

  5. ultimate-backend ultimate-backend Public

    Forked from juicycleff/ultimate-backend

    Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication

    TypeScript

  6. pytube pytube Public

    Forked from pytube/pytube

    A lightweight, dependency-free Python library (and command-line utility) for downloading YouTube Videos.

    Python