/// <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 PHONE = "+90 543 798 63 34";
public string LOCATION = "Istanbul, Türkiye";
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";
/* 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);
}
}