Available for hire
Hey, I'm Rado — I'm a React Developer & Technical Expert
I am a React developer with 3 years of experience specializing in frontend development, crafting user-centric experiences that drive innovation and efficiency.
Frontend Development
Turning ideas into interactive web experiences
A solid technical foundation from real-world support
- Frontend Development
- Building responsive, modern UIs with React, Next.js, TypeScript, and Tailwind CSS. Focused on clean, maintainable code and user-friendly design.
- Backend & APIs
- Working knowledge of Node.js, Express, SQL, and RESTful APIs. Experienced in connecting frontend applications to reliable backend services.
- Networking & Telecom
- Experience with IoT platforms, SIM provisioning, mobile networks, and ServiceNow. Skilled in troubleshooting connectivity issues.
import { useState } from "react";
export default function Greeting() {
const [name, setName] = useState("");
return (
<div className="p-4">
<h1 className="text-xl font-bold">Hello {name || "World"}!</h1>
<input
className="border p-1"
value={name}
onChange={e => setName(e.target.value)}
placeholder="Type your name"
/>
</div>
);
}
How I work
Beyond the stack, I focus on strong developer experience, fast and accessible interfaces, and clear communication. This is how I keep projects maintainable and teams unblocked.
- Developer Experience & Tooling
Productive workflows with Vite, NPM, Prettier, Git, GitHub, Vercel, and Playwright for end-to-end testing. I keep projects tidy and automate the boring parts.
- Problem-Solving & Troubleshooting
Experience analyzing issues in IoT platforms, connectivity, and ServiceNow tickets. I enjoy digging into problems and finding practical solutions.
- Communication & Productivity
I share knowledge on Medium and work confidently with Microsoft Office 365. Fluent in English, Slovak, and Czech.
What others say
Unsolicited reviews from friends, family & strangers
“I don’t fully understand what he builds, but when I click a button and it works, I assume it’s his doing.”
“Rado helped me solve a tricky issue with my mobile service. Patient, clear, and genuinely helpful — best support call I’ve had.”
“I asked him for directions… he opened Chrome DevTools. I just wanted the bus stop, man.”
“Woof. (Translation: Rado talks about React hooks. I just want belly rubs.)”
“Every time Rado says ‘just one more commit,’ I know dinner’s cold already. But the site looks amazing.”
“He fixed my printer when I couldn’t get it to work. Such a relief to finally print my recipes again.”
“Rado set up my GPS and made it simple to use. Now I can get to my appointments without any worry.”