Skip to content

Instantly share code, notes, and snippets.

View hcaz's full-sized avatar
🚀
Making things, breaking things, etc....

Zachary Claret-Scott hcaz

🚀
Making things, breaking things, etc....
View GitHub Profile
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"basics": {
"name": "Zachary Claret-Scott",
"label": "Tech Lead | Senior PHP Developer | Specialising in Product Strategy & DevOps",
"image": "https://hcaz.me.uk/assets/images/avatar.jpg",
"email": "[email protected]",
"phone": "+44 07837545762",
"website": "https://hcaz.io",
"summary": "As a senior software engineer and technical leader, I thrive on building innovative solutions and taking them from initial idea to successful launch. With a deep expertise in PHP and the Laravel framework, I've led the development of my own SaaS products and complex enterprise systems. I am now seeking a remote Tech Lead or Lead Developer role where I can combine my passion for hands-on coding with my experience in project leadership, DevOps, and team mentoring to help build a truly great product.",
@hcaz
hcaz / .bashrc
Last active August 23, 2024 06:51
Dot files
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# don't put duplicate lines in the history. See bash(1) for more options
# ... or force ignoredups and ignorespace
HISTCONTROL=ignoredups:ignorespace
# append to the history file, don't overwrite it
shopt -s histappend