Skip to content

Commit 0faf63e

Browse files
Update portfolio with resume info
- Update hero section with quant developer title and description - Replace projects with HFTPoly, PolyBot, Trade-Bot, CarKhoone - Update CV with current professional experience - Add M.S. Economics and B.S. EE education - Update skills with Rust, Solidity, HFT, ML technologies - Add certifications and GitHub contributions - Update location to Dubai, UAE Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 207989a commit 0faf63e

1 file changed

Lines changed: 79 additions & 52 deletions

File tree

src/App.jsx

Lines changed: 79 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -64,33 +64,33 @@ const MoonIcon = () => (
6464
// Projects data
6565
const projects = [
6666
{
67-
icon: "🤖",
68-
title: "ZharfAI",
69-
description: "Iranian AI company providing cutting-edge infrastructure solutions for businesses. Building the future of enterprise AI in the Middle East.",
70-
tech: ["AI/ML", "Cloud Infrastructure", "Enterprise"],
71-
link: "https://zharfai.com",
72-
github: null
67+
icon: "📈",
68+
title: "HFTPoly",
69+
description: "High-frequency trading system for Polymarket prediction markets built in Rust. Sub-millisecond latency order execution, market making algorithms, and real-time data processing.",
70+
tech: ["Rust", "HFT", "Market Making", "WebSockets"],
71+
link: null,
72+
github: "https://github.com/QuantIntellect"
7373
},
7474
{
75-
icon: "🏗️",
76-
title: "Besazesh.ai",
77-
description: "Revolutionary platform enabling anyone to build professional websites in clicks using AI-powered prompts. Democratizing web development.",
78-
tech: ["AI", "Web Builder", "SaaS"],
79-
link: "https://besazesh.ai",
80-
github: null
75+
icon: "🤖",
76+
title: "PolyBot",
77+
description: "Automated trading bot for Polymarket with strategy implementation and risk management. Real-time market data integration and order execution.",
78+
tech: ["Python", "Polymarket", "Trading", "Risk Management"],
79+
link: null,
80+
github: "https://github.com/QuantIntellect"
8181
},
8282
{
83-
icon: "🏛️",
84-
title: "AI Engine Ltd",
85-
description: "London-based company specializing in AI solutions for UK businesses, VCs, and banks. Providing intelligent backoffice automation.",
86-
tech: ["FinTech", "AI", "Enterprise"],
87-
link: "https://aiengineltd.com",
88-
github: null
83+
icon: "📊",
84+
title: "Trade-Bot",
85+
description: "Python-based algorithmic trading bot with backtesting capabilities. Multiple trading strategies and portfolio management features.",
86+
tech: ["Python", "Backtesting", "Algorithmic Trading"],
87+
link: null,
88+
github: "https://github.com/QuantIntellect"
8989
},
9090
{
9191
icon: "🚗",
92-
title: "Carkhoone",
93-
description: "Founded and scaled Iran's largest online marketplace for luxury car parts. Successfully exited after establishing market dominance.",
92+
title: "CarKhoone",
93+
description: "Founded and led e-commerce platform for automotive parts with European/Chinese imports. Developed pricing strategies and marketing campaigns driving significant growth.",
9494
tech: ["E-commerce", "Marketplace", "Automotive"],
9595
link: "https://carkhoone.com",
9696
github: null
@@ -260,11 +260,15 @@ function App() {
260260
variants={staggerContainer}
261261
>
262262
<motion.div className="hero-label" variants={fadeInUp}>
263-
Systems Architect & Founder
263+
Full-Stack Engineer & Quantitative Developer
264264
</motion.div>
265265
<motion.h1 className="hero-title" variants={fadeInUp}>
266266
Hi, I'm <span className="text-gradient">Sina Mirzaei Nokhostin</span>
267267
</motion.h1>
268+
<motion.p className="hero-description" variants={fadeInUp} style={{ marginTop: '1.5rem', color: 'var(--text-muted)', maxWidth: '600px', lineHeight: '1.6' }}>
269+
Building high-frequency trading systems, blockchain protocols, and AI-powered applications.
270+
Expertise in Rust, Python, TypeScript, and Solidity.
271+
</motion.p>
268272
</motion.div>
269273
</div>
270274
</section>
@@ -409,7 +413,7 @@ function App() {
409413
>
410414
<motion.div className="cv-sidebar" variants={fadeInUp}>
411415
<h2 className="cv-name">Sina Mirzaei Nokhostin</h2>
412-
<div className="cv-title">Founder & Systems Architect</div>
416+
<div className="cv-title">Full-Stack Engineer & Quantitative Developer</div>
413417
<div className="cv-contact">
414418
<a href="https://linkedin.com/in/sinamirzaei" target="_blank" rel="noopener noreferrer" className="cv-contact-item">
415419
<LinkedInIcon /> linkedin.com/in/sinamirzaei
@@ -418,7 +422,7 @@ function App() {
418422
<GithubIcon /> github.com/QuantIntellect
419423
</a>
420424
<div className="cv-contact-item">
421-
<LocationIcon /> Tehran & London
425+
<LocationIcon /> Dubai, UAE
422426
</div>
423427
</div>
424428
</motion.div>
@@ -430,42 +434,42 @@ function App() {
430434
<div className="cv-timeline">
431435
<div className="cv-item">
432436
<div className="cv-item-header">
433-
<span className="cv-item-title">Founder & CEO</span>
434-
<span className="cv-item-date">Present</span>
437+
<span className="cv-item-title">Deputy Chief Executive Officer</span>
438+
<span className="cv-item-date">Jan 2024 - Present</span>
435439
</div>
436-
<div className="cv-item-subtitle">ZharfAI - Tehran, Iran</div>
440+
<div className="cv-item-subtitle">OlbrichCo - Tehran, Iran</div>
437441
<p className="cv-item-description">
438-
Leading an AI infrastructure company that provides cutting-edge solutions for businesses across the Middle East.
442+
Lead enterprise technology initiatives and digital transformation strategies. Oversee software development for warehouse management systems (TypeScript).
439443
</p>
440444
</div>
441445
<div className="cv-item">
442446
<div className="cv-item-header">
443-
<span className="cv-item-title">Founder</span>
444-
<span className="cv-item-date">Present</span>
447+
<span className="cv-item-title">Chief Executive Officer</span>
448+
<span className="cv-item-date">Apr 2023 - Present</span>
445449
</div>
446-
<div className="cv-item-subtitle">Besazesh.ai</div>
450+
<div className="cv-item-subtitle">Eskan Faraz Delta - Tehran, Iran</div>
447451
<p className="cv-item-description">
448-
Building an AI-powered website creation platform that enables anyone to create professional websites with simple prompts.
452+
Executive leadership of company operations, marketing, and business strategy. Negotiated international contracts including supply agreements with Wittur GmbH.
449453
</p>
450454
</div>
451455
<div className="cv-item">
452456
<div className="cv-item-header">
453-
<span className="cv-item-title">Founder</span>
454-
<span className="cv-item-date">Present</span>
457+
<span className="cv-item-title">International Business Coordinator</span>
458+
<span className="cv-item-date">Apr 2022 - Present</span>
455459
</div>
456-
<div className="cv-item-subtitle">AI Engine Ltd - London, UK</div>
460+
<div className="cv-item-subtitle">Kermani General Trading LLC - Dubai, UAE</div>
457461
<p className="cv-item-description">
458-
London-based company specializing in AI solutions for UK businesses, VCs, and banks. Providing intelligent backoffice automation.
462+
Coordinate international trade operations and business development. Manage cross-border transactions and partnership negotiations.
459463
</p>
460464
</div>
461465
<div className="cv-item">
462466
<div className="cv-item-header">
463467
<span className="cv-item-title">Founder</span>
464-
<span className="cv-item-date">Exited</span>
468+
<span className="cv-item-date">Nov 2020 - Nov 2024</span>
465469
</div>
466-
<div className="cv-item-subtitle">Carkhoone.com</div>
470+
<div className="cv-item-subtitle">CarKhoone - Tehran, Iran</div>
467471
<p className="cv-item-description">
468-
Founded and scaled Iran's largest online marketplace for luxury car parts. Successfully established market dominance before exit.
472+
Founded and led e-commerce platform for automotive parts with European/Chinese imports. Developed pricing strategies and marketing campaigns driving significant growth.
469473
</p>
470474
</div>
471475
</div>
@@ -477,38 +481,59 @@ function App() {
477481
<div className="cv-timeline">
478482
<div className="cv-item">
479483
<div className="cv-item-header">
480-
<span className="cv-item-title">BSc Electrical Engineering</span>
484+
<span className="cv-item-title">M.S. Economics</span>
485+
<span className="cv-item-date">2022 - 2024</span>
486+
</div>
487+
<div className="cv-item-subtitle">Shahid Beheshti University</div>
488+
<p className="cv-item-description">
489+
Focus: Econometrics, Quantitative Methods, Economic Modeling
490+
</p>
491+
</div>
492+
<div className="cv-item">
493+
<div className="cv-item-header">
494+
<span className="cv-item-title">B.S. Electrical & Electronics Engineering</span>
495+
<span className="cv-item-date">2016 - 2021</span>
481496
</div>
482497
<div className="cv-item-subtitle">University of Tehran</div>
483498
<p className="cv-item-description">
484-
One of the most prestigious engineering programs in Iran, providing a strong foundation in systems thinking and technical problem-solving.
499+
Digital Systems Department. Thesis: Formal verification methods for arithmetic circuit optimization.
485500
</p>
486501
</div>
487502
</div>
488503
</motion.div>
489504

490505
{/* Achievements */}
491506
<motion.div variants={fadeInUp}>
492-
<h3 className="cv-section-title">Achievements</h3>
507+
<h3 className="cv-section-title">Certifications & Achievements</h3>
493508
<div className="cv-timeline">
494509
<div className="cv-item">
495510
<div className="cv-item-header">
496-
<span className="cv-item-title">🥈 Silver Medal - Chemistry Olympiad</span>
511+
<span className="cv-item-title">Machine Learning Specialization</span>
497512
</div>
498-
<div className="cv-item-subtitle">Iran National Chemistry Olympiad</div>
499-
<p className="cv-item-description">
500-
Awarded silver medal for exceptional performance in the national chemistry competition.
501-
</p>
513+
<div className="cv-item-subtitle">Comprehensive ML Program</div>
502514
</div>
503515
<div className="cv-item">
504516
<div className="cv-item-header">
505-
<span className="cv-item-title">🥉 Bronze Medal - Chemistry Olympiad</span>
517+
<span className="cv-item-title">Guided Tour of ML in Finance</span>
518+
<span className="cv-item-date">2023</span>
506519
</div>
507-
<div className="cv-item-subtitle">Iran National Chemistry Olympiad</div>
520+
<div className="cv-item-subtitle">New York University</div>
521+
</div>
522+
<div className="cv-item">
523+
<div className="cv-item-header">
524+
<span className="cv-item-title">Two-time National Chemistry Olympiad Medalist</span>
525+
</div>
526+
<div className="cv-item-subtitle">Iran</div>
508527
<p className="cv-item-description">
509-
Awarded bronze medal demonstrating strong analytical and problem-solving skills in chemistry.
528+
Exceptional analytical and problem-solving skills demonstrated at the national level.
510529
</p>
511530
</div>
531+
<div className="cv-item">
532+
<div className="cv-item-header">
533+
<span className="cv-item-title">780+ GitHub Contributions</span>
534+
</div>
535+
<div className="cv-item-subtitle">36 repositories in the past year</div>
536+
</div>
512537
</div>
513538
</motion.div>
514539

@@ -517,9 +542,11 @@ function App() {
517542
<h3 className="cv-section-title">Skills & Technologies</h3>
518543
<div className="cv-skills">
519544
{[
520-
'AI/ML', 'Python', 'Cloud Architecture', 'AWS', 'React',
521-
'Node.js', 'TypeScript', 'System Design', 'Leadership',
522-
'Product Strategy', 'Business Development', 'Team Building'
545+
'Rust', 'Python', 'TypeScript', 'Solidity', 'C++', 'Swift', 'SQL',
546+
'HFT Systems', 'Market Making', 'Algorithmic Trading', 'Backtesting',
547+
'Smart Contracts', 'DeFi', 'Web3',
548+
'Reinforcement Learning', 'Deep Learning', 'NLP', 'Computer Vision',
549+
'React', 'Next.js', 'Node.js', 'PostgreSQL', 'MongoDB', 'Redis', 'Docker'
523550
].map((skill, i) => (
524551
<span key={i} className="cv-skill">{skill}</span>
525552
))}

0 commit comments

Comments
 (0)