const jeff = {
roles: [
"Career Consultant & Technical Trainer @ Goodwill Columbus",
"Full-Stack Developer & Founder @ TradeProof",
"Freelance Developer @ edcadet.com",
],
location: "Columbus, OH",
languages: ["English", "French", "Haitian Creole", "Spanish"],
certifications: [
"CompTIA A+ (220-1201/1202)",
"CompTIA Network+ (N10-009)",
"CompTIA Security+ (SY0-701)",
"CompTIA CIOS — IT Operations Specialist",
"CompTIA CSIS — Secure Infrastructure Specialist",
"Google Project Management Certificate",
],
currentlyBuilding: [
"TradeProof — contractor license verification SaaS (all 50 states)",
"Maison Saint Louis — haute couture e-commerce platform",
"edcadet.com — dev portfolio & booking platform",
],
currentlyTeaching: "Workforce development, career readiness, job coaching",
};|
At Goodwill Columbus, I help individuals with barriers to employment develop skills to obtain, maintain, and advance in competitive careers. Career coaching, job development, training plans, and employer partnerships. |
I build production software end-to-end. SaaS platforms, web apps, APIs, desktop apps. From database design to deployment pipelines. Python and TypeScript ecosystems. |
I'm expanding from IT operations into security operations, and I learn by building. My hands-on work runs on Microsoft Azure and is documented in cadet-blue — a blue-team portfolio spanning SOC, IAM, GRC, and vulnerability management.
| Lab | Focus | Stack |
|---|---|---|
| SIEM & Detection Engineering | SOC / detection | Microsoft Sentinel · KQL · analytics rules · hunting queries · SOAR playbook |
| Identity & Access on Entra ID | IAM | Entra ID · RBAC · Conditional Access · MFA · least privilege |
| Endpoint Hardening to CIS Benchmark | Hardening | CIS Benchmarks · Group Policy · compliance scanning |
| AI-Assisted Help Desk Agent | Applied AI | Azure AI Foundry · agents · tool/action APIs |
My Microsoft Sentinel lab onboards a fresh Log Analytics workspace, ingests ~24K security events, and works detection end-to-end: scheduled analytics rules that raise incidents, KQL hunting queries, an investigation workbook, and a geo-IP enrichment playbook.
I also design Azure labs for my CompTIA cohorts — students provision Windows Server 2022 on Azure DevTest Labs and build AD, DHCP, DNS, and VPN, backed by per-student Entra accounts and scoped RBAC.
Currently preparing for Microsoft SC-200 (Security Operations Analyst).
| Certification | Credential | Earned | Status |
|---|---|---|---|
| CompTIA A+ | 220-1201 / 220-1202 | Dec 2025 | Active (CE) |
| CompTIA Network+ | N10-009 | May 2026 | Active (CE) |
| CompTIA Security+ | SY0-701 | 2026 | Active (CE) |
| CompTIA CIOS — IT Operations Specialist | A+ ▸ Network+ (stacked) | 2026 | Active (CE) |
| CompTIA CSIS — Secure Infrastructure Specialist | A+ ▸ Network+ ▸ Security+ (stacked) | 2026 | Active (CE) |
| Google Project Management | Google Career Certificate | 2026 | Earned |
CompTIA stackable credentials build on the exams: CIOS (IT Operations Specialist) = A+ + Network+; CSIS (Secure Infrastructure Specialist) = A+ + Network+ + Security+. Credentials verifiable on LinkedIn.
| Project | Description | Stack |
|---|---|---|
| TradeProof | Contractor license verification SaaS — 3.6M+ records across all 50 states | FastAPI, PostgreSQL, Stripe, Docker, GCP |
| Maison Saint Louis | Haute couture e-commerce for Haitian-American fashion house | Next.js, Prisma, Neon, Stripe, next-intl |
| edcadet.com | Developer portfolio with Stripe booking & payment integration | Next.js 16, Tailwind, Resend, Stripe |
| Core Bastion | Cross-platform security dashboard desktop app | Tauri 2.x, React, FastAPI, Rust |
| Repo | What it is |
|---|---|
| disconfirm | Claude Code skill — research + falsify a claim before you act on it |
| write-goal | Claude Code skill — turn a rough task into a provable /goal line |
| agent-os | Unix-style primitives for the agent era (Spec · Trace · Trust · Memory · Pipe) |
| ampl-protocol | Open protocol for portable agent memory across models & frameworks |
| marceddy | Autonomous job-application agent — searches, scores, tailors, and tracks |
| Repo | What it is |
|---|---|
| tradeproof-mcp-server | MCP server exposing contractor license & workers-comp data across all 50 states |
| tradeproof.net ↗ | The live SaaS — contractor license & insurance verification |
| Repo | What it is |
|---|---|
| cadet-blue | Blue-team & IT-ops portfolio — 10 hands-on Help Desk / SOC / GRC / IAM projects |
| Repo | What it is |
|---|---|
| bulk-fetch-engine | Distributed HTTP fetcher built on the GitHub Actions matrix |
| Data-Analysis | Futures data analysis for pattern detection |
| Repo | What it is |
|---|---|
| chemen-lekol-platform | SMS / USSD micro-learning for vulnerable children in Northern Haiti |
maison-saint-louis-landing · jacques-camille-website · glam_by_dina · mrflowerhaiti-website — landing pages and brand sites built for clients.
const experience = [
{
company: "Goodwill Columbus",
role: "Career Consultant & Technical Trainer",
period: "March 2026 - Present",
highlights: [
"Career coaching and job development for individuals with barriers",
"Training plan development aligned with employer needs",
"Job search strategy, interview prep, and placement coordination",
"Caseload management and outcome documentation",
]
},
{
company: "TradeProof (Founder)",
role: "Full-Stack Developer",
period: "2025 - Present",
highlights: [
"Built contractor compliance SaaS from zero to production",
"50-state scraper infrastructure, 3.6M+ license records",
"Stripe billing, blue/green deployment, security hardened",
]
},
{
company: "edcadet.com (Freelance)",
role: "Full-Stack Developer",
period: "2026 - Present",
highlights: [
"Web apps, e-commerce, APIs, and desktop applications",
"Client projects: Maison Saint Louis, Sarah Beauty, Ayiti Sitwayen",
]
},
{
company: "AAMC",
role: "Tier 2 Desktop Support Specialist",
period: "May 2024 - January 2025",
highlights: [
"Supported 15,000+ users, 95% CSAT",
"Mentored Tier 1 technicians",
]
},
];
