import Link from "next/link"; import { useState } from "react"; import { Navigation, Thumbs, FreeMode } from "swiper"; import { Swiper, SwiperSlide } from "swiper/react"; import Portfolio1 from "../../../public/assets/imgs/portfolio/1.png"; import Shape16 from "../../../public/assets/imgs/shape/16.png"; import Brand1 from "../../../public/assets/imgs/brand/1.png"; import Brand2 from "../../../public/assets/imgs/brand/2.png"; import Brand3 from "../../../public/assets/imgs/brand/3.png"; import Brand4 from "../../../public/assets/imgs/brand/4.png"; import Portfolio11 from "../../../public/assets/imgs/portfolio/1/1.jpg"; import Portfolio12 from "../../../public/assets/imgs/portfolio/1/2.jpg"; import Portfolio13 from "../../../public/assets/imgs/portfolio/1/3.jpg"; import Portfolio14 from "../../../public/assets/imgs/portfolio/1/4.jpg"; import Image from "next/image"; // Import Swiper styles import "swiper/css"; import "swiper/css/navigation"; import "swiper/css/thumbs"; import "swiper/css/free-mode"; const PortfolioSwiperMobile = ({ portfolioSection, portfolioHeroImg }) => { const [thumbsSwiper, setThumbsSwiper] = useState(null); return ( <>

Full stack

Web & Mobile

developer

View all work
Personal Portfolio

I craft wonderful digital experiences for brands

Shape

Based in Washington, DC, I work with experts from the Center for Strategic and International Studies (CSIS) to help them communicate their research more effectively on the web. Together we make websites, data visualizations, and long-forms that strengthen their networks and engage new audiences with thoughtful content and design strategies.

Explore Me

worked with global largest brands

Brand Logo
Brand Logo
Brand Logo
Brand Logo

Selected
Work

Portfolio Thumbnail
Portfolio Thumbnail
Portfolio Thumbnail
Portfolio Thumbnail
prev
Next

Apple book cover

March 2021

Apple book cover

March 2021

Apple book cover

March 2021

Apple book cover

March 2021

I MAKE THE Service BETTER.

Static and dynamic secure code review can prevent a 0day before your product is even released. We can integrate with your dev environment

Frontend
Developemnt

  • + WordPress
  • + Python
  • + PHP & Laravel

Backend
Developemnt

  • + WordPress
  • + Python
  • + PHP & Laravel

Android
Developemnt

  • + WordPress
  • + Python
  • + PHP & Laravel
Call me to get more extra service{" "} call now
{/* Contact area start */}

Let’s get in touch 🤟

{ "Great! We're excited to hear from you and let's start something special togerter. call us for any inquery." }

{"Don't be afraid man !"}
say hello

{/* Contact area end */} {/* Footer area start */}

© 2022 - 2025 | Alrights reserved by{" "} Wealcoder

  • about us
  • contact
  • Career
  • FAQs
{/* Footer area end */}
); }; export default PortfolioSwiperMobile;