This is a personal repository filled with the interview questions I was asked and failed to answer. In a way I guess this is also proof to myself that I know I can answer those questions and I know that interviews can be a bit hard and draining sometimes.
Practice makes perfect, giving myself some time to produce and perfect the solutions I am thinking of during the interviews.
Tired of having the phar file onto your computer. Add this to your ~/bash_profile
.
alias composer="docker run --rm --interactive --tty --volume $PWD:/app composer/composer"
I included the Docker environment that I use to run and test the solutions. Instructions to add to local on DockerHub
docker pull pvillareal/php:8.3-cli