Skip to content

miladified/miladified

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Hi, I'm Milad 👋

Software Engineer specializing in C#/.NET and AI (LLMs, prompt engineering, OpenAI, LangChain). I build clean, efficient, and high‑performance applications with security in mind. I also run Tolisa, where I focus on delivering practical, innovative solutions.

Let’s create something extraordinary together!


✨ About me

  • Strong focus on performance, reliability, and maintainability
  • Pragmatic approach to architecture and clean code
  • Security-conscious by default
  • Entrepreneur at heart — building products at Tolisa

🧰 Toolbox

  • Languages: C#, Python, SQL
  • AI/ML: LLM apps (prompt engineering, embeddings, vector search), OpenAI/Gemini API, LangChain
  • Frameworks: .NET, ASP.NET Core, Entity Framework Core
  • Databases: SQL Server, PostgreSQL
  • DevOps: Docker, GitHub Actions
  • Practices: Clean Architecture, DDD-lite, CI/CD, Security-by-design

🌱 main.cs

using System;
using System.Threading;

class Program
{
    static void Main()
    {
        bool amIAlive = true;
        string[] inLove = { "C#", "Python", "Tolisa" };

        while (amIAlive)
        {
            Eat();
            Code(inLove);
            Sleep();
        }
    }

    static void Eat()
    {
        Console.WriteLine("Eating...");
    }

    static void Code(string[] inLove)
    {
        Console.WriteLine($"Coding in: {string.Join(", ", inLove)}");
    }

    static void Sleep()
    {
        Console.WriteLine("Sleeping...");
        Thread.Sleep(25200 * 1000); // 7 hours
    }
}

📊 GitHub stats


⚡ Status


📫 Connect with me

GitHub LinkedIn Instagram Tolisa


🤝 Collaboration

  • Open to interesting backend, systems, and product engineering work
  • Happy to mentor and review C#/.NET code
  • Prefer practical, outcome‑driven collaboration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published