Skip to content

Commit eb9763c

Browse files
committed
certificates and experiences added
1 parent 7f710aa commit eb9763c

File tree

16 files changed

+1188
-193
lines changed

16 files changed

+1188
-193
lines changed

index.html

Lines changed: 85 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,91 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/public/portfolio.svg" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
37

4-
<head>
5-
<meta charset="UTF-8" />
6-
<link rel="icon" type="image/svg+xml" href="/public/portfolio.svg" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<meta name="description"
9-
content="Soumen Talukder is a frontend developer with a passion for creating beautiful, user-friendly websites. Visit his portfolio to learn more about his education, skills, and projects, and to get in touch.">
10-
<meta name="keywords" content="
11-
Soumen Talukder,
12-
Frontend Developer,
8+
<!-- Primary SEO -->
9+
<title>Ahamed Najah | AI Engineer & LLM Specialist</title>
10+
<meta
11+
name="description"
12+
content="Ahamed Najah is a Mission-driven AI Engineer specializing in Agentic RAG, LLM orchestration, and full-stack development. Explore his projects, skills, and experience."
13+
/>
14+
<meta
15+
name="keywords"
16+
content="
17+
Ahamed Najah,
18+
AI Engineer,
19+
ML Engineer,
20+
LLM Specialist,
21+
NLP Engineer,
22+
RAG Pipeline,
23+
Agentic Orchestration,
24+
LangChain,
25+
Stable-Baselines3,
26+
Reinforcement Learning,
1327
React Developer,
14-
React.js,
15-
Vite,
16-
TailwindCSS,
17-
portfolio,
18-
Frontend web development,
19-
UI design,
20-
UX design,
21-
Github,
22-
Soumen Talukder IEM,
23-
Responsive web design,
24-
HTML,
25-
CSS,
26-
JavaScript,
27-
React,
28-
Tailwind CSS,
29-
Bootstrap,
30-
Figma,
31-
Adobe XD,
28+
Full Stack Developer,
29+
Python Developer,
30+
TensorFlow,
31+
PyTorch,
3232
Portfolio,
33-
Projects,
34-
Web design,
35-
Web development,
36-
Freelance developer,
37-
Contact form">
38-
<title>Portfolio | Ahamed Najah</title>
39-
</head>
33+
University of Lahore,
34+
Computer Engineering,
35+
FastAPI,
36+
Machine Learning,
37+
Deep Learning,
38+
OpenAI,
39+
Pinecone,
40+
Vector Database,
41+
MLOps"
42+
/>
43+
<meta name="author" content="Ahamed Najah" />
44+
<meta name="robots" content="index, follow" />
4045

41-
<body>
42-
<div id="root"></div>
43-
<script type="module" src="/src/main.jsx"></script>
44-
</body>
46+
<!-- Open Graph (for LinkedIn, Facebook, WhatsApp sharing) -->
47+
<meta property="og:type" content="website" />
48+
<meta
49+
property="og:title"
50+
content="Ahamed Najah | AI Engineer & LLM Specialist"
51+
/>
52+
<meta
53+
property="og:description"
54+
content="Mission-driven AI Engineer specializing in Agentic RAG, LLM orchestration, and full-stack development. CGPA: 3.93."
55+
/>
56+
<meta
57+
property="og:url"
58+
content="https://najahaja.github.io/YoungDevInterns-ReactJS-Portfolio/"
59+
/>
60+
<meta
61+
property="og:image"
62+
content="https://najahaja.github.io/YoungDevInterns-ReactJS-Portfolio/src/assets/Images/Photo.jpg"
63+
/>
4564

46-
</html>
65+
<!-- Twitter Card -->
66+
<meta name="twitter:card" content="summary_large_image" />
67+
<meta
68+
name="twitter:title"
69+
content="Ahamed Najah | AI Engineer & LLM Specialist"
70+
/>
71+
<meta
72+
name="twitter:description"
73+
content="Mission-driven AI Engineer specializing in Agentic RAG, LLM orchestration, and full-stack development."
74+
/>
75+
<meta
76+
name="twitter:image"
77+
content="https://najahaja.github.io/YoungDevInterns-ReactJS-Portfolio/src/assets/Images/Photo.jpg"
78+
/>
79+
80+
<!-- Canonical URL -->
81+
<link
82+
rel="canonical"
83+
href="https://najahaja.github.io/YoungDevInterns-ReactJS-Portfolio/"
84+
/>
85+
</head>
86+
87+
<body>
88+
<div id="root"></div>
89+
<script type="module" src="/src/main.jsx"></script>
90+
</body>
91+
</html>

package-lock.json

Lines changed: 77 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"@fortawesome/free-solid-svg-icons": "^6.3.0",
2020
"@fortawesome/react-fontawesome": "^0.2.0",
2121
"babel-plugin-macros": "^3.1.0",
22+
"framer-motion": "^12.34.2",
2223
"react": "^18.2.0",
2324
"react-dom": "^18.2.0",
2425
"react-router-dom": "^6.8.1"

0 commit comments

Comments
 (0)