You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gitprofile.config.ts
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -159,12 +159,16 @@ const CONFIG = {
159
159
from: "09/2024",
160
160
to: "Present",
161
161
logo: "/logos/0.png",
162
-
companyLink: "https://ascendion.com/",
162
+
companyLink: "https://ascendion.com",
163
163
achievements: [
164
-
"Contributed to existing card authentication systems that process ISO-8583 messages for one of the top 5 U.S. Credit Card Companies serving over 10 partners. Familiarizing with complex transaction routing logic, authentication mechanisms, and format conversion across multiple partnerships and payload types, including Mastercard, Visa, and others.",
165
-
"Participated as a Scrum team member in adopting a major project to integrate a new card network, actively deploying, cloning, modifying, testing, and refactoring existing flows. Ensured new payload and network requirements aligned seamlessly with current architecture while maintaining system integrity.",
166
-
"Developed an innovative IntelliJ plugin to interpret and auto-complete the internal custom CI/CD syntax.",
"Integrated Discover Network into the existing card authorization system, ensuring ISO-8583 message processing aligned with network requirements and maintaining system integrity.",
165
+
"Identified a critical defect in production code through proactive review, preventing significant financial losses.",
166
+
"Pioneered end-to-end transaction simulation environment using JMeter and WireMock to reproduce complex production edge-case scenarios, becoming the first team member to present defects through comprehensive local testing.",
167
+
"Led the migration of runtime secret fetching using AWS Java V2 Secrets Manager SDK, enhancing security and efficiency.",
168
+
"Conducted knowledge transfer sessions for the new joiners to expedite their ability to take ownership of the tasks.",
169
+
"Automated repetitive web-based tasks using Selenium Python, reducing manual workload and increasing efficiency.",
170
+
"Extended developer-friendly shell script functions to facilitate 60+ team members' daily routines.",
171
+
"Leveraged Java 17, Spring, jPOS (ISO-8583), PostgreSQL, and AWS to build robust applications, improving system performance and reliability. Employed BDD with Cucumber, JUnit, and Mockito for effective testing, and used Docker, Maven, Gradle, and Jenkins for efficient CI/CD processes."
168
172
]
169
173
},
170
174
{
@@ -177,7 +181,6 @@ const CONFIG = {
177
181
achievements: [
178
182
"Led the development of a large-scale dataset generator, orchestrating an ETL process that extracted 150GB of raw data, transformed data using advanced NLP techniques and graph sampling algorithms to optimize data quality and relevance, and loaded the refined data into databases, resulting in a high-quality knowledge graph with 58 million nodes and 330 million edges.",
179
183
"Developed an unsupervised entity summarization model leveraging Relational Graph Convolutional Networks (RGCN), achieving a 5% increase in accuracy by utilizing indirect relationships. (WSDM 2025)",
180
-
"Collaborated in developing a graph-aware unsupervised model, leveraging knowledge graph structures and multi-semantic information, achieving a 6% increase in accuracy over existing models. (Under review)"
0 commit comments