Skip to content

Commit 18faddf

Browse files
authored
Create index.html with developer profile content
Added initial HTML structure and content for a backend developer profile.
1 parent 89a71b5 commit 18faddf

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>mlgentdev - Backend Developer</title>
6+
</head>
7+
<body>
8+
9+
<p>Backend-focused software developer with 10+ years of experience building and maintaining applications using C# and .NET.</p>
10+
11+
<p>Most of my work is centered on backend services, APIs, and data-centric systems, including processing and integrating complex domain data from external systems, with experience across modern .NET and gradual legacy system modernization.</p>
12+
13+
<p>Strong background in ASP.NET Web API, Entity Framework, and Microsoft SQL Server, with full-stack experience including Angular.</p>
14+
15+
<p>Currently exploring applied AI to improve development workflows and practical automation.</p>
16+
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)