Skip to content
View amirallami-code's full-sized avatar
🚶‍♂️
Just a regular cat father
🚶‍♂️
Just a regular cat father

Organizations

@Anoto-ecossistem @Krypto-Hashers-Community

Block or report amirallami-code

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
amirallami-code/README.md
const createDeveloperProfile = () => {
  const profile = {
    name: "Amir",
    title: "Front-end Developer",
    quote: "Building clean code that solves real problems",
    interests: ["Web Development", "Algorithm Design", "AI", "Linux Systems"],
    technologies: ["TypeScript", "ReactJS", "NextJS", "Tailwind", "Git"],
    strengths: ["Problem-solving", "Attention to detail", "Fast learner"],
    languages: ["English (Fluent)", "Persian (Native)"],

    contact: {
      website: "amirallami.com",
      email: "amirallami.dev@gmail.com",
      github: "github.com/amirallami-code",
      linkedin: "linkedin.com/in/amirallami",
      leetcode: "leetcode.com/amirallami-code"
    }
  };
  return profile;
};

wakatime

Pinned Loading

  1. framer-landing-page framer-landing-page Public

    A modern, responsive SaaS landing page built with Next.js 15, TypeScript, and Tailwind CSS.

    TypeScript 4

  2. ai-resume-analyzer ai-resume-analyzer Public

    AI-powered Resume Analyzer built with React & Puter.js. Includes seamless auth, upload and store resumes, and match candidates to jobs using smart AI evaluations. All wrapped in a clean, reusable UI.

    JavaScript 10

  3. amirallami.com amirallami.com Public

    A modern, responsive portfolio website showcasing my skills as a Frontend Developer and Graphic Designer.

    TypeScript 37 1

  4. license-guide license-guide Public

    A comprehensive guide to understanding, choosing, and applying software licenses

    51 4

  5. binary-search-algorithm binary-search-algorithm Public

    This repository houses a robust implementation of the binary search algorithm. Binary search is a highly efficient method for locating an item in a sorted list by systematically dividing the search…

    JavaScript 48

  6. selection-sorting-algorithm selection-sorting-algorithm Public

    This project provides a visual and interactive implementation of the Selection Sort algorithm, designed to help users understand how this sorting method works in practice.

    JavaScript 34