From ea9868d352fba7d7dd2ce3096be559f58c95ca82 Mon Sep 17 00:00:00 2001 From: Aswin Zayasankaran <156493059+Aswinmcw@users.noreply.github.com> Date: Wed, 15 Jul 2026 00:04:53 +0530 Subject: [PATCH 1/8] =?UTF-8?q?design:=20Design=203=20=E2=80=94=20Two-tone?= =?UTF-8?q?=20Modern=20Sidebar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resume.html | 146 ++++++++++++++++++++-------------------------------- 1 file changed, 55 insertions(+), 91 deletions(-) diff --git a/resume.html b/resume.html index 212c075..81a4813 100644 --- a/resume.html +++ b/resume.html @@ -4,99 +4,73 @@
- -
ASWIN
Software Engineer
@@ -144,10 +114,7 @@

Certifications

Experience
-
- Software Engineer - Jun 2023 – Present -
+
Software EngineerJun 2023 – Present
MulticoreWare Pvt Ltd · Chennai, India
  • Software engineering for a leading AI silicon company’s accelerator stack — developing and optimizing the software that runs on next-generation AI chips.
  • @@ -159,10 +126,7 @@

    Certifications

-
- Industrial Project Engineer - Jun 2022 – May 2023 -
+
Industrial Project EngineerJun 2022 – May 2023
Lenovo Pvt Ltd · Pondicherry, India
  • Developed and maintained a smart attendance system using face-recognition technology with database integration.
  • @@ -181,7 +145,7 @@

    Certifications

Eltwise Performance Tracker
-
Day-by-day performance monitoring for element-wise operations on AI-accelerator hardware — tracks kernel-timing trends across dates, correlates regressions to git commits, and sends automated alerts on >20% changes.
ttnn-eltwise-performance.aswincloud.com
+
Day-by-day performance monitoring for element-wise operations on AI-accelerator hardware — tracks kernel-timing trends across dates, correlates regressions to git commits, and sends automated alerts on >20% changes. ttnn-eltwise-performance.aswincloud.com
Academic Projects — B.Tech ECE
From 877d1485b06e7714e5632cc6275a9ba1614110e8 Mon Sep 17 00:00:00 2001 From: Aswin Zayasankaran <156493059+Aswinmcw@users.noreply.github.com> Date: Sat, 15 Aug 2026 21:21:07 +0530 Subject: [PATCH 2/8] Update headline role to Senior Software Engineer --- resume.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resume.html b/resume.html index 81a4813..586b825 100644 --- a/resume.html +++ b/resume.html @@ -102,7 +102,7 @@

Certifications

