
Building
cloud
platforms.
Lead/Senior Software Engineer focused on .NET, Node.js, React/Next.js, Angular, microservices, integrations, and production-ready systems.
6+ Years
Engineering
6+ Years
Engineering
Who am I?
Lead/Senior Software Engineer with 6+ years of experience building full-stack, cloud-based platforms using .NET, Node.js, React, Next.js, and Angular. Strong background in microservices, integrations, release management, and scalable product delivery across cybersecurity, fitness, energy, EdTech, and enterprise systems.
20+
Projects Shipped
6+
Years Exp.
Core Technologies
Cloud Fitness Platform
Leading full-stack development at Webidea, platform architecture, product workflows, release management, Railway deployments, Cloudflare, and scalable API design.
// Deploying to Railway via CI/CD pipeline
await deployment.PushAsync("production");
Latest Role
Lead Software Engineer
Webidea
Feb 2026 – Present
Education
Master of Science
The Academy of Public Administration
Work Experience
6+ years across cybersecurity, fitness, energy, EdTech, and enterprise systems.
Lead Software Engineer
Current- Designed scalable APIs and integration-ready services across core platform features.
- Owned release management, CI/CD workflows, and cloud deployments across Railway, Cloudflare, and GitHub.
- Standardized service architecture, environment configuration, and production deployment practices.
Senior Software Engineer
Current- Built full-stack features using NestJS, Prisma, React/Next.js, and micro-frontends for cybersecurity testing workflows.
- Designed a dynamic ITSM integration framework for Jira and ServiceNow with configurable auth, fields, statuses, and ticket rules.
- Developed a .NET endpoint agent deployed in customer environments to simulate and validate security controls.
Software Engineer, Contract
- Developed .NET/Angular features to improve device monitoring and energy management workflows.
- Implemented Google Maps-based device tracking with custom markers and real-time visualizations.
- Built backend workers, event-driven processing, and MinIO/local file storage with signed URL access.
Software Engineer
- Developed CRM, Sales, Workplan, and Delivery modules using .NET Core and Angular.
- Integrated ERP platforms and internal services to automate enterprise data exchange.
- Built an internal low-code platform for faster creation and management of business applications.
Want the full picture?
Featured Projects
From production SaaS platforms to open-source experiments things I've built and shipped.
Fitxlink Fitness Platform
Lead Software Engineer
Production-grade cloud fitness platform providing CRM capabilities for gyms, including memberships, marketplace, and operational management.
// Node.js API: Distributed Caching
export async function getGymProfile(gymId: string) {
// 1. Fast Path: Check Redis Cache
const cached = await redis.get(`gym:${gymId}:profile`);
if (cached) return JSON.parse(cached);
// 2. Slow Path: Read from Primary DB
const profile = await db.gyms.findUnique({ where: { id: gymId } });
await redis.setex(`gym:${gymId}`, 3600, JSON.stringify(profile));
return profile;
}
Fintech Transfer Platform
Founding Software Engineer · Team Lead
Cross-provider financial transfer platform enabling seamless transactions between services like PayPal, Wise, Payoneer, and Revolut.
Cybersecurity Automation Platform
Senior Software Engineer
Enterprise cybersecurity platform that simulates attack scenarios and integrates with security providers to detect vulnerabilities.
Edutech Platform
Lead Software Engineer
End-to-end education platform connecting teachers, students, and parents with features like live classes, assignments, and mobile applications.