Skip to content

Commit aad877f

Browse files
committed
update mfs name
1 parent dddcaee commit aad877f

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

v2/src/data/portfolio-data.ts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const personalInfo = {
1313
export const overview = {
1414
summary: "Accomplished Senior Software Engineer with expertise in designing and delivering scalable enterprise solutions. Specialized in Java Spring Boot ecosystem, microservices architecture, and cloud technologies. Proven track record of leading high-impact projects for fintech and IoT domains, mentoring engineering teams, and driving technical excellence. Passionate about clean code, system design, and continuous learning.",
1515
highlights: [
16-
"Led architecture design for bKash payment platform handling millions of daily transactions",
16+
"Led architecture design for bK-MFS payment platform handling millions of daily transactions",
1717
"Achieved 40% performance improvement through database optimization and caching strategies",
1818
"Mentored 5+ junior engineers on best practices and technical decision-making",
1919
"Contributed to open-source IoT platform ThingsBoard with merged pull requests",
@@ -81,9 +81,9 @@ export const workExperience = [
8181
type: "Full-time, Hybrid",
8282
period: "May 2024 - Current",
8383
description:
84-
"Exabyting, a software consultancy company works both on big scale government & private projects. Currently working at bKash as Augmented Resource which is a Unicorn MFS Company in Bangladesh.",
84+
"Exabyting, a software consultancy company works both on big scale government & private projects. Currently working at bK-MFS as Augmented Resource which is a Unicorn MFS Company in Bangladesh.",
8585
responsibilities: [
86-
"Lead architecture design and implementation of microservices for bKash's core payment platform handling millions of daily transactions",
86+
"Lead architecture design and implementation of microservices for bK-MFS's core payment platform handling millions of daily transactions",
8787
"Mentor and guide team of 5+ junior engineers on best practices, code reviews, and technical decisions",
8888
"Design and implement scalable REST APIs using Spring Boot, ensuring high availability and performance optimization",
8989
"Collaborate with cross-functional teams including Product, QA, and DevOps to deliver features end-to-end",
@@ -122,7 +122,7 @@ export const workExperience = [
122122
"Developed various Govt and Private Web Application and Services",
123123
"Planned development cycle and collected requirements for developing software",
124124
"Managed three members group and delivered task within deadline",
125-
"Worked with bKash Limited as Partner Team with their Solution Engineering Team",
125+
"Worked with bK-MFS Limited as Partner Team with their Solution Engineering Team",
126126
"Learned software design patterns, clean coding, communication and taking ownership",
127127
"Work in Agile/Scrum development process",
128128
"Review and Analyze Project requirement Document",
@@ -221,16 +221,16 @@ export const projects = [
221221
],
222222
},
223223
{
224-
name: "bKash Agent App Middleware",
225-
client: "bKash Limited",
224+
name: "bK-MFS Agent App Middleware",
225+
client: "bK-MFS Limited",
226226
technologies: ["Java (Spring Boot)", "DynamoDB", "AWS", "Firebase"],
227227
description:
228-
"Middleware service supporting bKash Agent App, one of the most popular financial apps for bKash Agents. Implemented Pay Bill service integration.",
229-
highlights: ["Core product of bKash Limited", "High-availability architecture", "AWS cloud infrastructure"],
228+
"Middleware service supporting bK-MFS Agent App, one of the most popular financial apps for bK-MFS Agents. Implemented Pay Bill service integration.",
229+
highlights: ["Core product of bK-MFS Limited", "High-availability architecture", "AWS cloud infrastructure"],
230230
},
231231
{
232232
name: "Airtime Management System (AMS)",
233-
client: "bKash Limited",
233+
client: "bK-MFS Limited",
234234
technologies: ["Java (Spring Boot)", "Oracle", "JavaScript"],
235235
description:
236236
"Internal web application for automated airtime management. Features automated CSV/XLS/PDF generation, financial calculations, and email notifications.",
@@ -243,14 +243,14 @@ export const projects = [
243243
},
244244
{
245245
name: "Saving-DPS",
246-
client: "bKash Limited",
246+
client: "bK-MFS Limited",
247247
technologies: ["Java (Spring Boot)", "MySQL", "AWS", "JavaScript"],
248-
description: "Internal service for bKash App allowing customers to open DPS (Deposit Pension Scheme) accounts.",
249-
highlights: ["Customer-facing feature", "Integrated with bKash App", "Secure financial transactions"],
248+
description: "Internal service for bK-MFS App allowing customers to open DPS (Deposit Pension Scheme) accounts.",
249+
highlights: ["Customer-facing feature", "Integrated with bK-MFS App", "Secure financial transactions"],
250250
},
251251
{
252252
name: "MULTIBANK",
253-
client: "bKash Limited",
253+
client: "bK-MFS Limited",
254254
technologies: ["Java (Spring Boot)", "Spring Integration", "MySQL", "jQuery"],
255255
description:
256256
"Internal web application for automated bank transactions. Features SFTP inbound/outbound, configurable email notifications, and maker-checker approval flow.",

v2/src/pages/Home.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ export default function Home({ onNavigateToContact }: HomeProps) {
3636
<div className={styles.heroContent}>
3737
<div className={styles.heroGlass}>
3838
<div className={styles.badgeContainer}>
39-
<Badge variant="outline" className={styles.heroBadge}>
40-
<Sparkles className={styles.badgeIcon} />
41-
Available for Opportunities
42-
</Badge>
39+
{/*<Badge variant="outline" className={styles.heroBadge}>*/}
40+
{/* <Sparkles className={styles.badgeIcon} />*/}
41+
{/* Available for Opportunities*/}
42+
{/*</Badge>*/}
4343
</div>
4444
<h1 className={styles.name}>{personalInfo.name}</h1>
4545
<p className={styles.jobTitle}>{personalInfo.title}</p>

0 commit comments

Comments
 (0)