| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseconst 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;
};A modern, responsive SaaS landing page built with Next.js 15, TypeScript, and Tailwind CSS.
TypeScript 3
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
A modern, responsive portfolio website showcasing my skills as a Frontend Developer and Graphic Designer.
A comprehensive guide to understanding, choosing, and applying software licenses
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
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
| Back | FazBrowse Home | New Git URL |