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 is supported. This note will only be visible to 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 👋

Security & Software Engineer with a strong foundation in software development and a focus on secure, high-performance backend systems. I started my career as a programmer and progressively transitioned into cybersecurity, building expertise in web application security, threat modeling, and CI/CD automation.

Let’s build secure, reliable, and high-impact software together!


✨ About me

  • Security-conscious by default — integrating secure coding and threat modeling into development
  • Strong focus on backend architecture, RESTful APIs, and maintainable software
  • Pragmatic approach to agile development and clean code
  • Hands-on experience in FinTech and financial data processing

🧰 Toolbox

  • Languages: Python, PHP, JavaScript, Bash/Shell scripting
  • Web & Backend: RESTful APIs, Flask, Laravel, Secure Web Application Development
  • Security: OWASP Top 10, WSTG, Penetration Testing, Threat Modeling, API Security, CI/CD Security, Automated Vulnerability Detection
  • Databases: MySQL, PostgreSQL, MongoDB, Secure Database Design
  • DevOps / Automation: Docker, AWS (Lambda, EC2), GitHub Actions, CI/CD pipelines, Automated Security Testing
  • Practices: Agile, SOLID, Clean Architecture, Secure SDLC, Code Reviews, DevSecOps

🌱 main.cs

using System;
using System.Threading;

class Program
{
    static void Main()
    {
        bool amIAlive = true;
        string[] inLove = { "Backend", "Security", "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