Available for Freelance Work

Hello, I'm

Asad Ilyas

|

Full Stack .NET Developer & GIS Specialist with 4+ years of experience building enterprise-grade applications and interactive geospatial solutions. Passionate about clean architecture, spatial data, and delivering real-world impact.

developer.cs
public class AsadIlyas
{
  string Role   = "Full Stack .NET Dev";
  string GIS    = "GIS Specialist";
  int    Exp    = 4; // years

  string[] Backend = {
    "ASP.NET Core", "MVC",
    "Web API", "Blazor"
  };

  string[] GISStack = {
    "Cesium", "Potree",
    "MapBox", "Leaflet"
  };

  string[] DB = {
    "MS SQL", "PostgreSQL"
  };
}
GIS Expert
SQL Pro
3D Rendering
Claude AI
0+

Years Experience

0+

Projects Delivered

0+

Years GIS

0+

Technologies

About Me

I'm a Full Stack .NET Developer and GIS Specialist based in Pakistan, with a Bachelor's degree in Software Engineering (BSSE). Over 4+ years I've built everything from enterprise management systems to real-time geospatial applications.

My GIS journey over the last 2 years has taken me deep into 3D spatial data - building end-to-end pipelines for Point Cloud processing, rendering massive datasets in Potree, and creating rich interactive maps with Cesium, including drawing tools, height measurement, polygon/line/point annotations.

I work as a freelancer and also collaborate with professional teams, delivering solutions across HR systems, drone platforms, air quality monitoring, and large-scale management frameworks. I believe in writing clean, maintainable code that solves real problems.

Clean Architecture & SOLID Principles
RESTful API Design & Integration
Spatial Data Processing & 3D Visualization
End-to-End Product Delivery
NameAsad Ilyas
EducationBSSE, Software Engineering
RoleFreelancer & Team Developer
LocationPakistan
LinkedInView Profile
Open to new opportunities
Let's Work Together

What I Do

Specialized services I offer as a freelancer and team collaborator

Backend Development

Building robust, scalable APIs and web applications using ASP.NET Core, MVC, and Web API. From small business tools to enterprise-grade systems.

  • ASP.NET Core / MVC Applications
  • RESTful API Development
  • Database Design (MS SQL / PostgreSQL)
  • Blazor & Razor Applications

GIS & Spatial Solutions

End-to-end geospatial application development - from raw spatial data processing to interactive 3D map experiences in the browser.

  • Interactive Maps (Cesium, MapBox, Leaflet)
  • Point Cloud Processing & Potree Rendering
  • Shapefile / KML / GeoJSON Integration
  • Drawing Tools & Spatial Measurements

Database & Data Pipelines

Designing efficient database schemas, writing complex queries, and building data processing pipelines for large spatial and business datasets.

  • MS SQL & PostgreSQL Schema Design
  • Complex Query Optimization
  • Python Data Pipelines
  • Spatial Database Queries

Frontend & UI Integration

Creating responsive, user-friendly interfaces integrated tightly with backend services using Razor, JavaScript, and jQuery.

  • Razor Pages & MVC Views
  • JavaScript / jQuery Development
  • Map UI & 3D Visualization
  • WinForms Desktop Applications

AI & Claude Integration

Building intelligent features and automating workflows using Claude AI and the Anthropic API - integrated directly into .NET and web applications.

  • Claude API / Anthropic SDK Integration
  • AI-Powered Feature Development
  • Prompt Engineering & Optimization
  • Claude Code for Dev Automation
GIS Specialization · 2+ Years

Geospatial Capabilities

From raw spatial data to interactive 3D maps - full-stack GIS development

Cesium JS 3D GIS Engine

Interactive 3D globe and mapping platform - built rich spatial UIs with drawing, measurement, and entity management

Drawing Tools

Polygon, Polyline, and Point drawing directly on the 3D globe with interactive editing

Height Measurement

Real-world height and elevation measurement tools on terrain and 3D objects

Distance & Area

Accurate spatial distance and area calculation tools with real-world units

Entity Management

Dynamic add/edit/delete of points, labels, and geometry entities on the map

Layer Control

Multi-layer map management - toggle, style, and filter spatial data layers

3D Terrain

Real-world terrain visualization and fly-to camera navigation on the globe

Potree Point Cloud Renderer

Built complete end-to-end pipelines to process raw drone/LiDAR scans and render massive 3D point clouds in the browser

Raw Input LAS / LAZ point cloud files from drones or LiDAR sensors
Python Pipeline Process, convert & tile data using custom Python scripts
Store & Index Store processed tiles in PostgreSQL / file system
Potree Render Stream & render millions of points in WebGL via Potree viewer

GeoJSON Spatial Data Format

Full upload, parse, visualize, and download support for GeoJSON spatial data on interactive maps

feature.geojson
{
  "type": "FeatureCollection",
  "features": [{
    "type": "Feature",
    "geometry": {
      "type": "Polygon",
      "coordinates": [[
        [73.05, 33.72],
        [73.08, 33.72],
        [73.08, 33.75]
      ]]
    },
    "properties": {
      "name": "Zone A",
      "type": "restricted"
    }
  }]
}
Upload GeoJSON files & render on map
Export map drawings as GeoJSON
Custom styling per feature type
Filter & query by properties
Live reload & layer toggling

Spatial Formats File Support

Multi-format spatial data handling - import, export, convert, and visualize across all major formats

SHP
Shapefile

Upload .shp files, parse geometry & attributes, render polygons/lines/points on map

Upload Export
KML
KML / KMZ

Parse Google Earth KML files, display overlays, placemarks and network links

Upload Export
JSON
GeoJSON

