Asim Alizada
Available for new roles

Building robust
cloud-native
experiences.

Hi, I'm Asim Alizada, a Senior Software Engineer specializing in scalable enterprise systems and modern web technologies.

~/asim — bash
tap · click to interact ↗

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.

Remote GlobalProblem Solver

20+

Projects Shipped

5+

Years Exp.

Core Technologies

.NET
NestJS
Node.js
React
Next.js
Angular
React Native
PostgreSQL
MSSQL
MongoDB
Redis
ElasticSearch
Docker
Kubernetes
AWS
Azure
Cloudflare
Kafka
RabbitMQ
SignalR
Railway
.NET
NestJS
Node.js
React
Next.js
Angular
React Native
PostgreSQL
MSSQL
MongoDB
Redis
ElasticSearch
Docker
Kubernetes
AWS
Azure
Cloudflare
Kafka
RabbitMQ
SignalR
Railway
Currently Building

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

Writings & Thoughts

Deep dives into scalable architectures, distributed systems, and the engineering principles behind building high-performance digital products.

Explore the Blog
Career

Work Experience

5+ years across fintech, cybersecurity, and energy building systems that scale.

Lead Software Engineer

Current
WebideaRemote
Feb 2026 – Present
Remote (Austin, USA)
  • 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
C#.NETNode.jsRailwayCloudflareDockerCI/CD

Software Engineer

Current
Cymulate (via Progressocore)Remote
Apr 2025 – Present
Remote (New York, USA)
  • 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
C#.NETNode.jsDockerAWSDistributed Systems

Founding Software Engineer

Glix (EVU Ventures)Remote
Jan 2026 – Mar 2026
Remote (New York, USA)
  • 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
ReactNext.jsAWSCI/CDTypeScript

Software Engineer

Simplexity GroupRemote
Aug 2025 – Mar 2026
Remote (Paris, France)
  • 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
C#.NETAngularMinIODockerEvent-Driven

Want the full picture?

Selected Work

Featured Projects

From production SaaS platforms to open-source experiments things I've built and shipped.

ActiveSaaSProduction

Fitxlink Fitness Platform

Lead Software Engineer

Production-grade cloud fitness platform providing CRM capabilities for gyms, including memberships, marketplace, and operational management.

.NETNode.jsReactNext.jsPostgreSQLRedisDockerCloudflareRailway

// 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;

}

ActiveStartupFintech

Fintech Transfer Platform

Founding Software Engineer · Team Lead

Cross-provider financial transfer platform enabling seamless transactions between services like PayPal, Wise, Payoneer, and Revolut.

NestJSReactNext.jsPostgreSQLDockerMonorepo
Private / Production
ActiveEnterpriseSecurity

Cybersecurity Automation Platform

Senior Software Engineer

Enterprise cybersecurity platform that simulates attack scenarios and integrates with security providers to detect vulnerabilities.

.NETNestJSReactNext.jsKafkaRabbitMQMongoDBPostgreSQLElasticSearchKubernetesAWS
Private / Production
In ProgressProductMobile

Edutech Platform

Lead Software Engineer

End-to-end education platform connecting teachers, students, and parents with features like live classes, assignments, and mobile applications.

.NETNode.jsAngularReactNext.jsReact NativePostgreSQLRedisRabbitMQDockerAWS
Private / Production