Skip to content
View alister's full-sized avatar
🏠
Available for Backend PHP/Symfony roles
🏠
Available for Backend PHP/Symfony roles

Block or report alister

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@hachyderm.io alister.bulman @ LinkedIn

Languages and Tools:

symfony php linux nginx mysql mariadb sqlite redis

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

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

Pinned Loading

  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