It misses the whole point of version-control if you're not adding your lock files (yarn.lock, package-lock.json, or composer.lock) to your repos.
All posts tagged with "devops":
For decades, system administrators have been the backbone of IT infrastructure. We’ve logged into boxes over SSH, written bash scripts, and built stable, secure systems by hand. But the landscape ha...
If you're developing a Laravel application using Laravel Sail, and you'd like to securely access your local environment over the internet (e.g., for demos or mobile testing), Cloudflare Tunnel is a fa...
I just gave this presentation up at RIT this past week. Hopefully, it will inspire any web developers out there to look into using deployment frameworks (if you don’t already). At Global Thinking we...