Skip to content
View izdrail's full-sized avatar
🌲
On vacation
🌲
On vacation

Block or report izdrail

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
izdrail/README.md

I'm Stefan ⚯

Twitter Follow Linkedin: Stefan GitHub followers website

About Me

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.

My Tech Stack

<?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! 😊


Weekly development breakdown


These Readme stats are generated using Github action stats

NOTE: Top languages do not indicate my skill level or anything like that.

Pinned Loading

  1. izdrail izdrail Public

    My Awesome Readme Profile

    4

  2. lzomedia.com lzomedia.com Public

    This is my portfolio website

    Astro 3

  3. PythonCompany/api.todayintel.com PythonCompany/api.todayintel.com Public

    This is a docker application that contains a multitude of intresting stuff regarding AI, Scrapping and more

    Python 3

  4. waterholeforum/core waterholeforum/core Public

    The core Waterhole package.

    PHP 187 26