Skip to content
View AmirVoid12's full-sized avatar
🌊
Declarative UI Revolution
🌊
Declarative UI Revolution

Block or report AmirVoid12

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
AmirVoid12/README.md

Typing SVG

Contribution Grid
About Amir
Blob Sunglasses

Stars Forks Profile Views
Tech Stack

Programming Languages

Python JavaScript TypeScript PHP Go Kotlin Swift HTML5 CSS3

Frameworks & Libraries

React Node.js Express Vue Angular Django Flutter Tailwind Next.js

Databases & DevOps

PostgreSQL MySQL MongoDB Redis Firebase Docker Kubernetes AWS Git

Tools & Platforms

VSCode Figma GitHub Vercel Netlify Postman Jira Slack Notion

Operating Systems

Windows Linux macOS Ubuntu Kali Linux
github contribution grid snake animation
Amir's Code Profile
// amir.js - Amir's Coding Profile v2.0
const amir = {
  name: "Amir",
  alias: "Void12",
  title: "Full-Stack Developer & Problem Solver",
  location: "Cyber Space",
  languages: [
    "Python", "JavaScript", "TypeScript", "PHP", 
    "Go", "Kotlin", "Swift", "HTML", "CSS", "SQL"
  ],
  frameworks: [
    "React", "Vue", "Angular", "Node.js", "Express", 
    "Django", "Flutter", "Next.js", "Tailwind CSS"
  ],
  databases: ["PostgreSQL", "MySQL", "MongoDB", "Redis", "Firebase"],
  devOps: ["Docker", "Kubernetes", "AWS", "CI/CD Pipelines", "Git"],
  cloudPlatforms: ["AWS", "Google Cloud", "Azure", "Vercel", "Netlify"],
  interests: [
    "AI & Machine Learning", 
    "Cybersecurity", 
    "Blockchain Technology",
    "Open Source Development", 
    "System Architecture"
  ],
  currentLearning: "Advanced Microservice Architecture & Quantum Computing",
  funFact: "I can code in 17+ programming languages with varying proficiency!",
  
  getMotivation: () => {
    return [
      "Code is poetry written in logic",
      "The best error message is the one that never shows up",
      "Debugging is like being the detective in a crime movie where you're also the murderer",
      "There's always one more bug"
    ][Math.floor(Math.random() * 4)];
  },
  
  sayHi: function() {
    console.log("Thanks for visiting my GitHub profile! Let's build something revolutionary together.");
    return this.getMotivation();
  }
};

// Let's welcome visitors
amir.sayHi();
GitHub Stats

Achievements
Trophy

πŸ† Created impactful Discord bots with 50K+ users

Laptop

🌟 Contributed to 15+ major open-source projects

Rocket

πŸš€ Developed innovative web application frameworks

Security

πŸ”’ Created advanced cybersecurity solutions

Featured Projects
Coding Animation
Connect With Me
Visitor Count

Β© 2025 Amir Davodinia | All Rights Reserved

Popular repositories Loading

  1. Website-template Website-template Public template

    My Template Website of amirdavodinia.ir

    1

  2. Booleans-Javascript Booleans-Javascript Public

    this repository is test a object in javascript and functions returned is bool ( boolean )

    1

  3. AmirVoid12 AmirVoid12 Public

    My Profile ❀️

  4. discord.js discord.js Public

    Forked from discordjs/discord.js

    A powerful JavaScript library for interacting with the Discord API

    TypeScript

  5. discord-api-docs discord-api-docs Public

    Forked from discord/discord-api-docs

    Official Discord API Documentation

    TypeScript

  6. discord-access discord-access Public

    Forked from discord/access

    Access, a centralized portal for employees to transparently discover, request, and manage their access for all internal systems needed to do their jobs

    Python