Skip to content
View izdrail's full-sized avatar
🌲
Open to work
🌲
Open to work

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

Hi there, I'm Stefan πŸ‘‹

Twitter Follow Linkedin: Stefan GitHub followers website

πŸš€ About Me

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

πŸ’» Tech Stack

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


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. pythoncompany/backend.izdrail.com pythoncompany/backend.izdrail.com Public

    This is the backend of my personal webiste

    Python 3

  3. waterholeforum/core waterholeforum/core Public

    The core Waterhole package.

    PHP 198 27

  4. laravelcompany/laravelmail.com laravelcompany/laravelmail.com Public

    A self-hosted open source application for managing your email marketing

    HTML 3

  5. laravelcompany/docs.laravelmail.com laravelcompany/docs.laravelmail.com Public

    The documentation for the Laravel mail package

    MDX

  6. laravelcompany/laravelcompany.com laravelcompany/laravelcompany.com Public

    Company Website

    Astro