| 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 abuseinterface Developer {
name: string;
role: string;
location: string;
skills: {
frontend: string[];
styling: string[];
programming: string[];
tools: string[];
operatingSystems: string[];
learning: string[];
};
}
const developer: Developer = {
name: "Mehdi",
role: "Frontend Developer",
location: "๐ฎ๐ท๐ฆโ๏ธโ๏ธ",
skills: {
frontend: [
"HTML5",
"CSS3",
"JavaScript (ES6+)",
"TypeScript",
"React",
"Next.js",
"Redux",
],
styling: [
"Tailwind CSS",
"Bootstrap",
"jQuery",
"Regex",
"Sass",
"Less",
],
programming: [
"Python",
"Bash",
],
tools: [
"Git",
"GitHub",
"VS Code",
"Figma",
"npm",
"pnpm",
"Yarn",
"Vite",
"Postman",
"Electron",
"Docker",
],
operatingSystems: [
"Arch Linux",
"Kali Linux",
"Ubuntu",
"Debian",
"Linux Mint",
],
learning: [
"Advanced TypeScript",
"Vue.js",
"Performance Optimization",
"Accessibility",
"Web Security",
],
},
};
export default developer;A production-grade SaaS analytics dashboard built with JavaScript & Typescript
A production-quality VS Code UI clone โ pure HTML, CSS, JS (maybe have a Typescript in this ptoject). Designed as a portfolio flagship project.
| Back | FazBrowse Home | New Git URL |