Sparq Talent
Baltimore's Premier IT Talent Partner

We Are the Partner Companies Trust,
When People Are Their Biggest Asset.

Trusted by organizations across industries

The Difference Is Experience

We're not a marketplace. We're a trusted partner who understands your technology stack, your culture, and what "fit" actually means.

🎯

Precision Matching

We don't throw resumes at you. Every candidate is vetted against your specific technical needs and team culture.

🀝

True Partnership

Direct access to the decision-maker β€” not a junior recruiter reading from a script. One point of contact, always.

⚑

Speed That Matters

Top IT talent is gone in days. Our network means qualified candidates in front of you before your competition moves.

Start a Search β†’

Hire Smarter. Faster. Together.

Whether you need a permanent placement, a contract specialist, or a long-term project partner β€” we have the model that fits.

πŸ† Direct Hire

Full-time permanent placement. We own the entire search β€” sourcing, screening, coordinating β€” and deliver candidates ready to make an impact from day one.

Contingency or Retained

πŸ”„ Contract-to-Hire

Try before you commit. Engage top talent on a contract basis with the option to convert. Minimize hiring risk while moving fast on in-demand candidates.

Flexible Engagement

πŸ› οΈ Long-Term Contract / Project-Based

Need specialized expertise for a defined initiative? We place senior IT contractors and project teams for transformations, implementations, and critical builds.

Statement of Work

Case Study

Professional Sports: Systems Integration Specialist

Placed a senior integration engineer within 18 days β€” a role that had been open for 4 months through traditional channels. The candidate is still with the organization.

18
Days to Fill
4mo
Previously Open
100%
Still Retained
Complete Client Intake Form β†’

Your Next Role Starts Here.

We work with you β€” not just for you. Our relationships run deep with companies that actually want what you bring.

Submit Your Resume β†’

Why Work With Sparq?

πŸ”’

Confidential Search

Your search stays private. We don't blast your resume without a conversation first.

🧠

Deep Industry Network

Our client relationships mean access to roles that never hit job boards.

πŸ’¬

Real Feedback

We tell you what's happening β€” no ghosting, no radio silence.

Current Opportunities

Updated regularly β€” check back often

Don't see your role? We may have unlisted opportunities.

Submit Your Resume β†’

Deliberately Small.
Exceptionally Focused.

I've been recruiting IT talent for over 20 years. Startups, Fortune 500s, a professional NFL team. Different industries, same problem: finding the right technical person at the right time is brutally hard, and most staffing firms make it harder.

That's why I built Sparq.

Sparq is deliberately small. When you work with us, you work with me β€” not a junior recruiter three layers down. I keep my client load limited on purpose, because the searches that matter deserve an expert from intake to offer.

What's changed the game in the last few years is AI. I've rebuilt my entire workflow around it: AI-driven sourcing to map the market faster than any team of researchers could, automated pipeline intelligence to spot where a search is stalling, and tooling that lets a firm of one operate at the speed of a firm of fifty. But the AI does the searching. I do the judging. Every candidate you see has been vetted by a human who's been doing this for two decades. Real people, real conversations, no bots pretending to be recruiters.

The results I care about are the ones that actually drive hiring success: velocity, pipeline health, and offer acceptance. Not submission counts.

πŸ‘€

You Work With Me

Not a junior recruiter three layers down. From intake to offer, you deal with a 20-year expert.

πŸ€–

AI Does the Searching

I've rebuilt my entire workflow around AI β€” sourcing speed, pipeline intelligence, market mapping. A firm of one at the speed of fifty.

🧠

I Do the Judging

Every candidate you see has been vetted by a human. Real conversations, no bots pretending to be recruiters.

πŸ“Š

Results That Matter

Velocity, pipeline health, and offer acceptance. Not submission counts.

🎯

Limited Client Load

I keep my roster small on purpose. The searches that matter deserve full attention.

Two Ways to Engage

If you're tired of recruiting partners who treat your search like a numbers game, let's talk.

Contingency Search

Critical Role to Fill

Traditional contingency search when you have a specific, urgent role that needs the right person β€” fast. You pay only when we place. No risk, full commitment.

Fractional Partnership

Ongoing Hiring Firepower

A flat monthly retainer where I function as your embedded talent team. Built for companies that need ongoing hiring capability without the cost of an internal recruiter.

