// About
function about() {
return {
role: "Software Engineer & System Analyst",
focus: "Building reliable software, analyzing systems",
mindset: ["clean code", "problem solving", "curiosity"]
};
}
// Skills
import 'Software Development'
import 'System Analysis'
import 'Web Technologies'
import 'Databases'
import 'Cloud & DevOps'
import 'Problem Solving'
// Projects
const projects = [
{ name: "Coming soon", status: "in-progress" }
];
// Contact
async function contact() {
const email = "hello@meharawais.com";
await send("Let's build something.");
}