Skip to content
View seckinsoygan's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report seckinsoygan

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
seckinsoygan/README.md
███████╗███████╗ ██████╗██╗  ██╗██╗███╗   ██╗
██╔════╝██╔════╝██╔════╝██║ ██╔╝██║████╗  ██║
███████╗█████╗  ██║     █████╔╝ ██║██╔██╗ ██║
╚════██║██╔══╝  ██║     ██╔═██╗ ██║██║╚██╗██║
███████║███████╗╚██████╗██║  ██╗██║██║ ╚████║
╚══════╝╚══════╝ ╚═════╝╚═╝  ╚═╝╚═╝╚═╝  ╚═══╝

Niyazi Seçkin Soygan

Mid-Level Software Developer · Fintech & Algorithmic Trading Specialist

Building the infrastructure that moves markets 🚀

Portfolio Blog LinkedIn Email Location


👨‍💻 About Me

I'm a software developer specializing in fintech platforms and algorithmic trading systems, currently working at EKON Software & Technology on the Algolab platform within DenizYatırım's Algorithmic Trading department.

I thrive at the intersection of high-performance backend systems and data-intensive financial applications — from real-time market data pipelines to automated report generation at scale.

🔗 Find my full portfolio, case studies, and writing at seckinsoygan.me — hand-coded, v2.0.

var seckin = new Developer
{
    Name        = "Niyazi Seçkin Soygan",
    Role        = "Mid-Level Software Developer",
    Company     = "EKON Yazılım ve Teknoloji A.Ş.",
    Domain      = "Fintech / Algorithmic Trading",
    Languages   = new[] { "C#", ".NET", "Python", "JavaScript", "SQL" },
    Architecture= new[] { "Microservices", "N-Tier", "Onion", "CQRS", "Clean Architecture" },
    Website     = "https://seckinsoygan.me",
    CurrentlyOn = "DenizYatırım · DenizPortföy · Algolab"
};

🛠️ Tech Stack

Backend

.NET C# Python Java

Messaging & Real-time

RabbitMQ Redis Socket.io Azure Service Bus

Databases

MSSQL InfluxDB PostgreSQL CosmosDB

Frontend & APIs

JavaScript TypeScript Angular RESTful

DevOps & Tools

Docker Jenkins Azure Functions Git


💼 Experience

EKON Yazılım ve Teknoloji A.Ş.     Dec 2023 – Present
├── Mid-Level Software Developer
├── Algolab Platform (DenizYatırım Algo Trading)
├── End-to-end development of the "GTP Report" project
├── Report automation systems for DenizYatırım & DenizPortföy
└── Stack: .NET · Python · RabbitMQ · Redis · InfluxDB · MS SQL

Freelance Full-Stack Developer      May 2023 – Dec 2023
└── Enterprise-grade API & MVC projects (.NET 6/7/8 · SOLID · Design Patterns)

Pubinno Inc.                        Mar 2023 – May 2023
├── Jr. Backend Developer
├── IoT Hub & Azure Service Bus integrations
└── Stack: .NET · Azure Functions · CQRS/MediatR · Onion Architecture · CosmosDB

Ideal Data Financial Technologies   Aug 2022 – Feb 2023
├── Jr. Full Stack Developer (Financial Trading Platform)
├── Stock market data, trading & algo trading modules, CRM apps
└── Stack: .NET Core · Angular · TypeScript · MS SQL

Earlier: internships at Ideal Data (C# trading algorithms) and Cits / Coşkunöz Holding (ASP.NET Core POS app).


🎓 Education

B.Sc. Computer Engineering · Karabük University (2016 – 2022)


🧠 Architectural Patterns I Work With

Pattern Use Case
CQRS + MediatR Command/Query separation in complex domains
Onion / Clean Architecture Maintainable enterprise applications
Microservices Scalable, distributed financial systems
N-Tier / N-Layer Structured enterprise MVC & API projects
Domain-Driven Design Modeling complex business logic

📊 GitHub Stats

GitHub Stats

Top Languages


📫 Get in Touch

I'm open to discussing fintech projects, algorithmic trading systems, and backend architecture.

"Code that moves money should move flawlessly."

Visit my website LinkedIn


⚡ Powered by caffeine, clean architecture, and an unhealthy obsession with low latency.

Pinned Loading

  1. NLayerBestPracticeApp NLayerBestPracticeApp Public

    In this repo, there are structures on how to create Web API and Web MVC in accordance with best practice structure and solid rules.In the repo, Entity Framework for ORM, Fluent Validation for Valid…

    C#