const createDeveloperProfile = () => {
const profile = {
name: "Amir",
title: "Front-end Developer",
quote: "Crafting elegant solutions to complex problems",
interests: ["Web Development", "Algorithm Design", "Linux Systems"],
technologies: ["HTML/CSS", "JavaScript", "Tailwind", "Bootstrap", "RegEx", "Git"],
strengths: ["Problem-solving", "Attention to detail", "Fast learner"],
languages: ["English (Fluent)", "Persian (Native)"],
contact: {
email: "amirallami.dev@gmail.com",
github: "github.com/amirallami-code",
linkedin: "linkedin.com/in/amirhosseinallami",
leetcode: "leetcode.com/amirallami-code/"
}
};
return profile;
};
const developerProfile = createDeveloperProfile();
-
Neurotract
- 127.0.0.1
- underconstruction
- in/amirhosseinallami
Highlights
Pinned Loading
-
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 30
-
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 22
-
rock-paper-scissors-game
rock-paper-scissors-game PublicRock, Paper, Scissors is a classic hand game that has been played for generations. It's a simple yet entertaining way to make quick decisions or settle disputes.
CSS 18
-
amirhosseinallami.com
amirhosseinallami.com PublicA modern, responsive portfolio website showcasing my skills as a Frontend Developer and Graphic Designer.
If the problem persists, check the GitHub status page or contact support.