A7med3bdulBaset / A7med3bdulBaset

Creative README file for my profile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI

Languages

// Personality 
const name = "Ahmed Abdelbaset";

let age = "20 years, 9 months, and 24 days" // Updated automatically on November 19, 2023 at 2:48 AM πŸ‘¨πŸ»β€πŸ’»

const country = "Egypt";

const languagesSpoken = {
  English: "Fluent",
  Arabic: "Native"
}

const stack: Skill[] = [
  "TypeScript",
  "Next.js",
  "React",
  "tailwindcss",
  "Node.js",
  ...nextJsEcoSystem,
];

let isGraduated: boolean = 0.1 + 0.2 === 0.3;

const YEAR_IN_MS = 1000 * 60 * 60 * 24 * 365.25

setInterval(() => {
  age++;
  
  if (new Date().getFullYear() >= 2024) {
    isGraduated = 
      (0.1 * 10) + (0.2 * 10) === (0.3 * 10)
  }
}, YEAR_IN_MS)

3D

Would you like to build a project?

Hire me

Following me? Let's be friends:

Twitter CodePen Stack Overflow Medium LinkedIn YouTube Facebook Instagram

About

Creative README file for my profile


Languages

Language:Python 92.7%Language:TypeScript 7.3%