iliaamiri - Overview

Driven full-stack developer with a focus in back-end and a passion for cybersecurity.

Likes problem solving and building new things at their highest degree that scale.

Always open to try new approaches, mentor, and consult.

Pays attention to detail, maintains a healthy team workflow, gives space to his teammates to grow, enjoys working with chill folks, and people who know more than him.

namespace EiliyaAbedianamiri;

public class TechAndSkills
{
    public HashSet<string> ProgrammingLanguages = new () {
        // Ordered by most usages
        "TypeScript", "C#", "PHP", "Python", "Java", "Rust", "Bash", "Elixir", "C", "C++"
    };

    public HashSet<string> BackEnd = new () {
        "Laravel", ".NET", "Spring Boot", "Node.js", "NestJs", "Hono", "Express.js", "Flask", "Phoenix",
    };

    public HashSet<string> Databases = new () {
        "PostgreSQL", "SQL Server", "MySQL", "Neo4j", "SQLite", "Redis", "MongoDB", "Cassandra" // etc.
    };

    public HashSet<string> FrontEnd = new () {
        // Ordered by least complexity
        "HTML", "CSS", "CSS Animations", "Tailwind CSS", "Bootstrap 5"
        "Browser APIs", "jQuery", "React", "React Native", "Vue", "Angular",
        "TanStack Router", "TanStack Query", "Next.js", "WPF",
    };

    public HasSet<string> DevOps = new () {
        "Git", "GitHub Actions", "CI/CD", "AWS", "Cloudfront", "Azure", "IaC frameworks", "SST", "Terraform", "cPanel", // etc.
    };

    public HasSet<string> ToolsAndTechnologies = new () {
        "AWS", "API", "REST", "GraphQL", "Apollo", "Jira", "Trello", // etc.
    };

    public HashSet<string> Architectures = new () {
        "Event-driven", "MVC", "P2P", "MVVM", "Microservices", "Virtual Machines", "Docker", "Kubernetes", "VPS" // etc.
    };

    public HashSet<string> Methodologies = new () {
        "Clean Code", "Agile", "Scrum", "Waterfall", "SOLID Principles", "Design Patterns"
    };

    public HashSet<string> OperationSystems = new () {
        "Ubuntu", "Windows", "MacOS", "CentOS", "Kali Linux", "Manjaro"
    };

    public HashSet<string> RandomComputerSkills = new () {
        "Assembling PCs", "Installing Windows/Linux", "Microsoft360 Suits", "Setup VPN servers", "Prompt Engineering"
    };

    public HashSet<string> SoftSkills = new () {
        "Communication", "Collaboration", "Adaptability", "Curiosity", "Professionalism", "Work ethic", "Transparency", "Leadership"
    };
 }