With over 17 years of experience in solving complex software challenges, I specialize in backend development, API design, and cloud infrastructure. I’ve worked across industries, developing scalable, efficient solutions with a strong focus on PHP, Python, and data-driven applications. From crafting custom Laravel microservices to integrating cutting-edge financial APIs, my goal is to deliver robust, scalable systems for businesses.
<?php
namespace Izdrail\Stefan;
class Profile extends Me
{
final public function getCurrentWorkplace(): array
{
return [
'name' => 'Stefan I',
'position' => 'Senior Software Engineer',
'company' => 'Open Source Collective',
];
}
final public function getContactDetails(): array
{
return [
'email' => 'stefan@izdrail.com',
'website' => 'https://izdrail.com',
];
}
final public function getProgrammingLanguages(): array
{
return [
PHP::class,
Python::class,
Typescript::class,
];
}
final public function getFrameworks(): array
{
return [
Symfony::class,
Laravel::class,
Laminas::class,
Django::class,
Flask::class,
FastApi::class,
Vue::class,
React::class,
Angular::class,
Mux::class
Ionic::class,
Bootstrap::class,
Tailwind::class,
Bulma::class,
];
}
final public function getDatabases(): array
{
return [
MySql::class,
Postgres::class,
Sqlite::class,
Redis::class,
Mongo::class,
Elastic::class,
];
}
final public function getInterests():array
{
return [
"Serverless",
"Artificial Intelligence",
];
}
final public function getHobbies():array
{
return [
"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.