--- import { getCollection } from "astro:content"; import { Image } from "astro:assets"; import Layout from "../../../layouts/main.astro"; import Link from "../../../components/Link.astro"; import NavigationCard from "../../../components/code/NavigationCard.astro"; import FeaturedRecommendation from "../../../components/code/FeaturedRecommendation.astro"; import logoTiqa from "../../../assets/images/logo-tiqa-blanc.png"; const locale = "ar"; const experiences = (await getCollection("experiences")) .filter((e) => e.data.lang === locale && !e.data.draft) .sort((a, b) => (b.data.startDate > a.data.startDate ? 1 : -1)); const currentPosition = experiences.find((e) => !e.data.endDate); const recommendations = (await getCollection("recommendations")) .sort((a, b) => b.data.date.getTime() - a.data.date.getTime()) .slice(0, 3); const recommendationTexts = recommendations.map((rec) => ({ ...rec, text: rec.body || '', })); ---

برمجة

أكثر من 20 سنة في بناء البرمجيات. Craftsmanship، TDD، DDD — وهاجس التحيّزات التي نضعها في الكود دون أن ندري.

مطوّر مستقل مقيم في ألبي، فرنسا، أرافق الفرق كمطوّر أول، أو قائد تقني، أو مدرب تقني. أفضّل البرمجيات الحرّة والأدوات التي تلبي احتياجات حقيقية.

{currentPosition && (

المنصب الحالي

{currentPosition.data.role}

{currentPosition.data.companyUrl ? ( {currentPosition.data.company} ) : ( currentPosition.data.company )} {currentPosition.data.location && ` · ${currentPosition.data.location}`}

)} {recommendationTexts.length > 0 && (

التوصيات

← عرض الكل
{recommendationTexts.map((rec) => ( ))}
)}

القيم والمنهج

  • حركة Software Craftsmanship
  • الفائدة الاجتماعية للمطوّر
  • الفخر بالعمل، دون غرور
  • منهج Domain Driven Design
  • تنظيم أجايل: التكرار والتحسين المستمر

المجتمع والتدريس

أنشّط مجتمع Software Crafters Albi منذ 2018. أستاذ هندسة البرمجيات في جامعة شامبوليون في ألبي منذ 2019.

على الإنترنت

{[ { label: 'LinkedIn', href: 'https://www.linkedin.com/in/jalil' }, { label: 'Malt', href: 'https://www.malt.fr/profile/jalilarfaoui' }, { label: 'Stack Overflow', href: 'https://stackexchange.com/users/54164/jalil' }, { label: 'GitHub', href: 'https://github.com/JalilArfaoui' }, { label: 'Framagit', href: 'https://framagit.org/jalil' }, { label: 'Forge شخصية', href: 'https://forge.tiqa.fr' }, ].map((link) => ( {link.label} ))}
شعار Tiqa

SAS Tiqa
12, rue Fabre d'Églantine — 81 000 Albi, France
811 917 871 RCS Albi