This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$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.", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |