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.

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
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