Senior Software Engineer with 17+ years of expertise in crafting robust backend solutions and scalable architectures. Specialized in:
- π§ Backend Development & API Design
- βοΈ Cloud Infrastructure
- π― Data-Driven Applications
- π System Architecture & Scalability
<?php
namespace Izdrail\Stefan;
class Profile extends Me
{
final public function getCurrentWorkplace(): array
{
return [
'name' => 'Stefan I',
'position' => 'Senior Software Engineer',
'company' => 'Laravel Company',
];
}
final public function getTechStack(): array
{
return [
'languages' => [PHP::class, Python::class, Typescript::class],
'frameworks' => [
'backend' => [Laravel::class, Symfony::class, Django::class, FastApi::class],
'frontend' => [Vue::class, React::class, Angular::class],
'mobile' => [Ionic::class],
'css' => [Tailwind::class, Bootstrap::class, Bulma::class]
],
'databases' => [
'sql' => [MySql::class, Postgres::class, Sqlite::class],
'nosql' => [Redis::class, Mongo::class, Elastic::class]
]
];
}
final public function getPassions(): array
{
return [
'tech' => ['Serverless', 'Artificial Intelligence'],
'hobbies' => ['Fishing', 'Tracking']
];
}
}
I love connecting with different people so if you want to say hi, I'll be happy to meet you more! π
These Readme stats are generated using Github action stats
NOTE: Top languages do not indicate my skill level or anything like that.