ASWIN
-
Software Engineer
+
Senior Software Engineer
From 94f99f1beaae6de03ff23725180f7d1907c393d7 Mon Sep 17 00:00:00 2001 From: Aswin Zayasankaran <156493059+Aswinmcw@users.noreply.github.com> Date: Sat, 15 Aug 2026 21:56:18 +0530 Subject: [PATCH 3/8] Re-trigger Cloudflare preview build From afb00116b6df32d9b460bc91b41bc858b7003e32 Mon Sep 17 00:00:00 2001 From: Aswin Zayasankaran <156493059+Aswinmcw@users.noreply.github.com> Date: Thu, 20 Aug 2026 16:22:23 +0530 Subject: [PATCH 4/8] Design 3 resume for Swetha R (Data Engineer @ Hexaware) Co-Authored-By: Claude Opus 4.8 --- resume.html | 94 +++++++++++++++++++++++------------------------------ 1 file changed, 41 insertions(+), 53 deletions(-) diff --git a/resume.html b/resume.html index 586b825..4a8e4b3 100644 --- a/resume.html +++ b/resume.html @@ -20,10 +20,9 @@ .page{ display:grid; grid-template-columns:var(--sidebar) 1fr; min-height:280mm; } /* sidebar */ - .side{ padding:24px 20px 26px; } - .photo-wrap{ display:flex; justify-content:center; margin-bottom:18px; } - .photo{ width:140px; height:140px; border-radius:18px; object-fit:cover; object-position:center 20%; box-shadow:0 6px 18px rgba(67,56,202,.18); } + .side{ padding:30px 20px 26px; } .side h2{ font-size:11.5px; letter-spacing:1.5px; text-transform:uppercase; color:var(--indigo); font-weight:800; margin:18px 0 9px; } + .side h2:first-child{ margin-top:0; } .contact-row{ display:flex; gap:9px; align-items:center; font-size:11px; line-height:1.4; margin:7px 0; color:var(--muted); } .contact-row .ic{ width:22px; height:22px; flex:0 0 22px; border-radius:6px; background:#fff; display:flex; align-items:center; justify-content:center; box-shadow:0 1px 3px rgba(30,34,48,.08); } .contact-row .ic svg{ width:12px; height:12px; fill:var(--indigo); } @@ -35,13 +34,13 @@ .tag{ font-size:10px; color:var(--indigo); background:#fff; border:1px solid #dfe0f2; border-radius:999px; padding:3px 9px; } .skill-group .v{ font-size:11px; color:var(--muted); line-height:1.5; } - .edu .d{ font-size:11.5px; font-weight:800; color:var(--ink); line-height:1.35; } + .edu .d{ font-size:11.5px; font-weight:800; color:var(--ink); line-height:1.35; margin-top:9px; } .edu .s{ font-size:10.8px; color:var(--muted); line-height:1.4; margin-top:2px; } .cert{ font-size:10.8px; color:var(--muted); line-height:1.4; margin:6px 0; padding-left:15px; position:relative; } .cert::before{ content:""; position:absolute; left:2px; top:5px; width:6px; height:6px; border-radius:50%; background:var(--indigo-2); } /* main */ - .main{ padding:26px 34px 24px 32px; } + .main{ padding:30px 34px 24px 32px; } .name{ font-size:40px; font-weight:800; color:var(--indigo); letter-spacing:.5px; line-height:1; } .role{ font-size:14px; font-weight:700; color:var(--ink); letter-spacing:3px; text-transform:uppercase; margin-top:8px; } .rule{ height:3px; width:60px; background:var(--indigo-2); margin:16px 0 4px; border-radius:2px; } @@ -66,72 +65,60 @@ .proj .title{ font-size:12.6px; font-weight:800; color:var(--ink); } .proj .desc{ font-size:11.4px; line-height:1.45; color:var(--muted); margin-top:2px; } .proj .desc .stack{ color:var(--indigo); font-weight:600; } - .proj .desc a{ color:var(--indigo); text-decoration:none; font-weight:600; }
-
ASWIN
-
Senior Software Engineer
+
SWETHA R
+
Data Engineer
Profile
-

Software engineer working close to the metal on next-generation AI accelerator hardware. I build and optimize low-level compute kernels, profile and benchmark tensor operations, and hunt bottlenecks across the stack to drive device throughput — and own end-to-end model tracing and validation plus the tooling and infrastructure around it.

+

A skilled Data Engineer trained in Python, PySpark, SQL, and Azure Databricks with hands-on experience in building data pipelines and optimizing data workflows. Passionate about leveraging data engineering techniques to deliver actionable insights and support business decision-making, while continuously advancing my technical expertise and career.

Experience
-
Software EngineerJun 2023 – Present
-
MulticoreWare Pvt Ltd · Chennai, India
-
    -
  • Software engineering for a leading AI silicon company’s accelerator stack — developing and optimizing the software that runs on next-generation AI chips.
  • -
  • Work as part of an element-wise operations team — contributing kernel development, code review, and CI health for unary/binary element-wise ops.
  • -
  • Author and optimize low-level compute kernels with broad data-type coverage (fp32, bf16, int32, uint8/16/32) and hardware-specific instruction-level work verified against ISA documentation.
  • -
  • Own end-to-end model tracing and validation with sweeps — reconstructing real model operation traces from a database and validating them against generated sweep tests for exact-match coverage.
  • -
  • Profile and benchmark kernels with the device profiler, tracking kernel execution time and diagnosing per-core load imbalance to guide optimization.
  • -
  • Maintain performance-tracking automation and daily/weekly reporting pipelines that flag regressions against historical baselines and correlate them to commits.
  • -
-
-
-
Industrial Project EngineerJun 2022 – May 2023
-
Lenovo Pvt Ltd · Pondicherry, India
+
Data EngineerOct 2024 – Present
+
Hexaware Technologies Ltd.
    -
  • Developed and maintained a smart attendance system using face-recognition technology with database integration.
  • -
  • Built an ESD tester with database-backed logging for real-time test workflows.
  • -
  • Worked on computer-vision algorithms, biometric authentication, and real-time data processing.
  • +
  • Completed Mavericks Data Engineering training at Hexavarsity, specializing in Python, PySpark, SQL, and Azure Databricks.
  • +
  • Developed 2 projects utilizing PySpark and Azure Databricks, focusing on data pipelines and ETL processes.
  • +
  • Proficient in building cloud-based data solutions and optimizing workflows with Azure DevOps.
  • +
  • Applied strong problem-solving abilities and technical expertise to real-world data challenges.
@@ -140,18 +127,19 @@

Certifications

Projects
-
ttperf — AI-Accelerator Performance Profiler
-
CLI tool that profiles AI-accelerator compute tests and extracts device kernel performance metrics. Wraps the device profiler with pytest, parses result CSVs, and reports total kernel duration. Published on PyPI. Python · pytest · PyPIttperf.aswincloud.com
+
Real-Time Social Media Sentiment Analysis
+
Processed social media data from streaming APIs and CSV files in real time to perform sentiment analysis and generate actionable insights — tracking sentiment trends, user engagement, and topic popularity. Developed databases for posts and sentiment scores, cleaned and processed data with PySpark, categorized posts as positive / negative / neutral, and built a data pipeline with Delta Live Tables for real-time insights. Python · MSSQL · PySpark · Azure Databricks · Google Colab
-
Eltwise Performance Tracker
-
Day-by-day performance monitoring for element-wise operations on AI-accelerator hardware — tracks kernel-timing trends across dates, correlates regressions to git commits, and sends automated alerts on >20% changes. ttnn-eltwise-performance.aswincloud.com
-
-
-
Academic Projects — B.Tech ECE
-
Embedded & hardware builds: DDS-based portable function generator (up to 12 MHz), Arduino-based portable oscilloscope, 0–30 V / 0–2 A regulated power supply, and a non-contact AC/DC line tester.
+
Stock Market Data Analysis
+
Built a data warehouse to store and analyze stock market data — prices, trading volumes, and indicators. Designed the schema, collected and cleaned data from APIs and CSV files with Python, wrote SQL queries to detect price anomalies, and built real-time PySpark pipelines to analyze market trends and indicators such as moving averages and RSI, helping detect sudden market shifts. Python · MSSQL · PySpark · Azure Databricks · Google Colab
+ +
+
Details
+

Date of Birth: 23 May 2003  •  Nationality: Indian  •  Languages: English, Tamil

+
From aeb85d473b4a712600a4c86d80ec85026481dd6b Mon Sep 17 00:00:00 2001 From: Aswin Zayasankaran <156493059+Aswinmcw@users.noreply.github.com> Date: Thu, 20 Aug 2026 16:31:36 +0530 Subject: [PATCH 5/8] Switch Swetha R resume to Design 8 (Gradient/Glassmorphism) Co-Authored-By: Claude Opus 4.8 --- resume.html | 210 ++++++++++++++++++++++++++-------------------------- 1 file changed, 105 insertions(+), 105 deletions(-) diff --git a/resume.html b/resume.html index 4a8e4b3..a454906 100644 --- a/resume.html +++ b/resume.html @@ -4,141 +4,141 @@
- - -
-
SWETHA R
-
Data Engineer
-
- -
-
Profile
-

A skilled Data Engineer trained in Python, PySpark, SQL, and Azure Databricks with hands-on experience in building data pipelines and optimizing data workflows. Passionate about leveraging data engineering techniques to deliver actionable insights and support business decision-making, while continuously advancing my technical expertise and career.

-
+
+

A skilled Data Engineer trained in Python, PySpark, SQL, and Azure Databricks with hands-on experience in building data pipelines and optimizing data workflows. Passionate about leveraging data engineering techniques to deliver actionable insights and support business decision-making, while continuously advancing my technical expertise and career.

+
-
-
Experience
-
+
+
+
+
Experience
Data EngineerOct 2024 – Present
Hexaware Technologies Ltd.
-
    +
    • Completed Mavericks Data Engineering training at Hexavarsity, specializing in Python, PySpark, SQL, and Azure Databricks.
    • -
    • Developed 2 projects utilizing PySpark and Azure Databricks, focusing on data pipelines and ETL processes.
    • -
    • Proficient in building cloud-based data solutions and optimizing workflows with Azure DevOps.
    • -
    • Applied strong problem-solving abilities and technical expertise to real-world data challenges.
    • +
    • Re-engineered SAS data steps and PROC transformations into PySpark and Spark SQL in Azure Synapse and Databricks, ensuring functional parity and schema consistency.
    • +
    • Built parameterized, modular ETL pipelines in Azure Synapse (notebooks and pipelines) integrating Azure Storage, with robust error handling, auditing, and lineage tracking.
    • +
    • Implemented rigorous data reconciliation — row counts, hash checks, variance thresholds, and business-rule validations — to guarantee zero data loss or mismatch.
    • +
    • Optimized big-data workloads via partitioning, efficient file formats (Parquet and Delta), broadcast joins, and caching to meet SLA and cost objectives in the cloud.
+ +
+
Projects
+
+
Real-Time Social Media Sentiment Analysis
+
Processed social media data from streaming APIs and CSV files in real time for sentiment analysis and actionable insights — tracking sentiment trends, user engagement, and topic popularity. Built databases for posts and sentiment scores, cleaned data with PySpark, categorized posts as positive / negative / neutral, and built a pipeline with Delta Live Tables for real-time insights. Python · MSSQL · PySpark · Azure Databricks · Google Colab
+
+
+
Stock Market Data Analysis
+
Built a data warehouse to store and analyze stock market data — prices, trading volumes, and indicators. Designed the schema, collected and cleaned data from APIs and CSV files with Python, wrote SQL queries to detect price anomalies, and built real-time PySpark pipelines to analyze market trends and indicators such as moving averages and RSI, helping detect sudden market shifts. Python · MSSQL · PySpark · Azure Databricks · Google Colab
+
+
-
-
Projects
-
-
Real-Time Social Media Sentiment Analysis
-
Processed social media data from streaming APIs and CSV files in real time to perform sentiment analysis and generate actionable insights — tracking sentiment trends, user engagement, and topic popularity. Developed databases for posts and sentiment scores, cleaned and processed data with PySpark, categorized posts as positive / negative / neutral, and built a data pipeline with Delta Live Tables for real-time insights. Python · MSSQL · PySpark · Azure Databricks · Google Colab
+
+
+
Skills
+
Languages
PythonSQL
+
Tools & Tech
PySparkAzure DatabricksAzure SynapseAzure Data FactoryAzure Data LakeAzure DevOpsMSSQLVS CodeGoogle Colab
+
Data Engineering
ETL pipelines, data warehousing, Delta Live Tables, workflow optimization, real-time processing
+
Operating Systems
Windows
-
-
Stock Market Data Analysis
-
Built a data warehouse to store and analyze stock market data — prices, trading volumes, and indicators. Designed the schema, collected and cleaned data from APIs and CSV files with Python, wrote SQL queries to detect price anomalies, and built real-time PySpark pipelines to analyze market trends and indicators such as moving averages and RSI, helping detect sudden market shifts. Python · MSSQL · PySpark · Azure Databricks · Google Colab
+ +
+
Education
+
+
B.Tech, Electronics & Communication Engineering
+
Sri Manakula Vinayagar Engineering College, Puducherry  •  2024
+
Higher Secondary (12th)
+
Amalorpavam Hr. Sec. School, Puducherry  •  2020
+
SSLC (10th)
+
Immaculate Heart of Mary Girls Hr. Sec. School, Puducherry  •  2018
+
-
-
-
Details
-

Date of Birth: 23 May 2003  •  Nationality: Indian  •  Languages: English, Tamil

+
+
Certifications
+
PCEP — Certified Entry-Level Python Programmer
+
AZ-900 — Microsoft Azure Fundamentals
+
Mavericks Data Engineering — Hexavarsity
+
From ed18a3fd35ea6721b933bdac29a9a0b2ff9bf639 Mon Sep 17 00:00:00 2001 From: Aswin Zayasankaran <156493059+Aswinmcw@users.noreply.github.com> Date: Thu, 20 Aug 2026 16:37:57 +0530 Subject: [PATCH 6/8] Swetha R resume: remove VS Code from skills and Mavericks certificate Co-Authored-By: Claude Opus 4.8 --- resume.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resume.html b/resume.html index a454906..a0c3a7b 100644 --- a/resume.html +++ b/resume.html @@ -116,7 +116,7 @@
Skills
Languages
PythonSQL
-
Tools & Tech
PySparkAzure DatabricksAzure SynapseAzure Data FactoryAzure Data LakeAzure DevOpsMSSQLVS CodeGoogle Colab
+
Tools & Tech
PySparkAzure DatabricksAzure SynapseAzure Data FactoryAzure Data LakeAzure DevOpsMSSQLGoogle Colab
Data Engineering
ETL pipelines, data warehousing, Delta Live Tables, workflow optimization, real-time processing
Operating Systems
Windows
@@ -137,7 +137,6 @@
Certifications
PCEP — Certified Entry-Level Python Programmer
AZ-900 — Microsoft Azure Fundamentals
-
Mavericks Data Engineering — Hexavarsity
From 63baf7097f16c8824eeffd6c6cd0df731ca71421 Mon Sep 17 00:00:00 2001 From: Aswin Zayasankaran <156493059+Aswinmcw@users.noreply.github.com> Date: Thu, 20 Aug 2026 16:38:45 +0530 Subject: [PATCH 7/8] Swetha R resume: remove remaining Mavericks/Hexavarsity mention from experience Co-Authored-By: Claude Opus 4.8 --- resume.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resume.html b/resume.html index a0c3a7b..6d0e6f1 100644 --- a/resume.html +++ b/resume.html @@ -90,7 +90,7 @@
Data EngineerOct 2024 – Present
Hexaware Technologies Ltd.
    -
  • Completed Mavericks Data Engineering training at Hexavarsity, specializing in Python, PySpark, SQL, and Azure Databricks.
  • +
  • Data Engineer working on data engineering solutions using Azure Synapse Analytics, Apache Spark, PySpark, SQL, and Databricks.
  • Re-engineered SAS data steps and PROC transformations into PySpark and Spark SQL in Azure Synapse and Databricks, ensuring functional parity and schema consistency.
  • Built parameterized, modular ETL pipelines in Azure Synapse (notebooks and pipelines) integrating Azure Storage, with robust error handling, auditing, and lineage tracking.
  • Implemented rigorous data reconciliation — row counts, hash checks, variance thresholds, and business-rule validations — to guarantee zero data loss or mismatch.
  • From 33d88dac1059e783b191d79eace7127e2c0c8d47 Mon Sep 17 00:00:00 2001 From: Aswin Zayasankaran <156493059+Aswinmcw@users.noreply.github.com> Date: Thu, 20 Aug 2026 17:06:57 +0530 Subject: [PATCH 8/8] Swetha R resume: switch to black & white (remove gradient/pink accents) Co-Authored-By: Claude Opus 4.8 --- resume.html | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/resume.html b/resume.html index 6d0e6f1..4fbc7cb 100644 --- a/resume.html +++ b/resume.html @@ -4,27 +4,26 @@