Skip to content
View miladified's full-sized avatar
☢️
Hacking
☢️
Hacking

Block or report miladified

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

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

Popular repositories Loading

  1. esp8266-wifi-relay esp8266-wifi-relay Public

    control any electrical device.

    C++ 13

  2. spotify-now-playing spotify-now-playing Public

    Forked from novatorem/novatorem

    Dynamic realtime profile ReadMe linked with spotify

    Python 3

  3. Awesome-Ethical-Hacking-Resources Awesome-Ethical-Hacking-Resources Public

    Forked from husnainfareed/awesome-ethical-hacking-resources

    🔗 All the resources I could find for learning Ethical Hacking and Penetration Testing.

    3

  4. gittutorial gittutorial Public

    Forked from jadijadi/gittutorial

    HTML 2

  5. sorting-algorithms-visualization sorting-algorithms-visualization Public

    HTML 2

  6. HLSStreamer HLSStreamer Public

    HLS stands for HTTP Live Streaming, which is a video streaming protocol.

    C# 1