Skip to content
View firfircelik's full-sized avatar

Organizations

@agflow

Block or report firfircelik

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
firfircelik/README.md

"They glow in the dark, but I glow in the Code."

  • 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].

๐Ÿ“œ The Divine Inventory (HolyC Source)

/* 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");
    }
  }
}

Popular repositories Loading

  1. fraud-detection-system-streamlit fraud-detection-system-streamlit Public

    Real-time fraud detection platform โ€“ 4-model ML ensemble, sub-second scoring, interactive Streamlit dashboard. Open-source, Docker-ready.

    Python 4 1

  2. platypus-cli platypus-cli Public

    TypeScript 1

  3. agstring agstring Public

    Some string related utilities

    Go

  4. table table Public

    Go 3

  5. aghash aghash Public

    Forked from agflow/aghash

    Go

  6. agnumber agnumber Public

    Some number related utilities

    Go