π 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 |
Frameworks | ASP.NET Core Web API , NestJS , Node.js |
WordPress | Builders , Themes , Plugins , Custom Code |
Databases | MSSQL , MySQL , MongoDB , Postgres |
ORMs | EF Core , Dapper , NHibernate |
Automation | Selenium , Playwright , Crawlee , nodriver |
Testing | xUnit , NUnit |
DevOps | Git , GitHub , DigitalOcean , Azure |
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