Full read/write support - render features, style layers, export drawn geometries

Upload Export
Works on: Cesium MapBox Leaflet Google Maps
AI Development

Claude & AI Integration

Building intelligent applications with Claude AI - one of the most in-demand skills in 2025

Claude AI Developer

I build real products using the Anthropic Claude API and work daily with Claude Code, Anthropic's AI-powered CLI for software development. Claude developer demand is rapidly growing across all industries.

Claude API Integration

Connect Claude AI into .NET, Python, and web apps using the Anthropic SDK

Chat & Completion Features

Build conversational AI features, smart assistants, and Q&A systems

Tool Use & Function Calling

Give Claude tools to call APIs, query databases, and take real actions

Document & Data Analysis

AI-powered document processing, summarization, and data extraction

Claude Code (CLI)

Use Claude Code daily for AI-assisted coding, refactoring, and automation workflows

Prompt Engineering

Design efficient, reliable prompts for production AI features with consistent output

claude_integration.cs
using Anthropic;

var client = new AnthropicClient();

var response = await client
  .Messages
  .CreateAsync(new MessageCreateParams
  {
    Model   = "claude-sonnet-4-6",
    MaxTokens = 1024,
    Messages = [
      new { Role = "user",
             Content = userInput }
    ]
  });

return response.Content[0].Text;

Why Claude AI Skills Matter

01

Claude is used by thousands of enterprises to build AI features

02

Anthropic is one of the fastest-growing AI companies globally

03

Claude Code dramatically accelerates software development

04

AI integration is now expected in modern enterprise apps

Claude API Claude Code Prompt Eng. Python SDK .NET SDK

Tech Stack

Technologies and tools I use to build products

Backend

ASP.NET Core MVC Web API Blazor WinForms Python FastAPI Entity Framework SignalR Hangfire

GIS & Spatial

Cesium Potree MapBox Leaflet Google Maps GeoServer Point Cloud GeoTIFF Shapefile KML GeoJSON

Database & Cache

MS SQL PostgreSQL PostGIS Redis LINQ Stored Procedures

Frontend

JavaScript jQuery Razor Pages HTML5 / CSS3 Bootstrap

AI & Claude

Claude API Claude Code Anthropic SDK Prompt Eng. Tool Use AI Features

AI & Machine Learning

PyTorch DeepLabv3 Segmentation Object Detection (Aerial) Model Inference Pipelines Anthropic Claude API

Tools & DevOps

Docker AWS S3 CI/CD Git / GitHub Visual Studio REST APIs Postman Pipeline Dev

Career Journey

.NET Developer & GIS Specialist

Professional Team + Freelance
Oct 2022 to Present

Working on enterprise-level .NET applications and advanced GIS platforms. Leading development of geospatial features including 3D point cloud pipelines, Cesium-based drawing tools, and multi-format spatial data support.

ASP.NET CoreCesiumPotreePostgreSQL

GIS Developer

Specialized GIS Projects
2024 to Present

Built specialized GIS solutions including drone management platforms, air quality monitoring systems, and the Micro360 spatial platform. Developed Python pipelines for processing large point cloud datasets and rendering them via Potree.

MapBoxLeafletPythonShapefileKML

Bachelor of Software Engineering (BSSE)

University
Completed

Graduated with a degree in Software Engineering, gaining strong foundations in software architecture, algorithms, databases, and system design.

Software EngineeringOOPDatabase Systems

Featured Projects

A selection of projects that highlight my technical range

Drone Reunion

GIS / Drone Platform

A drone management and flight coordination platform integrating real-time GIS mapping, flight path visualization, spatial zone management, and drone fleet tracking on interactive maps.

ASP.NET CoreCesiumGISSQLMapBox

3D Aerial Analysis & Wildfire Risk Platform

GIS / 3D / AI

GeoTIFF ingest and processing pipeline feeding interactive maps and a Potree 3D viewer, with object detection, fuel grid and rail network layers, third-party fire spread APIs, and an AI chat assistant built on the Anthropic Claude API. Processing runs as a Dockerised FastAPI service with Redis job queues.

FastAPIDockerRedisPotree GeoTIFFClaude APIPyTorch

EMS Core

Enterprise Management Platform

A powerful enterprise management framework used across multiple client projects - covering workflows, reporting dashboards, user role management, document handling, and data-driven operations across multiple business domains.

ASP.NET CoreMVCMS SQLRazorHangfire
Available Now for Full-Time & Freelance Roles

Looking for a Reliable Developer
Who Gets Things Done?

With 4+ years of hands-on experience, I don't just write code - I solve problems. Whether it's a complex GIS pipeline, an enterprise .NET system, or integrating AI into your product, I bring real expertise and accountability to every project.

Strong problem-solving - I find the root cause, not just the workaround
Proven experience across enterprise, GIS, and AI-integrated projects
Available for freelance work and full-time team collaboration
Fast response - I respect your timeline and deadlines
Rare combo: .NET Backend + GIS Spatial + Claude AI skills

Asad Ilyas

.NET & GIS Developer · AI Integrator
ASP.NET Core / MVC / Web API4+ yrs
GIS: Cesium, Potree, MapBox2+ yrs
Claude AI / Anthropic SDKHot
MS SQL / PostgreSQL4+ yrs
Point Cloud / Potree Pipeline2+ yrs
Enterprise EMS DeliveryEMS Core

Get In Touch

Available for freelance work, full-time roles, and collaborations. Let's build something great together.

Let's Build Something Great

Have a project, a problem to solve, or want to add me to your team? I respond within 24 hours. All types of work welcome - freelance, contract, or full-time collaboration.

WhatsApp / Phone +92 332 8101889
GitHub Asadilyas1