π I'm a pragmatic Full Stack Developer with a backend-first mindset. I specialize in building scalable APIs, automating workflows, and crafting tools that solve real-world problems β not just ship features.
| Tech Area | Stack |
|---|---|
| Languages | C# Java Python php Js Ts |
| Frontend | Angular Nuxt3 |
| Backend | .NET Web API NestJS FastAPI |
| WordPress | Builders Themes Plugins Custom Code |
| Database | MSSQL MySQL MongoDB Postgres |
| ORM | EF Core Dapper Typegoose TypeORM |
| Automation | Selenium Playwright Crawlee |
| Scripting | powershell bash python |
| Testing | xUnit NUnit |
| DevOps | Git GitHub DigitalOcean |
| IDE/Code Editor | VSCode Visual Studio Rider IntelliJ |
// Clear interface segregation to avoid ambiguity
interface IInkPrinter { void Print(string doc); }
interface ILaserPrinter { void Print(string doc); }
internal class Printer : IInkPrinter, ILaserPrinter
{
private void Print(string doc) { /* logic ambiguity for both printers */ } // β
private void IInkPrinter.Print(string doc) { /* ink logic */ } // β
private void ILaserPrinter.Print(string doc) { /* laser logic */ } // β
}I work best with:
- Solopreneurs looking to automate manual workflows
- Teams needing clean API design
- Clients who value performance and maintainability
- πΌ Hire on Upwork
- π Connect on LinkedIn


