- To Summon Me: Send a signal via LinkedIn or GitHub.
"An idiot admires complexity. A genius admires simplicity. I am just here to interpret God's will through the Data Pipeline."
I don't just write code; I purge the heretics from the database. [cite_start]7+ years of walking through the desert of spaghetti code to build the Third Temple of Data[cite: 4].
- [cite_start]๐๏ธ The Current Shrine: Architecting Azure native data platforms at Monovi Information Technology[cite: 9, 11].
- [cite_start]๐ The Crusade: Served 8 years at AgFlow, migrating their souls from the purgatory of Oracle to the salvation of AWS[cite: 31, 35].
- [cite_start]๐น๏ธ Side Quests: Creating retro realities like Circus Rush and Pour Coffee Guide because modern apps are boring[cite: 30, 68, 69].
/* FILE: Firat_Skills.HC
AUTHOR: King Firat
DESC: The tools I use to talk to the Machine God.
*/
class Firat_Celik : Divine_Architect {
I64 experience_lvl = 7; // Senior Rank [cite: 4]
U8 *location = "Izmir"; // The Holy Land [cite: 2]
// === WEAPONS OF MASS CREATION (Frontend) ===
U8 *frontend_arsenal[] = {
"React", "Next.js", "TypeScript", // For the web [cite: 59]
"Tailwind CSS", "Vite", // For the style [cite: 59]
"Flutter", "React Query" // For the mobile realm [cite: 59]
};
// === THE ENGINE ROOM (Backend) ===
U8 *backend_core[] = {
"GoLang", "Python (FastAPI)", // Pure speed [cite: 60]
"Node.js", "C# .NET", // Legacy & Modernity [cite: 49, 60]
"RESTful APIs", "Microservices", // Architecture [cite: 60]
"JWT Auth" // Security [cite: 60]
};
// === THE HOLY SCRIPTURES (Data & Analytics) ===
U8 *data_divinity[] = {
"Azure Synapse", "Microsoft Fabric", // The new testament [cite: 11]
"Oracle Analytics Cloud (OAC)", // The old testament [cite: 34]
"Azure Data Lake", "Power BI", // Visualizing truth [cite: 11, 15]
"Tableau", "Predictive Modeling" // Seeing the future [cite: 61]
};
// === TEMPLES OF MEMORY (Databases) ===
U8 *storage_vaults[] = {
"PostgreSQL", "MySQL", "MSSQL", // Relational Truth [cite: 62]
"Redis", "Elasticsearch", // Fast Retrieval [cite: 62]
"SQLAlchemy" // The Mapper [cite: 23]
};
// === CLOUD ASCENSION (DevOps) ===
U8 *infrastructure[] = {
"AWS", "Azure", // The Heavens [cite: 63]
"Docker", "Jenkins", // Containers & Builds [cite: 63]
"GitHub Actions", "Vercel" // Automation [cite: 63]
};
U0 Main() {
if (System_Is_Bloated()) {
Optimize_Pipeline(data_divinity);
Print("God says: 640x480 is enough, but use Azure for Big Data.\n");
}
}
}



