Software Engineer specializing in C#/.NET and AI (LLMs, prompt engineering, OpenAI, LangChain). I build clean, efficient, and high‑performance applications with security in mind. I also run Tolisa, where I focus on delivering practical, innovative solutions.
Let’s create something extraordinary together!
- Strong focus on performance, reliability, and maintainability
- Pragmatic approach to architecture and clean code
- Security-conscious by default
- Entrepreneur at heart — building products at Tolisa
- Languages: C#, Python, SQL
- AI/ML: LLM apps (prompt engineering, embeddings, vector search), OpenAI/Gemini API, LangChain
- Frameworks: .NET, ASP.NET Core, Entity Framework Core
- Databases: SQL Server, PostgreSQL
- DevOps: Docker, GitHub Actions
- Practices: Clean Architecture, DDD-lite, CI/CD, Security-by-design
using System;
using System.Threading;
class Program
{
static void Main()
{
bool amIAlive = true;
string[] inLove = { "C#", "Python", "Tolisa" };
while (amIAlive)
{
Eat();
Code(inLove);
Sleep();
}
}
static void Eat()
{
Console.WriteLine("Eating...");
}
static void Code(string[] inLove)
{
Console.WriteLine($"Coding in: {string.Join(", ", inLove)}");
}
static void Sleep()
{
Console.WriteLine("Sleeping...");
Thread.Sleep(25200 * 1000); // 7 hours
}
}- Open to interesting backend, systems, and product engineering work
- Happy to mentor and review C#/.NET code
- Prefer practical, outcome‑driven collaboration