Stay Ahead of the Market.

Hiring trends, salary benchmarks, interview tips, and IT industry news β€” curated by someone who's been in the game for over two decades.

πŸ“ˆ
Market Trends

IT Hiring in 2025: What's Actually Happening in the Mid-Atlantic

Despite broader tech shifts, Baltimore and DC metro are seeing strong demand in cybersecurity, cloud, and data engineering.

May 2025 Β· 5 min read
πŸ’°
Salary Guide

2025 IT Salary Benchmarks: Are You Paying to Win or Paying to Lose?

We pulled compensation data across 15+ IT roles. If your offers are 10% below market, you're losing candidates you don't even know you're losing.

April 2025 Β· 7 min read
🧲
Hiring Strategy

5 Reasons Your IT Roles Are Taking 3x Too Long to Fill

Slow approval chains, vague job descriptions, and multi-round interview loops are costing you top candidates.

March 2025 Β· 6 min read
🎯
For Candidates

How to Stand Out When Every Other Resume Looks Exactly Like Yours

Tactical advice on quantifying impact, framing career pivots, and optimizing your LinkedIn.

February 2025 Β· 4 min read
πŸ€–
Technology

AI Is Changing IT Teams. Here's What It Means for Hiring in 2025

AI isn't eliminating IT jobs β€” it's shifting them. The skills companies are paying premiums for have changed significantly.

January 2025 Β· 8 min read
πŸ“‹
Employer Guide

Contingency vs. Retained Search: When to Use Each and Why It Matters

An honest breakdown of when retained is worth every penny β€” and when it isn't.

December 2024 Β· 5 min read

Let's Start a Conversation.

Whether you're hiring, job hunting, or want to understand how we work β€” we make it easy to connect.

πŸ“

Location

Baltimore, Maryland

βœ‰οΈ
⏰

Availability

Mon–Fri, 9am–6pm EST

"We believe the best placements come from honest conversations. Tell us exactly what you need β€” we'll tell you exactly what we can deliver."

β€” Eddie Feinstein, Founder

← Back to All Jobs

βš™οΈ Job Board Admin

Add, edit, or remove open roles. Changes appear on the site instantly.

βž• Add New Job

πŸ“‹ Current Listings

