
Building robust
cloud-native
experiences.
Hi, I'm Asim Alizada, a Senior Software Engineer specializing in scalable enterprise systems and modern web technologies.
5+ Years
Engineering
5+ Years
Engineering
Who am I?
Senior Software Engineer with 5+ years of experience building scalable backend systems and cloud-native platforms using .NET and Node.js. Specialized in microservices, distributed systems, and infrastructure design, with experience across cybersecurity and fintech products.
20+
Projects Shipped
5+
Years Exp.
Core Technologies
Cloud Fitness Platform
Leading backend architecture at Webidea - microservices, 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
5+ years across fintech, cybersecurity, and energy building systems that scale.
Lead Software Engineer
Current- Designed and implemented backend services in .NET and Node.js to power a cloud-based fitness platform
- Architected microservices-based backend systems to support scalable and modular platform growth
- Managed cloud infrastructure and deployments using Railway, Cloudflare, GitHub, and CI/CD pipelines
Software Engineer
Current- Designed and implemented backend services in .NET and Node.js powering cybersecurity testing workflows
- Developed and deployed a .NET-based endpoint agent to simulate and validate security threats in customer environments
- Integrated enterprise security platforms including Devo, Zscaler, Wiz, Sophos, and Microsoft Entra ID
Founding Software Engineer
- Led backend architecture design for a fintech platform from scratch, defining system structure, services, and engineering standards
- Developed the user platform using React and Next.js while establishing code review standards and engineering practices
- Built and managed AWS-based infrastructure, implemented CI/CD pipelines, and mentored a team of 4 engineers
Software Engineer
- Developed core features for an Energy Management System using .NET and Angular, improving system monitoring and operational workflows
- Implemented Google Maps-based device monitoring with custom markers and real-time data visualization
- Designed a pluggable file storage abstraction (MinIO/local) with signed URL support for secure file access
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.