Building scalable, maintainable web systems for enterprise environments - with clean architecture, reliable performance, and a focus on long-term code quality.
interface TechStack {
primary: string[];
backend: string[];
auto: string[];
cms: string[];
}
interface Engineer {
name: string;
role: string;
stack: TechStack;
available: boolean;
}
const valton: Engineer = {
name: 'Valton Gara',
role: 'Software Engineer',
stack: {
primary: ['Angular', 'TypeScript'],
backend: ['C#', '.NET', 'SQL Server'],
auto: ['Python', 'Power Automate'],
cms: ['WordPress', 'PHP'],
},
available: true,
};
Hi there, I'm Valton Gara, a software engineer.
I work across the stack, but I naturally gravitate toward frontend work, mostly with Angular and TypeScript. I enjoy taking something complex and shaping it into something clean, structured, and easy to work with over time.
A lot of the projects I’ve been part of were in healthcare, banking, and government systems, where there’s not much room for mistakes. That kind of work pushed me to think more carefully about how things are built, not just to make them work, but to make sure they keep working.
I don’t really tie myself to specific technologies. If something new fits the problem better, I’ll pick it up and figure it out, whether that’s backend work, automation, or something completely different.
Most of the time, I think in terms of the bigger picture, how everything connects, how it might evolve, and how to avoid turning a project into something painful to maintain later on.
Modular, layered patterns that scale with team and product growth
Optimised rendering, lazy loading, and efficient API contracts
Regulated environments, strict compliance, and production-grade quality
End-to-end ownership from frontend architecture to backend API integration
Enterprise Applications · Swiss Market · Pristina, Kosovo
Automation & RPA · Pristina, Kosovo
GIZ-GFG Project · Tax Administration of Kosovo
Paris, France
Studied computer science fundamentals, software engineering, and systems design. Project-heavy curriculum rooted in 42-school methodology - strong emphasis on C, C++, algorithms, and practical problem-solving. Built a solid technical foundation applied across enterprise-grade projects.
Professional work under non-disclosure agreements
The majority of my professional work involves enterprise-scale systems - including a healthcare management platform serving clients in Switzerland, financial automation solutions for Scandinavian banking institutions, and government microservices infrastructure. These projects operate under strict confidentiality requirements and cannot be publicly disclosed.
I'm open to full-time roles and contract engagements across diverse tech environments. If you're looking for a reliable engineer with strong frontend skills and solid full-stack experience, let's connect.