Skip to content

Commit b5fb7de

Browse files
Personalize portfolio:
- Update skills: PHP, Laravel, Node.js, MongoDB, MySQL - Update experience: Freelance backend developer and startup roles - Replace projects: Add Ecommerce Store, EVC, BuildMyMVP projects - Update social links: GitHub (tecnodeveloper) and LinkedIn (recluzedev) - Rename resume files to Zain_Ali_Resume - Create new project detail pages with backend tech stack - Disable Next.js image optimization for compatibility
1 parent 093e54d commit b5fb7de

122 files changed

Lines changed: 19985 additions & 8170 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules
2+
.devcontainer

.next/build-manifest.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"polyfillFiles": [
3+
"static/chunks/polyfills.js"
4+
],
5+
"devFiles": [
6+
"static/chunks/react-refresh.js"
7+
],
8+
"ampDevFiles": [
9+
"static/chunks/webpack.js",
10+
"static/chunks/amp.js"
11+
],
12+
"lowPriorityFiles": [
13+
"static/development/_buildManifest.js",
14+
"static/development/_ssgManifest.js",
15+
"static/development/_middlewareManifest.js"
16+
],
17+
"pages": {
18+
"/": [
19+
"static/chunks/webpack.js",
20+
"static/chunks/main.js",
21+
"static/chunks/pages/index.js"
22+
],
23+
"/_app": [
24+
"static/chunks/webpack.js",
25+
"static/chunks/main.js",
26+
"static/chunks/pages/_app.js"
27+
],
28+
"/_error": [
29+
"static/chunks/webpack.js",
30+
"static/chunks/main.js",
31+
"static/chunks/pages/_error.js"
32+
],
33+
"/resume": [
34+
"static/chunks/webpack.js",
35+
"static/chunks/main.js",
36+
"static/chunks/pages/resume.js"
37+
]
38+
},
39+
"ampFirstPages": []
40+
}

.next/cache/.tsbuildinfo

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

.next/cache/config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"telemetry": {
3+
"notifiedAt": "1767806555102",
4+
"anonymousId": "893423a13cdebbb322e4c4df25cb003ea98ef830d4e0a16bced46f11675e159c",
5+
"salt": "21e0904aa984d465b85efd3f6238a8b8"
6+
}
7+
}

0 commit comments

Comments
 (0)