const fetchUser = async (id: string) => {
  const res = await fetch('/api/users/' + id)
  if (!res.ok) throw new Error('Request failed')
  return res.json()
}
export function Button({ children }: { children: React.ReactNode }) {
  return (
    <button className="px-3 py-1.5 rounded-md bg-indigo-500 text-white">
      {children}
    </button>
  )
}
const tailwind = {
  theme: { extend: { animation: { float: 'float 6s ease-in-out infinite' } } }
}
type Experience = { company: string; role: string; period: string }
function useToggle(initial = false) {
  const [on, setOn] = useState(initial)
  const toggle = () => setOn((v) => !v)
  return { on, toggle }
}

Rafi Haidari

Software Engineer • Frontend Developer • Technical Team Lead

Magdeburg, Germany

Full‑stack developer with 12+ years in web engineering. I specialize in JavaScript, TypeScript, React, Vue and Node, with experience across OAuth2, DevOps and cloud. I love building responsive UIs, integrating third‑party tools and leading teams to deliver polished products.

Experience

Software Engineer (Frontend)

May 2022 - Present

mediMESH GmbH

Building polished frontend experiences and collaborating across product and design.

Product Development Lead

Jul 2022 - Nov 2022

Webfume Technologies LLC

Led product development initiatives and front‑end quality with Tailwind, accessibility and cross‑browser focus.

Full Stack Developer

Oct 2020 - May 2022

Alpha4All Limited

Full‑stack work across Vue, Node, Express, Firebase, PHP, MySQL, WordPress/WooCommerce and various APIs—owning end‑to‑end delivery.

Senior Front‑End Developer (Part‑time)

Jun 2020 - Sep 2020

wpPlan

Shipped and maintained marketing sites and apps in close collaboration with design and full‑stack teams.

Senior Full Stack Developer (Freelance)

Dec 2017 - May 2020

ClikGlobal (via PomTech)

Senior developer & team lead delivering web platforms through a US‑Afghanistan partnership with PomTech.

Senior Web Developer (Freelance)

Jul 2015 - Nov 2017

Globe Runner (via PomTech)

Led web dev for a Texas digital agency partnership; mentored team and ensured delivery quality.

Co‑founder

2015

PomTech ICT Solutions

Co‑founded to create opportunities for fresh graduates; delivered software and training.

Database and GIS Officer

Aug 2013 - Mar 2014

DAI

Maintained and deployed MIS/databases; developed asset management systems for municipalities.

IT Manager

Jun 2010 - Aug 2012

Asiapharma

Managed databases, systems and networks; ensured operational reliability and timely support.

Education

BSc in Computer Science (Software Engineering Major)

2014 – 2019

Hariwa University, Herat, Afghanistan

  • Graduated Top 3%

Diploma in Leadership and Management

2016 – 2017

Institute for Leadership Development, Herat, Afghanistan

  • Leadership, critical thinking and team dynamics

Get in touch