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

GitHub Profile

Technologies & Tools

Skills

GitHub Stats

GitHub Stats Top Languages

GitHub Activity Graph

Developer Profile

// amir.js - Developer Profile
const amir = {
  name: "Amir",
  alias: "Void",
  title: "Frontend Developer & UI Architect",
  
  frontendSkills: {
    languages: ["TypeScript", "JavaScript", "HTML", "CSS", "SCSS"],
    frameworks: ["React", "Next.js"],
    styling: ["TailwindCSS", "Bootstrap", "Styled-Components"],
    libraries: ["jQuery"]
  },
  
  backendSkills: {
    languages: ["PHP", "Node.js"],
    frameworks: ["Express"],
    databases: ["MySQL"],
    tools: ["Discord.js"]
  },
  
  scriptingSkills: ["PowerShell", "Batch/CMD"],
  
  workingOn: "Building seamless user experiences with Next.js and TailwindCSS",
  
  currentLearning: [
    "Advanced TypeScript patterns",
    "React Server Components",
    "Micro-frontend architecture"
  ],
  
  funFact: "I can debug CSS issues that make most developers cry!",
  
  quotes: [
    "Clean code is not written by following a set of rules. You don't become a software craftsman by learning a list of heuristics.",
    "Simplicity is prerequisite for reliability.",
    "Code is like humor. When you have to explain it, it's bad.",
    "The best code is no code at all.",
    "Good code is its own best documentation."
  ],
  
  getRandomQuote: function() {
    return this.quotes[Math.floor(Math.random() * this.quotes.length)];
  },
  
  introduce: function() {
    console.log(`πŸ‘‹ Hi there! I'm ${this.name}, but you might know me as ${this.alias}!`);
    console.log(`πŸ’» I'm a ${this.title} passionate about creating beautiful digital experiences.`);
    console.log(`πŸš€ Right now, I'm focused on: ${this.workingOn}`);
    console.log(`πŸ“š Learning: ${this.currentLearning.join(', ')}`);
    console.log(`πŸ’­ "${this.getRandomQuote()}"`);
    console.log(`πŸ™Œ Let's build something amazing together!`);
  }
};

// Let's introduce ourselves
amir.introduce();

Pinned Loading

  1. SpotiFX SpotiFX Public template

    🎡 SpotiFX - Advanced Spotify music downloader with powerful features. Download tracks, albums, and playlists in high quality (320kbps) with complete metadata and album art. Supports concurrent down…

    Python 10