const createDeveloperProfile = () => {
const profile = {
name: "Amir",
title: "Front-end Developer", // at least trying to be one :)
quote: "Building clean code that solves real problems",
interests: ["Web Development", "Algorithm Design", "AI", "Linux Systems"],
technologies: ["ReactJS", "TypeScript", "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/amirhosseinallami",
leetcode: "leetcode.com/amirallami-code/"
}
};
return profile;
};

-
127.0.0.1
- Shiraz, Iran
- amirallami.com
- in/amirhosseinallami
Highlights
Pinned Loading
-
framer-landing-page
framer-landing-page PublicA modern, responsive SaaS landing page built with Next.js 15, TypeScript, and Tailwind CSS.
TypeScript 1
-
ai-resume-analyzer
ai-resume-analyzer PublicAI-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 2
-
amirallami.com
amirallami.com PublicA modern, responsive portfolio website showcasing my skills as a Frontend Developer and Graphic Designer.
CSS 35
-
license-guide
license-guide PublicA comprehensive guide to understanding, choosing, and applying software licenses
-
binary-search-algorithm
binary-search-algorithm PublicThis 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 46
-
selection-sorting-algorithm
selection-sorting-algorithm PublicThis 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 36
If the problem persists, check the GitHub status page or contact support.