Hi, I'm Shawn Dsouza. 👋

I build digital products that deliver results.

I am a Computer Science engineering student and freelance developer based in Mangaluru. Whether you are looking for a developer to join your team or a freelancer to build your business solutions, I am ready to help you build your next project.

developer.js
const developer = {
  name: "Shawn Dsouza",
  role: "Web Developer",
  skills: {
    frontend: ["HTML/CSS", "JavaScript", "React"],
    backend: ["Supabase"],
    tools: ["Git", "Netlify"]
  }
};

async function buildWebsite(clientIdea) {
  const project = await writeCode(
    clientIdea, 
    developer.skills
  );
  
  return project.deploy({
    responsive: true,
    status: "Shipped & Working"
  });
}

My Projects

Ritz7 Screenshot

Ritz7 - AI Web Platform

Revamped a legacy website into a modern platform. Engineered with a Supabase backend and Decap CMS, allowing the client to dynamically manage their own blog content.

Locade Screenshot

Locade - Local Multiplayer Hub

A real-time web gaming platform. Engineered a synchronization system using 6-digit Host IDs and QR codes to seamlessly connect multiple physical devices to a single shared lobby.

Rankt Screenshot

Rankt - Binary Decision Engine

A client-side application that simplifies complex decision-making. Powered by a custom merge sort algorithm to efficiently rank any list of items through head-to-head choices.

My Skills

</> Frontend

  • HTML5 HTML/CSS
  • JavaScript JavaScript (ES6+)
  • React React

{} Backend

  • Supabase Supabase

⚙️ Dev Tools

  • Git Git
  • GitHub GitHub
  • Netlify Netlify