Aina Somidotun

Somidotun Aina • Fullstack (MERN) & Apps Script Developer

Building Apps & Automations

Web • Automation • Integration

Hi 👋, my name is Somidotun. I build fullstack applications using the MERN stack (MongoDB, Express, React, Node.js) and also help businesses streamline operations with Google Apps Script automation. From custom web apps to smart workflows, I love creating solutions that make work easier and faster.

const noteApp = new MERNApp();
// Fullstack CRUD operations
noteApp.create("New Note");
noteApp.readAll();
// Automate reports with Apps Script
function automateReports() {
const sheet = SpreadsheetApp.getActiveSheet();
GmailApp.sendEmail("team@company.com", "Weekly Report", report);
}