Skip to content
View bst27's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report bst27

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
bst27/README.md

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

As a software engineer I like to get things done.

I'm a web developer who is passionate about driving the digital transformation, creating convincing solutions and building solid, sustainable software. Some technologies I enjoy working with include PHP and the TALL-Stack: Tailwind CSS, Alpine.js, Laravel, Livewire.

I spend most of my time working on closed-source projects as a freelancer. Nevertheless, I try to get deeper into open-source projects from time to time. You can explore some results of this effort on my Github profile.

Things I worked with πŸš€

  • Agile Environment
  • Alpine.js
  • Amazon Web Services
  • Azure Cloud
  • Bootstrap CSS
  • CSS
  • Codeception
  • Continuous-Integration und -Delivery (CI / CD)
  • Docker
  • ExtJS
  • Git
  • Gitlab
  • HTML
  • HTTP
  • JavaScript
  • jQuery
  • Laravel
  • Linux
  • Livewire
  • MSSQL
  • MySQL
  • OWASP
  • PHP (PHP-Storm, PHP-Unit, PHP-Stan)
  • REST-APIs
  • SEO
  • Selenium
  • Software-Tests
  • Swagger (OpenAPI)
  • Symfony
  • Tailwind CSS
  • Twig
  • TypeScript
  • Vue.js
  • Zend / Laminas

Find me around the web 🌍

Pinned

  1. aws-dyndns aws-dyndns Public

    A simple way to use Amazon Web Services for DynDNS

    PHP

  2. docker-traefik docker-traefik Public

    Production ready Traefik reverse proxy in Docker

  3. feed-webhook feed-webhook Public

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

    Go 3

  4. dynamic-wallpaper dynamic-wallpaper Public

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

    Shell 1

  5. shazam-webhook shazam-webhook Public

    Webhook notifications when shazam.com charts are updated.

    Go 3

  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 ..."