VSCode Icon

File

Edit

View

Go

Run

Terminal

Help

Ahmed Galadima - Visual Studio Code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
const HomePage = () => {
const [isLoaded, setIsLoaded] = useState(true);
const developerInfo = {
name: 'Ahmed Galadima',
role: 'Senior QA Engineer & Consultant',
bio: 'Dynamic Senior QA Engineer & Consultant with over 10+ years of expertise'
};
useEffect(() => {
document.title = `${developerInfo.name} | Portfolio`;
setIsLoaded(true);
}, []);
return (
<main className="hero-container">
<h1>{developerInfo.name}</h1>
<p>{developerInfo.role}</p>
<div className="cta">
<Link href="/projects">View Projects</Link>
</div>
</main>
);
};
export default HomePage;

Ahmed Galadima

Senior QA Engineer & Consultant

Dynamic Senior QA Engineer & Consultant with 10+ years of expertise in delivering 30% faster software releases and 40%+ cost savings for startups and enterprises. Specialize in transforming chaotic workflows into streamlined, automation-driven processes that ensure client products exceed market standards.

{
}
<>
/>
()
[]
=>