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.
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"
});
}
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.