Skip to content
View alister's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report alister

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

I'm Alister Bulman

PHP/Symfony developer, in London, UK

I'm a (back-end) PHP developer - specialising in Symfony, Code quality and system optimisation. I love to keep up with technology and plan the systems & write code to help my sites handle mid-to-large scale and many users. Based in London, UK, but I've been working remotely for years.

Connect with me:

Alister Bulman @ Stackoverflow alister.github.io tech-blog www.phpscaling.com tech-blog @Alister@mastodon.cloud alister.bulman @ LinkedIn

Languages and Tools:

symfony linux nginx php mysql mariadb sqlite

bash docker git hugo PHPUnit jenkins kubernetes rabbitMQ redis oh-my-zsh

README generator based on output from https://github.com/rahuldkjain/github-profile-readme-generator

Pinned

  1. php-in-london php-in-london Public

    Create a public resource of companies that use PHP in London

    7 16

  2. Example of creating a Docker data vo... Example of creating a Docker data volume, exporting it, and re-importing it to a completely fresh container
    1
    # Create the container - we run 'echo' in the container, and reuse the same as we will be running later
    2
    docker run -d -v /data --name redis.data dockerfile/redis echo Data-only container for Redis
    3
    # the data container doesn't show up  - nothing is running
    4
    docker ps      
    5
    # will show 'redis.data', but as stopped
  3. dotfiles dotfiles Public

    Forked from ryanb/dotfiles

    config files for zsh, bash, completions, gem, git, etc

    Perl 1

  4. Beanstalkd-Presentation Beanstalkd-Presentation Public

    PHP London talk on the topic of “Job Queues and Beanstalkd”

    HTML 4

  5. station-initials_v2 station-initials_v2 Public

    Initials to 3-letter code stations lookup

    JavaScript

  6. airport-code-initials airport-code-initials Public

    Initials to 3-letter IATA airports lookup, JavaScript & Webpack

    JavaScript