Profile picture Sam M.

Sam M.

Full Stack Developer

Toronto, ON, Canada

Experienced web developer focused on creating slick, performant, and scalable web experiences with a modern tech stack. Specialized in React/Svelte, TypeScript, and Supabase, delivering responsive and intuitive UI/UX.

$ npx run connect
> developer.webdevsam.pro@1.0.0
> [WEB DEVELOPER] ready for work
> Waiting for contact request...
interface Developer {
  name: string;
  skills: string[];
  interests: string[];
};

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

enum ContactType {
  github,
  linkedIn,
  phone,
  email 
}

const techStack: TechStack = {
  devOps: [
    'Vercel',
    'GitLab',
    'GitHub',
    'Cloudflare',
  ],
  frontend: [
    'React',
    'Next.js',
    'Svelte',
    'SvelteKit',
    'TailwindCSS', 
    'Astro',
    'Figma',
    'Framer Motion',
    'GSAP',
    'Redux',
    'React Native',
    'HTML/CSS',
    'JavaScript',
    'TypeScript',
    'Markdown',
    'WordPress',
    'Shadcn/UI'
  ],
  backend: [
    'Supabase',
    'PostgreSQL',
    'Firebase',
    'NoSQL',
    'SQL',
    'MongoDB',
    'Node.js',
    'Bun',
    'S3 Storage',
    'Resend',
    'Stripe',
  ]
};

// Developer profile
const me: Developer = {
  name: 'Sam M.',
  skills: [
    ...techStack.devOps,
    ...techStack.backend,
    ...techStack.frontend
  ],
  interests: [
    'Reading(Fiction/Non-Fiction)',
    'Gaming',
    'Coding',
    'Traveling',
    'Vibe coding',
    'Networking'
  ]
};

// Contact function
const contact = (type: ContactType): string => {
  switch (type) {
    case 'github':
      return 'https://github.com/SaM13997';
    case 'linkedIn':
      return 'https://www.linkedin.com/in/sarthak13997';
    case 'email':
      return 'sarthakmalhotra251@gmail.com';
    case 'phone':
      return '+1 (905) 783-8397';
    default:
      return 'Send email at sarthakmalhotra251@gmail.com';
  }
};

SaveOurScene

SOS was founded by George Fleming to fundraise for cultural charities during the COVID-19 lockdown.

Open Project Website

Nyx Fitness [WIP]

Nyx Fitness is an all in one fitness app that allows you to track your workouts, nutrition, and progress.

Open Project Website

Boston Manor Park

Boston Manor Park is a new music venue in London.

Open Project Website

Nyx Expenses [WIP]

Nyx Expenses is an all in one expenses app that allows you to track your expenses and finances.

Open Project Website

Labyrinth

Labyrinth are an independent promoter, curator, and production company who have become synonymous with staging pioneering live music experiences in unique spaces.

Open Project Website

Delancia

Delância is a blend of wine with botanicals. The untamed beauty of Southern Portugal, bottled for you.

Open Project Website

Studio Spaces

Perfect for large capacity on-trend conferences, seminars and summits, training events, product launches, experiential & immersive events, gala dinners, weddings and private parties.

Open Project Website

Blanche

Where the alchemy of sound sparks radical transformation, we dare you to shatter boundaries, unlock the arcane and pioneer new realms of sonic exploration.

Open Project Website

Crowdsauce Project

Crowdsauce is a platform that helps event organisers maximise ticket sales and minimise workload.

Open Project Website

Snowboxx

Snowboxx is an incredible music festival at Europe’s best ski resort.

Open Project Website

Perplex

Created by Ludwig Danet & Joe Guimaraes in 2020, PERPLEX creates immersive experiences around the world to celebrate electronic music in sophisticated environments.

Open Project Website