+Math.round(n).toLocaleString('en-US')}; var si=document.getElementById('si'); function Slider(trackId,min,max,init,step,cb){ var track=document.getElementById(trackId); var rail=track.querySelector('.sl-rail'); var fill=track.querySelector('.sl-fill'); var thumb=track.querySelector('.sl-thumb'); var v=init; function pct(){return(v-min)/(max-min)} function render(){var p=pct()*100;fill.style.width=p+'%';thumb.style.left=p+'%'} function set(n){v=Math.max(min,Math.min(max,Math.round(n/step)*step));render();if(cb)cb(v)} function fromEvent(e){ var r=rail.getBoundingClientRect(); var cx=(e.touches?e.touches[0].clientX:e.clientX); var p=Math.max(0,Math.min(1,(cx-r.left)/r.width)); set(min+p*(max-min)); } thumb.addEventListener('mousedown',function(e){ e.preventDefault(); var mm=function(ev){fromEvent(ev)}; var mu=function(){document.removeEventListener('mousemove',mm);document.removeEventListener('mouseup',mu)}; document.addEventListener('mousemove',mm);document.addEventListener('mouseup',mu); }); thumb.addEventListener('touchstart',function(e){ e.preventDefault(); var tm=function(ev){fromEvent(ev)}; var tu=function(){document.removeEventListener('touchmove',tm);document.removeEventListener('touchend',tu)}; document.addEventListener('touchmove',tm,{passive:false});document.addEventListener('touchend',tu); }); track.addEventListener('mousedown',function(e){if(e.target!==thumb)fromEvent(e)}); track.addEventListener('touchstart',function(e){if(e.target!==thumb){e.preventDefault();fromEvent(e)}},{passive:false}); render(); return{get:function(){return v},set:set}; } var SS=Slider('sSl',40000,100000,70000,500,function(v){si.value=v;go()}); var CS=Slider('cSl',0,50000,0,500,go); var AS=Slider('aSl',0,12000,9000,500,go); var RS=Slider('rSl',0,30000,20000,500,go); var RolS=Slider('roleSl',50000,350000,100000,500,go); si.addEventListener('input',function(){ var v=parseInt(this.value,10);if(isNaN(v))return; v=Math.max(40000,Math.min(100000,v));SS.set(v);go(); }); si.addEventListener('blur',function(){ var v=parseInt(this.value,10); if(isNaN(v)||v<40000)v=40000;if(v>100000)v=100000; this.value=v;SS.set(v);go(); }); document.getElementById('su').addEventListener('click',function(){SS.set(SS.get()+5000);si.value=SS.get();go()}); document.getElementById('sd').addEventListener('click',function(){SS.set(SS.get()-5000);si.value=SS.get();go()}); function go(){ var base=SS.get(),comm=CS.get(),ats=AS.get(),ramp=RS.get(),role=RolS.get(); var ben=Math.round(base*0.275); var total=base+ben+comm+ats+ramp; var fee=Math.round(role*0.20); var savings=total-84000; document.getElementById('sDisp').textContent=fmt(base); document.getElementById('cDisp').textContent=fmt(comm); document.getElementById('aDisp').textContent=fmt(ats); document.getElementById('rDisp').textContent=fmt(ramp); document.getElementById('roleDisp').textContent=fmt(role); document.getElementById('bBase').textContent=fmt(base); document.getElementById('bBen').textContent=fmt(ben); document.getElementById('bComm').textContent=fmt(comm); document.getElementById('bATS').textContent=fmt(ats); document.getElementById('bRamp').textContent=fmt(ramp); document.getElementById('bTot').textContent=fmt(total); document.getElementById('oFee').textContent=fmt(fee); document.getElementById('oTot').textContent=fmt(fee); var optA=document.getElementById('optA'); var optB=document.getElementById('optB'); var banner=document.getElementById('savBanner'); // Option A green: fractional cheaper than internal if(total>84000){ optA.classList.add('green'); banner.classList.add('show'); document.getElementById('savAmt').textContent=fmt(savings)+' saved annually'; document.getElementById('savDesc').textContent='Fractional Partnership vs. an internal recruiter at '+fmt(base)+' base'+(comm>0?' + '+fmt(comm)+' bonus':''); }else{ optA.classList.remove('green'); banner.classList.remove('show'); } // Option B green: contingency cheaper than internal total if(total>fee){optB.classList.add('green')}else{optB.classList.remove('green')} } go(); })(); <\/script>`; var frame=document.getElementById('roiFrame'); var doc=frame.contentDocument||frame.contentWindow.document; doc.open();doc.write(calc);doc.close(); } var frame=document.getElementById('roiFrame'); var doc=frame.contentDocument||frame.contentWindow.document; doc.open();doc.write(calc);doc.close(); } // ── ADMIN ── var ADMIN_PASSWORD='sparq2025'; var DEFAULT_JOBS=[ {id:'j6031',title:'Engineering Director – Distribution Center',salary:'Competitive + Bonus',status:'hot',location:'Confidential – Apparel Client',type:'direct',skills:'Automation Β· MHE Β· Capital Projects Β· P&L',description:'Job #6031 | Confidential Search | Enterprise Apparel & Lifestyle Brand | Full-Time, Direct Hire\n\nSparq Talent has been retained to identify an Engineering Director for the distribution center operations of a well-known, enterprise-level apparel and lifestyle brand. This is a top engineering seat β€” direct line to operations leadership, ownership of a significant automation investment, and real authority over how the facility runs and scales.\n\nWhat You\'ll Own\n\nAutomation Systems & MHE Uptime\nβ€” Lead all automated material handling systems across the DC, including sorters, conveyors, AS/RS, and robotics.\nβ€” Own uptime KPIs and drive root cause elimination on recurring failures.\nβ€” Partner with integrators and OEMs on system enhancements and retrofits.\n\nReliability & Maintenance Strategy\nβ€” Build and execute a preventive/predictive maintenance program across all critical systems.\nβ€” Develop a technician team capable of handling complex, multi-vendor automation environments.\n\nCapital Projects & Scaling\nβ€” Lead capital planning and project delivery for new automation investments and facility expansions.\nβ€” Manage vendor relationships, RFP processes, and commissioning timelines.\n\nPeople & Governance\nβ€” Lead a team of engineers and maintenance technicians; this is a leader-of-leaders role.\nβ€” Own engineering budgets and report on performance against operational and financial targets.\n\nWhat You Bring\nβ€” Engineering degree required (Mechanical, Industrial, or Electrical preferred)\nβ€” 10+ years in distribution center, fulfillment, or manufacturing engineering roles\nβ€” Hands-on automation experience (conveyors, sorters, WCS/WMS, PLC/SCADA)\nβ€” Proven track record delivering capital projects on time and on budget\nβ€” Experience managing teams of engineers and skilled trades\n\nBonus Points\nβ€” Experience scaling a DC through a major automation retrofit\nβ€” Familiarity with apparel or high-SKU fulfillment environments\nβ€” PE license or Six Sigma certification'}, {id:'j6020a',title:'Automation Technology Manager',salary:'Up to $180K',status:'hot',location:'Northeast, MD or Memphis, TN',type:'direct',skills:'PLC Β· SCADA Β· MHE Β· Robotics Β· CMMS',description:'Job #6020 | Confidential Search | Enterprise Apparel & Lifestyle Brand | Full-Time, Direct Hire\n\nSparq Talent is conducting an exclusive search for an Automation Technology Manager for a confidential enterprise apparel client with fulfillment center locations in the Northeast, MD and Memphis, TN. Relocation assistance is available for the right candidate.\n\nWhat You\'ll Own\n\nAutomation Uptime & Performance\nβ€” Manage day-to-day performance of all automated systems including robotics, conveyor systems, sorters, and MHE.\nβ€” Own uptime metrics and lead root-cause analysis and corrective action on system failures.\nβ€” Supervise and develop a team of automation technicians.\n\nPreventive & Predictive Maintenance\nβ€” Build and execute PM programs across all automated equipment.\nβ€” Leverage CMMS platforms for work order management, asset tracking, and KPI reporting.\n\nVendor & Project Management\nβ€” Manage relationships with automation OEMs and service vendors.\nβ€” Support capital project scoping, installation coordination, and commissioning.\n\nWhat You Bring\nβ€” 5+ years managing automation systems in a DC, FC, or manufacturing environment\nβ€” Hands-on PLC/SCADA troubleshooting and programming experience\nβ€” Experience managing technician teams\nβ€” Strong understanding of MHE, conveyor systems, and robotics platforms\nβ€” CMMS experience (SAP PM, Maximo, or similar)\n\nBonus Points\nβ€” Amazon, Walmart, or major retailer DC/FC background\nβ€” Experience with AS/RS systems\nβ€” Willingness to relocate to Memphis, TN (relocation assistance provided)'}, {id:'j6020b',title:'Process Engineer – Fulfillment Center',salary:'$82K–$140K+',status:'',location:'Northeast, MD or Memphis, TN',type:'direct',skills:'Lean Β· Six Sigma Β· AutoCAD Β· WMS Β· Process Improvement',description:'Job #6020 | Confidential Search | Enterprise Apparel & Lifestyle Brand | Full-Time, Direct Hire\n\nSparq Talent is conducting an exclusive search for a Process Engineer for a confidential enterprise apparel client with fulfillment center locations in the Northeast, MD and Memphis, TN. Relocation assistance is available.\n\nWhat You\'ll Own\n\nProcess Design & Improvement\nβ€” Analyze and document current-state fulfillment workflows; identify and implement efficiency improvements.\nβ€” Lead time-motion studies, capacity modeling, and layout optimization projects.\nβ€” Support new product and process introductions from an industrial engineering perspective.\n\nStandards & Metrics\nβ€” Develop and maintain engineered labor standards.\nβ€” Build and track KPIs across throughput, accuracy, and cost per unit.\nβ€” Partner with operations leadership to drive performance against targets.\n\nTechnology & Systems\nβ€” Support WMS configuration and optimization to align with engineered processes.\nβ€” Collaborate with automation and IT teams on technology-driven improvements.\n\nWhat You Bring\nβ€” Bachelor\'s degree in Industrial Engineering or related field\nβ€” 3+ years of process/industrial engineering experience in a DC, FC, or manufacturing setting\nβ€” Proficiency in AutoCAD or similar layout tools\nβ€” Lean/Six Sigma knowledge (Green Belt preferred)\nβ€” WMS experience a plus\n\nBonus Points\nβ€” Experience in apparel or high-velocity fulfillment environments\nβ€” IISE membership or IE certifications\nβ€” Willingness to relocate (relocation assistance provided)'}, {id:'j6026',title:'Contract Logistics IT Manager',salary:'Competitive',status:'',location:'Confidential – Global 3PL / Logistics',type:'direct',skills:'WMS Β· TMS Β· Logistics IT Β· Team Leadership',description:'Confidential Search | Global Contract Logistics Company | Full-Time, Direct Hire\n\nSparq Talent is conducting a confidential search for a Contract Logistics IT Manager on behalf of a leading global third-party logistics provider. This is a leadership seat bridging logistics operations and technology across warehouse and distribution environments.\n\nWhat You\'ll Own\n\nIT Systems Leadership\nβ€” Lead deployment, governance, and ongoing stability of WMS, TMS, and reporting tools across contract logistics operations.\nβ€” Drive automation and continuous improvement initiatives within the IT function.\nβ€” Manage IT security and compliance with company standards and policies.\n\nBusiness Development & Customer Support\nβ€” Support customer onboarding on the IT side β€” tenders, solution design, and implementations.\nβ€” Partner with business development teams to define and deliver IT solutions for new clients.\n\nTeam Development\nβ€” Lead and develop an IT team; mentor and grow technical talent.\nβ€” Manage vendor relationships and IT project portfolios.\n\nWhat You Bring\nβ€” Hands-on WMS and/or TMS experience (non-negotiable)\nβ€” IT team leadership and people management experience\nβ€” Background in logistics, 3PL, or distribution center IT operations\nβ€” Strong stakeholder communication and business acumen\nβ€” Experience supporting business development from a technology perspective\n\nBonus Points\nβ€” SAP WM or SAP EWM experience\nβ€” 3PL or contract logistics background specifically'}, {id:'j6027',title:'Production System Black Belt',salary:'Competitive',status:'',location:'Confidential – Global 3PL / Logistics',type:'direct',skills:'LSS Black Belt Β· VSM Β· Kaizen Β· Lean Β· CI',description:'Confidential Search | Global Contract Logistics Company | Full-Time, Direct Hire\n\nSparq Talent is conducting a confidential search for a Production System Black Belt on behalf of a leading global logistics provider. This is a Lean Six Sigma-focused continuous improvement role β€” not traditional IT.\n\nWhat You\'ll Own\n\nContinuous Improvement Execution\nβ€” Lead and facilitate Kaizen events, VSM sessions, and Black Belt improvement projects.\nβ€” Execute DMAIC projects that deliver measurable financial and operational impact.\nβ€” Translate national-level performance targets into ground-level execution plans.\n\nCoaching & Capability Building\nβ€” Coach and develop Green Belt practitioners across sites.\nβ€” Build CI capability and culture within the operations team.\n\nProduction System Deployment\nβ€” Deploy and sustain the company\'s production excellence framework.\nβ€” Report on project pipeline, savings delivered, and capability development metrics.\n\nWhat You Bring\nβ€” LSS Black Belt certification (hard requirement β€” not preferred)\nβ€” 2–5 years of contract logistics or 3PL experience minimum\nβ€” Proven VSM facilitation and DMAIC project execution\nβ€” Statistical analysis skills (Minitab, Excel)\nβ€” Strong facilitation and change management capabilities\n\nBonus Points\nβ€” Master Black Belt or Lean Expert certification\nβ€” Experience in high-velocity distribution or fulfillment environments'}, {id:'j6028',title:'Production System Site Green Belt',salary:'Competitive',status:'new',location:'Confidential – Global 3PL / Logistics',type:'direct',skills:'LSS Green Belt Β· DMAIC Β· Kaizen Β· Statistical Analysis',description:'Confidential Search | Global Contract Logistics Company | Full-Time, Direct Hire\n\nSparq Talent is conducting a confidential search for a Production System Site Green Belt on behalf of a leading global logistics provider. This is an operational improvement role with a strong career growth track within the company\'s production excellence framework.\n\nWhat You\'ll Own\n\nProject Execution\nβ€” Execute Green Belt DMAIC projects targeting throughput, quality, cost, and safety improvements.\nβ€” Lead site-level Kaizen events and structured problem-solving sessions.\nβ€” Collect and analyze operational data to identify improvement opportunities.\n\nSite-Level CI Support\nβ€” Support the Black Belt and site operations leadership on CI initiatives.\nβ€” Build relationships with front-line team leaders to embed continuous improvement practices.\n\nWhat You Bring\nβ€” LSS Green Belt certification (preferred; strong candidates without cert will be considered)\nβ€” 0–2 years of contract logistics or operations experience\nβ€” DMAIC project management experience\nβ€” Statistical analysis skills (Excel, Minitab a plus)\nβ€” Kaizen facilitation experience\n\nBonus Points\nβ€” 3PL or warehouse operations background\nβ€” Black Belt track ambitions β€” this role is designed to grow'}, {id:'j6029',title:'WMS Super User',salary:'Competitive',status:'',location:'Confidential – Global 3PL / Logistics',type:'direct',skills:'WMS Β· TMS Β· OMS Β· SQL Β· Unix Β· Oracle',description:'Confidential Search | Global Contract Logistics Company | Full-Time, Direct Hire\n\nSparq Talent is conducting a confidential search for a WMS Super User on behalf of a leading global logistics provider. This is a hands-on technical role bridging IT and warehouse operations during system deployments and ongoing support.\n\nWhat You\'ll Own\n\nSystem Configuration & Support\nβ€” Manage WMS configuration, user setup, and system maintenance for logistics operations.\nβ€” Serve as Tier 2 escalation point for WMS issues from the floor.\nβ€” Support TMS and OMS integrations as needed.\n\nImplementation & Go-Live Support\nβ€” Lead user training and go-live preparation for WMS deployments and upgrades.\nβ€” Define customer requirements and translate them into system configurations.\nβ€” Support post-go-live stabilization and issue resolution.\n\nWhat You Bring\nβ€” 2+ years hands-on WMS/TMS/OMS experience in a 3PL or logistics environment\nβ€” Unix and SQL proficiency\nβ€” Oracle database experience (or similar RDBMS)\nβ€” 3PL operations background\nβ€” Strong user training and documentation skills\n\nBonus Points\nβ€” SAP WM/EWM experience\nβ€” Customer-facing implementation experience'}, {id:'j6030',title:'Local Super User – Warehouse Operations',salary:'Competitive',status:'new',location:'Confidential – Global 3PL / Logistics',type:'direct',skills:'WMS Β· Warehouse Ops Β· Troubleshooting Β· RF Equipment',description:'Confidential Search | Global Contract Logistics Company | Full-Time, Direct Hire\n\nSparq Talent is conducting a confidential search for a Local Super User on behalf of a leading global logistics provider. This is a floor-level role bridging warehouse operations and IT β€” ideal for a warehouse professional with strong systems instincts who wants to grow into a technology-focused career track.\n\nWhat You\'ll Own\n\nFloor-Level Systems Support\nβ€” Serve as the first point of contact for WMS issues, basic troubleshooting, and hardware support (RF guns, label printers, conveyor terminals).\nβ€” Escalate complex issues to the WMS Super User or IT Manager with clear documentation.\nβ€” Support new user onboarding and WMS training on the floor.\n\nOperations Liaison\nβ€” Bridge communication between warehouse operations teams and IT/systems staff.\nβ€” Help identify recurring operational issues that have a technology root cause.\n\nWhat You Bring\nβ€” 3+ years of warehouse operations experience (shipping, receiving, inventory, or operations management)\nβ€” Hands-on WMS experience in a daily operational setting\nβ€” Basic troubleshooting ability for hardware and software issues\nβ€” Strong floor-level communication and training skills\n\nBonus Points\nβ€” Experience with RF scanning equipment and label printing systems\nβ€” Prior super user or key user experience on a WMS implementation\nβ€” Interest in growing into a WMS Super User or IT role'}, {id:'j6021',title:'ITS Analyst II/III – ERP Systems (Tyler Munis)',salary:'Pay Grade A16/A17',status:'',location:'Annapolis, MD (Government Client)',type:'direct',skills:'Tyler Munis Β· ERP Β· SQL Β· Fund Accounting Β· Public Sector',description:'Confidential Search | Maryland Government Client | Annapolis, MD | Full-Time, Direct Hire\n\nSparq Talent is representing a confidential Maryland government client seeking a senior ERP Business Systems Analyst with Tyler Munis expertise. This is a high-impact individual contributor and team lead role within a stable public sector environment.\n\nWhat You\'ll Own\n\nERP Administration & Configuration\nβ€” Serve as the primary administrator and subject matter expert for the Tyler Munis ERP system.\nβ€” Manage system configuration, module upgrades, and integration points with finance, payroll, and HR.\nβ€” Troubleshoot and resolve Munis system issues escalated from end users.\n\nProject & Implementation Leadership\nβ€” Lead ERP implementation and upgrade projects from requirements through go-live.\nβ€” Manage testing, user training, and documentation for all system changes.\nβ€” Coordinate with Tyler Technologies and third-party vendors on issue resolution.\n\nReporting & Data Management\nβ€” Build and maintain SQL-based reports and dashboards for finance and operations stakeholders.\nβ€” Support data integrity, system audits, and compliance reporting.\n\nTeam Leadership (Analyst III Level)\nβ€” Supervise a small team of analysts or contractors.\nβ€” Mentor junior staff and manage project assignments.\n\nWhat You Bring\nβ€” Tyler Munis (EERP) hands-on experience β€” this is the primary differentiator\nβ€” 5+ years of systems analysis and IT project management\nβ€” SQL/RDBMS proficiency (hands-on reporting experience required)\nβ€” Public sector or government IT background preferred\nβ€” Fund accounting familiarity (finance/payroll/HR module knowledge)\n\nBonus Points\nβ€” Prior Tyler Technologies implementation consultant experience\nβ€” Maryland county or municipal government experience\nβ€” Supervisory experience (required for the III level)'} ]; var TYPE_LABELS={'direct':'Direct Hire','contract-hire':'Contract-to-Hire','contract':'Contract','long-term':'Long-Term Contract'}; function getJobs(){try{var s=localStorage.getItem('sparq_jobs');if(s)return JSON.parse(s)}catch(e){}return DEFAULT_JOBS.slice()} function saveJobs(j){try{localStorage.setItem('sparq_jobs',JSON.stringify(j))}catch(e){}} function genId(){return'j'+Date.now()+Math.floor(Math.random()*1000)} function escHtml(s){return String(s).replace(/&/g,'&').replace(//g,'>').replace(/"/g,'"')} function adminLogin(){ var pw=document.getElementById('adminPwInput').value,err=document.getElementById('loginError'); if(pw===ADMIN_PASSWORD){document.getElementById('adminLogin').style.display='none';document.getElementById('adminDash').classList.add('show');err.classList.remove('show');document.getElementById('adminPwInput').value='';renderAdminJobs()} else{err.classList.add('show');document.getElementById('adminPwInput').value='';document.getElementById('adminPwInput').focus()} } function adminLogout(){document.getElementById('adminLogin').style.display='';document.getElementById('adminDash').classList.remove('show');document.getElementById('editingJobId').value='';clearJobForm();resetFormMode()} function renderAdminJobs(){ var jobs=getJobs(),list=document.getElementById('adminJobList'),badge=document.getElementById('jobCountBadge'); badge.textContent=jobs.length+' role'+(jobs.length!==1?'s':''); var hot=jobs.filter(function(j){return j.status==='hot'}).length,newJ=jobs.filter(function(j){return j.status==='new'}).length; document.getElementById('adminStats').innerHTML='
'+jobs.length+'
Total Listings
'+hot+'
πŸ”₯ Hot Roles
'+newJ+'
New This Week
'; if(jobs.length===0){list.innerHTML='
πŸ“­

No jobs listed yet.

';renderPublicJobs();return} list.innerHTML=jobs.map(function(job){ var st=job.status==='hot'?'πŸ”₯ Hot':job.status==='new'?'New':''; return '

'+escHtml(job.title)+'

'+st+''+(TYPE_LABELS[job.type]||job.type)+''+(job.location?''+escHtml(job.location)+'':'')+'
'; }).join(''); renderPublicJobs(); } function renderPublicJobs(){ var jobs=getJobs(),list=document.getElementById('publicJobList'); if(!list)return; if(jobs.length===0){list.innerHTML='

No open roles at the moment β€” check back soon or submit your resume.

';return} list.innerHTML=jobs.map(function(job){ var st=job.status==='hot'?'πŸ”₯ Hot':job.status==='new'?'New':''; return '

'+escHtml(job.title)+'

'+st+(job.location?''+escHtml(job.location)+'':'')+''+escHtml(TYPE_LABELS[job.type]||job.type)+''+(job.skills?''+escHtml(job.skills)+'':'')+'
'+escHtml(job.salary)+'
View Job β†’
'; }).join(''); } function showJobDetail(id){ var job=getJobs().find(function(j){return j.id===id}); if(!job)return; var st=job.status==='hot'?'πŸ”₯ Hot':job.status==='new'?'New':''; var desc=(job.description||'No description available.').replace(/\n/g,'
'); document.getElementById('jobDetailContent').innerHTML= '
'+ '
'+ '
'+ '

'+escHtml(job.title)+'

'+ '
'+ st+ (job.location?'πŸ“ '+escHtml(job.location)+'':'')+ ''+escHtml(TYPE_LABELS[job.type]||job.type)+''+ (job.skills?''+escHtml(job.skills)+'':'')+ '
'+ '
'+ '
'+ '
'+escHtml(job.salary)+'
'+ ''+ '
'+ '
'+ '
'+ '
'+desc+'
'+ '
'+ '
'+ '

Ready to apply?

'+ '

Submit your resume and we\'ll be in touch within 2 business days.

'+ ''+ '
'+ '
'; showSection('job-detail'); } function saveJob(){ var title=document.getElementById('jTitle').value.trim(),salary=document.getElementById('jSalary').value.trim(); if(!title||!salary){showToast('Please fill in at least a title and salary.');return} var jobs=getJobs(),editingId=document.getElementById('editingJobId').value; var job={id:editingId||genId(),title:title,salary:salary,status:document.getElementById('jStatus').value,location:document.getElementById('jLocation').value.trim(),type:document.getElementById('jType').value,skills:document.getElementById('jSkills').value.trim(),description:document.getElementById('jDesc').value.trim()}; if(editingId){var idx=jobs.findIndex(function(j){return j.id===editingId});if(idx>-1)jobs[idx]=job;showToast('Job updated!');resetFormMode()} else{jobs.push(job);showToast('Job added and live!')} saveJobs(jobs);clearJobForm();renderAdminJobs(); } function deleteJob(id){if(!confirm('Remove this listing?'))return;saveJobs(getJobs().filter(function(j){return j.id!==id}));renderAdminJobs();showToast('Job removed.')} function editJob(id){var job=getJobs().find(function(j){return j.id===id});if(!job)return;document.getElementById('editingJobId').value=id;document.getElementById('jTitle').value=job.title;document.getElementById('jSalary').value=job.salary;document.getElementById('jStatus').value=job.status||'';document.getElementById('jLocation').value=job.location||'';document.getElementById('jType').value=job.type||'direct';document.getElementById('jSkills').value=job.skills||'';document.getElementById('jDesc').value=job.description||'';document.getElementById('formCardTitle').textContent='✏️ Edit Job';document.getElementById('addJobBtn').textContent='Save Changes β†’';document.getElementById('cancelEditBtn').style.display='inline-block';document.getElementById('jTitle').scrollIntoView({behavior:'smooth',block:'center'})} function cancelEdit(){clearJobForm();resetFormMode()} function resetFormMode(){document.getElementById('editingJobId').value='';document.getElementById('formCardTitle').textContent='βž• Add New Job';document.getElementById('addJobBtn').textContent='Add Job β†’';document.getElementById('cancelEditBtn').style.display='none'} function clearJobForm(){['jTitle','jSalary','jLocation','jSkills','jDesc'].forEach(function(id){document.getElementById(id).value=''});document.getElementById('jStatus').value='';document.getElementById('jType').value='direct'} // Init renderPublicJobs(); // Secret admin: click logo 5Γ— quickly var lc=0,lt=null; document.getElementById('navLogo').addEventListener('click',function(){lc++;clearTimeout(lt);lt=setTimeout(function(){lc=0},2000);if(lc>=5){lc=0;showSection('admin')}});