diff --git a/content.js b/content.js
index d838910..4fdf824 100644
--- a/content.js
+++ b/content.js
@@ -1028,7 +1028,11 @@ Brief honest assessment of this opportunity for my profile`
document.querySelectorAll('.lja-badge').forEach(b => b.remove());
- const listDataStr = JSON.stringify(jobsToScan.map(j => ({ index: j.index, title: j.title, company: j.company })));
+ if (jobsToScan.length === 0) return;
+
+ // Limit to 25 jobs per scan to prevent AI token truncation
+ const jobsToProcess = jobsToScan.slice(0, 25);
+ const listDataStr = JSON.stringify(jobsToProcess.map(j => ({ index: j.index, title: j.title, company: j.company })));
const settings = await getSettings();
if (!settings.apiKey) {
@@ -1050,7 +1054,7 @@ Brief honest assessment of this opportunity for my profile`
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({
contents: [{ parts: [{ text: promptStr }] }],
- generationConfig: { maxOutputTokens: 2048, temperature: 0.1 }
+ generationConfig: { temperature: 0.1, responseMimeType: "application/json" }
})
}
);
diff --git a/cv_template.html b/cv_template.html
index 55e5a36..0c0905b 100644
--- a/cv_template.html
+++ b/cv_template.html
@@ -139,7 +139,7 @@
- - Delivered 25+ production enterprise applications with over $5M+ combined project scope across GIS, FinTech, HR, and utilities for clients across the MENA region.
+ - Delivered 25+ production enterprise applications across GIS, FinTech, HR, and utilities for clients across the MENA region, leading full lifecycle architecture.
- Integrated AI vision models for document analysis (KYC) and automated invoice processing pipelines.
@@ -160,8 +160,7 @@
- IntaleqMaps Infrastructure: Engineered a proprietary mapping engine and tile server based on OpenStreetMap, completely replacing third-party dependencies for geocoding and routing across MENA.
- Tripz & Intaleq Mobility Systems: Developed real-time dispatch and tracking backends using WebSockets, integrating driver payout wallets and custom payment gateways.
- - Musadaq AI Platform: Built an intelligent document processing system utilizing Vision Models to automate invoice extraction and tax compliance for accounting workflows.
- - ATS Resume Optimizer: Developed a Chrome extension with real-time DOM scraping and Gemini API integration to analyze LinkedIn jobs and generate tailored PHP-based PDFs instantly.
+ - Intaleq Identity & Security Architecture: Engineered a stateless JWT-based authentication system with Role-Based Access Control (RBAC) and device fingerprint binding, securing concurrent connections across a highly regulated distributed network.
Education & Certifications
diff --git a/server/cv_template.html b/server/cv_template.html
index 55e5a36..0c0905b 100644
--- a/server/cv_template.html
+++ b/server/cv_template.html
@@ -139,7 +139,7 @@
- - Delivered 25+ production enterprise applications with over $5M+ combined project scope across GIS, FinTech, HR, and utilities for clients across the MENA region.
+ - Delivered 25+ production enterprise applications across GIS, FinTech, HR, and utilities for clients across the MENA region, leading full lifecycle architecture.
- Integrated AI vision models for document analysis (KYC) and automated invoice processing pipelines.
@@ -160,8 +160,7 @@
- IntaleqMaps Infrastructure: Engineered a proprietary mapping engine and tile server based on OpenStreetMap, completely replacing third-party dependencies for geocoding and routing across MENA.
- Tripz & Intaleq Mobility Systems: Developed real-time dispatch and tracking backends using WebSockets, integrating driver payout wallets and custom payment gateways.
- - Musadaq AI Platform: Built an intelligent document processing system utilizing Vision Models to automate invoice extraction and tax compliance for accounting workflows.
- - ATS Resume Optimizer: Developed a Chrome extension with real-time DOM scraping and Gemini API integration to analyze LinkedIn jobs and generate tailored PHP-based PDFs instantly.
+ - Intaleq Identity & Security Architecture: Engineered a stateless JWT-based authentication system with Role-Based Access Control (RBAC) and device fingerprint binding, securing concurrent connections across a highly regulated distributed network.
Education & Certifications