Auto-deploy: 2026-05-17 23:35:30
This commit is contained in:
@@ -1028,7 +1028,11 @@ Brief honest assessment of this opportunity for my profile`
|
|||||||
|
|
||||||
document.querySelectorAll('.lja-badge').forEach(b => b.remove());
|
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();
|
const settings = await getSettings();
|
||||||
if (!settings.apiKey) {
|
if (!settings.apiKey) {
|
||||||
@@ -1050,7 +1054,7 @@ Brief honest assessment of this opportunity for my profile`
|
|||||||
headers: { 'Content-Type': 'application/json' },
|
headers: { 'Content-Type': 'application/json' },
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
contents: [{ parts: [{ text: promptStr }] }],
|
contents: [{ parts: [{ text: promptStr }] }],
|
||||||
generationConfig: { maxOutputTokens: 2048, temperature: 0.1 }
|
generationConfig: { temperature: 0.1, responseMimeType: "application/json" }
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -139,7 +139,7 @@
|
|||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Delivered 25+ production enterprise applications with over $5M+ combined project scope across GIS, FinTech, HR, and utilities for clients across the MENA region.</li>
|
<li>Delivered 25+ production enterprise applications across GIS, FinTech, HR, and utilities for clients across the MENA region, leading full lifecycle architecture.</li>
|
||||||
<li>Integrated AI vision models for document analysis (KYC) and automated invoice processing pipelines.</li>
|
<li>Integrated AI vision models for document analysis (KYC) and automated invoice processing pipelines.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -160,8 +160,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><strong>IntaleqMaps Infrastructure:</strong> Engineered a proprietary mapping engine and tile server based on OpenStreetMap, completely replacing third-party dependencies for geocoding and routing across MENA.</li>
|
<li><strong>IntaleqMaps Infrastructure:</strong> Engineered a proprietary mapping engine and tile server based on OpenStreetMap, completely replacing third-party dependencies for geocoding and routing across MENA.</li>
|
||||||
<li><strong>Tripz & Intaleq Mobility Systems:</strong> Developed real-time dispatch and tracking backends using WebSockets, integrating driver payout wallets and custom payment gateways.</li>
|
<li><strong>Tripz & Intaleq Mobility Systems:</strong> Developed real-time dispatch and tracking backends using WebSockets, integrating driver payout wallets and custom payment gateways.</li>
|
||||||
<li><strong>Musadaq AI Platform:</strong> Built an intelligent document processing system utilizing Vision Models to automate invoice extraction and tax compliance for accounting workflows.</li>
|
<li><strong>Intaleq Identity & Security Architecture:</strong> 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.</li>
|
||||||
<li><strong>ATS Resume Optimizer:</strong> Developed a Chrome extension with real-time DOM scraping and Gemini API integration to analyze LinkedIn jobs and generate tailored PHP-based PDFs instantly.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<div class="section-title">Education & Certifications</div>
|
<div class="section-title">Education & Certifications</div>
|
||||||
|
|||||||
@@ -139,7 +139,7 @@
|
|||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Delivered 25+ production enterprise applications with over $5M+ combined project scope across GIS, FinTech, HR, and utilities for clients across the MENA region.</li>
|
<li>Delivered 25+ production enterprise applications across GIS, FinTech, HR, and utilities for clients across the MENA region, leading full lifecycle architecture.</li>
|
||||||
<li>Integrated AI vision models for document analysis (KYC) and automated invoice processing pipelines.</li>
|
<li>Integrated AI vision models for document analysis (KYC) and automated invoice processing pipelines.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -160,8 +160,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><strong>IntaleqMaps Infrastructure:</strong> Engineered a proprietary mapping engine and tile server based on OpenStreetMap, completely replacing third-party dependencies for geocoding and routing across MENA.</li>
|
<li><strong>IntaleqMaps Infrastructure:</strong> Engineered a proprietary mapping engine and tile server based on OpenStreetMap, completely replacing third-party dependencies for geocoding and routing across MENA.</li>
|
||||||
<li><strong>Tripz & Intaleq Mobility Systems:</strong> Developed real-time dispatch and tracking backends using WebSockets, integrating driver payout wallets and custom payment gateways.</li>
|
<li><strong>Tripz & Intaleq Mobility Systems:</strong> Developed real-time dispatch and tracking backends using WebSockets, integrating driver payout wallets and custom payment gateways.</li>
|
||||||
<li><strong>Musadaq AI Platform:</strong> Built an intelligent document processing system utilizing Vision Models to automate invoice extraction and tax compliance for accounting workflows.</li>
|
<li><strong>Intaleq Identity & Security Architecture:</strong> 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.</li>
|
||||||
<li><strong>ATS Resume Optimizer:</strong> Developed a Chrome extension with real-time DOM scraping and Gemini API integration to analyze LinkedIn jobs and generate tailored PHP-based PDFs instantly.</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<div class="section-title">Education & Certifications</div>
|
<div class="section-title">Education & Certifications</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user