Profile picture Samalav

Samalav

Full Stack Developer

Located in France

I'm Samalav, a Full-Stack Developer with 6+ years of experience, rocking JavaScript, Python, Go, and PHP. I build custom WordPress themes and plugins, optimize sites for speed and SEO, or create pro-level websites from scratch. Clean code, killer UX, and on-time delivery are my thing. Let’s build something awesome together!

$ npx connect
Initializing...
Ready to connect.
Waiting for contact request...
interface Developer {
    name: string;
    skills: string[];
    interests: string[];
};

interface TechStack {
    devOps: string[];
    backend: string[];
    frontend: string[];
};

const techStack: TechStack = {
    devOps: [
        'Git',
        'Docker'
    ],
    frontend: [
        'JavaScript',
        'WordPress (Custom Themes)',
        'WordPress (Custom Plugins)'
    ],
    backend: [
        'Python',
        'Go',
        'PHP',
        'Site Optimization'
    ]
};

// Developer profile
const me: Developer = {
    name: 'Samalav',
    skills: [
        ...techStack.devOps,
        ...techStack.backend,
        ...techStack.frontend
    ],
    interests: [
        'Full-Stack Development',
        'Custom Web Solutions',
        'Performance Tuning',
        'Scalable Architectures'
    ]
};

ChpSport.com

ChpSport is a specialized online store for running equipment, offering premium sports gear from globally trusted brands. Committed to empowering athletes with high-quality, authentic products, it provides motivational support for every step in your fitness journey—shop with confidence for running essentials and more.

Open Project Website

GamezyShop.com

GamezyShop is an online store for games and digital products, offering a curated selection of premium video games and digital services like Spotify Premium. Designed for gamers seeking a convenient and secure shopping experience, it features discounted deals on titles such as EA Sports FC, Assassin’s Creed collections, and Cyberpunk 2077, empowering enthusiasts with easy access to the best in gaming.

Open Project Website

Bamovakel.com

Bamovakel is a professional legal services platform offering expert lawyer consultation and document drafting for individuals and businesses. With a focus on accessibility and quality, it provides tailored legal solutions, including contract creation and legal advice, to empower clients in navigating their legal needs with confidence.

Open Project Website