Skip to content
View bst27's full-sized avatar

Highlights

  • Pro

Block or report bst27

Report abuse

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

Report abuse
bst27/README.md

Hi, I'm Bastian πŸ‘‹ πŸ‘¨πŸ»β€πŸ’»

As a software engineer I like to get things done.

πŸš€ About Me

I’m a full-stack web developer who helps companies accelerate their digital transformation β€” from initial concept and architecture to production-ready, maintainable solutions. My core expertise lies in PHP-based systems paired with modern front-end and back-end technologies.

πŸ›  Tech Stack

πŸ’» Languages

  • PHP
  • JavaScript / TypeScript
  • HTML & CSS

⚑ Frameworks & Libraries

  • Laravel & TALL Stack (Tailwind CSS, Alpine.js, Laravel, Livewire)
  • Symfony, Vue.js

☁️ Cloud & Infrastructure

  • AWS, Microsoft Azure
  • Docker & Docker Compose
  • CI / CD (GitHub, GitLab)

πŸ—„ Databases & APIs

  • MySQL, SQL Server, Postgre SQL
  • RESTful APIs & OpenAPI

πŸ” Testing & Quality

  • PHPUnit, Codeception
  • Selenium for end-to-end tests
  • Static analysis: PHPStan, Psalm
  • OWASP security best practices

πŸ“« Let’s Connect

Pinned Loading

  1. nostr-explorer nostr-explorer Public

    Nostr Explorer is a web browser application to explore the content of the Nostr network. Nostr is a decentralized network protocol for a distributed social networking system.

    Vue 1

  2. aws-dyndns aws-dyndns Public

    A simple way to use Amazon Web Services for DynDNS

    PHP

  3. laravel-image-proxy laravel-image-proxy Public

    A Laravel image proxy to cache, minify and manipulate images very easily.

    PHP 2

  4. feed-webhook feed-webhook Public

    CLI app to monitor RSS/Atom feeds an send webhooks for updates.

    Go 3

  5. dynamic-wallpaper dynamic-wallpaper Public

    Receive great wallpapers from online sources. Use cron expressions to define change interval.

    Shell 1

  6. A Gitea backup script for Docker: It... A Gitea backup script for Docker: It creates a .zip backup of Gitea running inside Docker and moves the backup file to the current working directory.
    1
    #!/bin/bash
    2
    
                  
    3
    # This script creates a .zip backup of gitea running inside docker and copies the backup file to the current working directory
    4
    
                  
    5
    echo "Creating gitea backup inside docker containter ..."