Software Engineer (Frontend)
May 2022 - PresentmediMESH GmbH
Building polished frontend experiences and collaborating across product and design.
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 }
}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.
mediMESH GmbH
Building polished frontend experiences and collaborating across product and design.
Webfume Technologies LLC
Led product development initiatives and front‑end quality with Tailwind, accessibility and cross‑browser focus.
Alpha4All Limited
Full‑stack work across Vue, Node, Express, Firebase, PHP, MySQL, WordPress/WooCommerce and various APIs—owning end‑to‑end delivery.
wpPlan
Shipped and maintained marketing sites and apps in close collaboration with design and full‑stack teams.
ClikGlobal (via PomTech)
Senior developer & team lead delivering web platforms through a US‑Afghanistan partnership with PomTech.
Globe Runner (via PomTech)
Led web dev for a Texas digital agency partnership; mentored team and ensured delivery quality.
PomTech ICT Solutions
Co‑founded to create opportunities for fresh graduates; delivered software and training.
DAI
Maintained and deployed MIS/databases; developed asset management systems for municipalities.
Asiapharma
Managed databases, systems and networks; ensured operational reliability and timely support.
Hariwa University, Herat, Afghanistan
Institute for Leadership Development, Herat, Afghanistan