Tarik_Yalcinkaya.cs
/// <summary>
/// Core stack & toolchain.
/// </summary>
 
public enum LANGUAGES()
{
PHP, TypeScript,
CSharp, Python,
Dart, Go, Rust,
JavaScript, SQL
}
 
public enum FRAMEWORKS()
{
Laravel, NextJs,
DotNetCore, FastAPI,
Nuxt, Vue, React,
Flutter, Prisma
}
 
public enum DATABASES()
{
PostgreSQL, MySQL,
MSSQL, Redis, SQLite
}
 
public enum DEVOPS()
{
Docker, Git, Linux,
Traefik, Dokploy,
Hetzner, CI_CD
}
 
public enum AI_TOOLING()
{
ClaudeCode, Cursor,
GitHubCopilot, n8n,
Ollama, PromptEng
}
 
public enum ARCHITECTURE()
{
CleanArchitecture,
SOLID, DDD, TDD,
Microservices,
EventDriven, REST
}
 
public enum SPOKEN()
{
Turkish = "Native",
English = "B1"
}
 
public enum PROFILE()
{
Pragmatic,
Curious,
Detail_Oriented,
Self_Directed,
Collaborative
}
/// <summary>
/// Senior Full Stack Developer — 8+ years shipping production web
/// systems. Backend focus on Laravel / PHP and .NET Core.
/// Built commercial-intelligence platforms, multi-tenant SaaS,
/// APIs, and e-commerce integrations.
///
/// AI-powered development as a daily practice — Claude Code,
/// Cursor, and custom agent tooling inside the engineering loop.
/// Principles: Clean Architecture, SOLID, DDD, TDD.
///
/// Available: Remote (Türkiye) · Full-time
/// </summary>
 
public class INFORMATION
{
public string NAME = "Tarık Yalçınkaya";
public string TITLE = "Senior Full Stack Developer";
public string EMAIL = "[email protected]";
public string PHONE = "+90 543 798 63 34";
public string LOCATION = "Istanbul, Türkiye";
public string GITHUB = "github.com/tarikyalcinkaya";
public string LINKEDIN = "linkedin.com/in/tarikyalcinkaya";
public string CV_URL = "cv.yalcinkaya.dev";
public bool AVAILABLE_FOR_HIRE = true;
public bool REMOTE_READY = true;
}
 
public static class EXPERIENCES
{
public void Bider()
{
var _Role = "Full Stack Developer";
var _Company = "Bider Danışmanlık A.Ş.";
var _Dates = Range(start: "May 2018", end: Present);
var _Mode = "On-site 2018–2022 → Remote part-time since 2022";
var _Domain = "Commercial intelligence & credit-risk consulting";
var _Site = "biderdanismanlik.com";
 
/* Own the ASP.NET / C# commercial-intelligence platform
   serving 250+ active users — the company's core product
   for credit-risk assessment and financial analysis.
   Designed report-generation pipelines, business logic,
   authentication/authorization, and third-party data
   integrations. Transitioned to remote consultancy in 2022;
   ongoing maintenance and technical support. */
}
 
public void IndependentDeveloper()
{
var _Role = "Freelance Full Stack Developer";
var _Dates = Range(start: 2020, end: Present);
var _Mode = Remote;
 
/* Laravel backends, REST APIs, and platform integrations
   built for independent clients. Representative work:
  
   · posttik.com — Laravel platform with Instagram API
     integration & content-workflow tooling.
   · ottotesbih.com — WooCommerce storefront with
     bespoke WordPress plugins.
  
   Also: multi-tenant SaaS backends, payment/shipping
   integrations, and AI-integrated internal tooling. */
}
}
 
public partial class EDUCATION : SelfTaught
{
private void IstanbulBilgiUniversity()
{
var _Program = "Computer Engineering (B.Sc.)";
var _Dates = Range(2015, 2018);
var _Obtained = false; // left to pursue full-time work
}
 
private void BalikesirUniversity()
{
var _Program = "Computer Programming";
var _Degree = Associate;
var _Dates = Range(2012, 2014);
}
}
⎇ main
UTF-8
LF
C#
Available · Remote (Türkiye)
Ln 142, Col 1