I hereby claim:
- I am lordofthelake on github.
- I am lordofthelake (https://keybase.io/lordofthelake) on keybase.
- I have a public key ASDpF64bkbfrRHGNJrkVwdDuLGVS_5NMLTKZ5X_SRK_Kygo
To claim this, I am signing this object:
| { | |
| "$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", | |
| "basics": { | |
| "name": "Michele Piccirillo", | |
| "label": "Software Architect // Full-Stack Engineer // Fractional CTO. Open to Freelance projects.", | |
| "image": "", | |
| "email": "michele@piccirillo.io", | |
| "phone": "", | |
| "url": "https://github.com/lordofthelake", | |
| "summary": "Hey there! I'm a seasoned software architect and tech expert with over 15 years of experience in web and mobile development. I've been a successful CTO and technical manager, and I know how to hire and lead teams, especially in regulated industries like medical and financial.\n\nWhen programming solo, I specialize in full-stack web development using TypeScript (NestJS/Next.js/React) and Ruby on Rails, Android development with Java, and cross-platform development with React Native. I'm also a pro at DevOps and infrastructure automation on AWS and Google Cloud.\n\nMy experience as an entrepreneur and early-stage startup contributor ha |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env sh | |
| # Enable multiverse repository | |
| sudo sed -i "/^# deb .*multiverse/ s/^# //" /etc/apt/sources.list | |
| sudo apt-get update | |
| sudo apt-get -y install autoconf automake build-essential libass-dev libfreetype6-dev libgpac-dev libtheora-dev libtool libvorbis-dev pkg-config texi2html zlib1g-dev checkinstall libx264-dev libmp3lame-dev libfdk-aac-dev libopus-dev libvpx-dev yasm | |
| mkdir /tmp/ffmpeg_sources | |
| cd /tmp/ffmpeg_sources | |
| wget http://ffmpeg.org/releases/ffmpeg-1.2.9.tar.gz | |
| tar xzvf ffmpeg-1.2.9.tar.gz |
| # Fail2Ban configuration file | |
| # | |
| # List of bad bots fetched from http://www.user-agents.org | |
| # Generated on Sun Feb 11 01:09:15 EST 2007 by ./badbots.sh | |
| # | |
| # Author: Yaroslav Halchenko | |
| # | |
| # $Revision: 668 $ | |
| # |
| *.pydevproject | |
| .project | |
| .metadata | |
| bin/** | |
| tmp/** | |
| tmp/**/* | |
| *.tmp | |
| *.bak | |
| *.swp | |
| *~.nib |
| # Eclipse | |
| .classpath | |
| .project | |
| .settings/ | |
| # Intellij | |
| .idea/ | |
| *.iml | |
| *.iws | |