Skip to content

Commit

Permalink
Add testimonial from Farshid Chowdhury
Browse files Browse the repository at this point in the history
  • Loading branch information
mhshujon committed Dec 30, 2024
1 parent 40cb939 commit 8d29008
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 6 deletions.
File renamed without changes.
Binary file added public/assets/testimonials/farshid-coderex.webp
Binary file not shown.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions src/data/skills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ import {Cloud, Database, Layout, Server, Wrench} from "lucide-react";
export const skills = {
"Frontend": {
icon: Layout,
skills: ["React", "TypeScript", "Next.js", "Tailwind CSS", "Redux"]
skills: ["React", "Redux", "TypeScript", "Next.js", "Tailwind CSS"]
},
"Backend": {
icon: Server,
skills: ["PHP", "Python","Node.js", "Express.js", "GraphQL", "REST APIs"]
skills: ["PHP","Node.js", "Express.js", "Python", "GraphQL", "REST APIs"]
},
"Database": {
icon: Database,
skills: ["MySQL", "PostgreSQL", "MongoDB", "Redis"]
skills: ["MySQL", "MongoDB", "Redis", "PostgreSQL"]
},
"Cloud & DevOps": {
icon: Cloud,
Expand Down
20 changes: 17 additions & 3 deletions src/data/testimonials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const testimonials: Testimonial[] = [
company: "Code Rex",
companyUrl: "https://coderex.co",
companyLogo: "/assets/logo/coderex.webp",
image: "/assets/testimonials/sadi.webp",
image: "/assets/testimonials/sadi-coderex.webp",
review: "Monir is a talented and passionate software professional. I worked with him for almost four years. He has been a great part of our team, showing amazing skills in R&D and solving problems calmly. He is kind-hearted, ethical, and a true team player. He's always ready to listen and learn, and loves sharing what he knows. Monir has a strong passion for clean, maintainable code, which reflects his commitment to quality. His ability to stay cool under pressure has been truly inspiring. Any team would be lucky to have him!",
social: {
github: "https://github.com/sadi22",
Expand All @@ -37,7 +37,7 @@ export const testimonials: Testimonial[] = [
company: "Code Rex",
companyUrl: "https://coderex.co",
companyLogo: "/assets/logo/coderex.webp",
image: "/assets/testimonials/cssultan.webp",
image: "/assets/testimonials/cssultan-coderex.webp",
review: "He has been an amazing person to work with, always dedicated to solving any problems with precision. He has a concrete knowledge in programming and OOP, while also being an expert PHP developer. On top of these, he is a great ethical human being. A great individual and a gem for any team.",
social: {
linkedin: "https://www.linkedin.com/in/c-s-sultan-royal/",
Expand All @@ -52,7 +52,7 @@ export const testimonials: Testimonial[] = [
company: "Code Rex",
companyUrl: "https://coderex.co",
companyLogo: "/assets/logo/coderex.webp",
image: "/assets/testimonials/mahi.webp",
image: "/assets/testimonials/mahi-coderex.webp",
review: "I had the opportunity to work with him for a long time. He is very good at problem-solving. He also knows how to manage a team, support individuals, and delegate tasks effectively. Most importantly, he is a great human being.",
social: {
linkedin: "https://www.linkedin.com/in/shahab-uddin-mahi-7a9704117/",
Expand All @@ -61,4 +61,18 @@ export const testimonials: Testimonial[] = [
email: "mailto:[email protected]",
}
},
{
name: "Farshid Chowdhury",
role: "Chief Operating Officer",
company: "Code Rex",
companyUrl: "https://coderex.co",
companyLogo: "/assets/logo/coderex.webp",
image: "/assets/testimonials/farshid-coderex.webp",
review: "Monir Hossain is a highly skilled backend developer with a proven ability to deliver practical, working solutions. His in-depth knowledge of the WooCommerce ecosystem makes him a go-to expert for building efficient and seamless integrations.",
social: {
linkedin: "https://www.linkedin.com/in/farshid-chowdhury/",
facebook: "https://www.facebook.com/farshid.chowdhury.111",
email: "mailto:[email protected]",
}
},
];

0 comments on commit 8d29008

Please sign in to comment.