Asim Alizada
Available for new roles

Building
cloud
platforms.

Lead/Senior Software Engineer focused on .NET, Node.js, React/Next.js, Angular, microservices, integrations, and production-ready systems.

~/asim — bash
tap · click to interact ↗

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.

Remote GlobalProblem Solver

20+

Projects Shipped

6+

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

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

6+ years across cybersecurity, fitness, energy, EdTech, and enterprise systems.

Lead Software Engineer

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

Senior Software Engineer

Current
ProgressocoreRemote
Apr 2025 – Present
Remote, USA
  • 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.
NestJSPrismaReactNext.js.NETMicro-Frontends

Software Engineer, Contract

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

Software Engineer

Tayqa TechOn-site
Aug 2023 – Apr 2025
Baku, Azerbaijan
  • 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.
C#.NET CoreAngularSQL ServerERP Integration

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