DevOps / SRE - Top Links Last Week
Week 35 - Issue #94
Week 35 - Issue #94
Where Can Heroku Free Tier Users Go? – The New Stack
- Salesforce is discontinuing the free tier for Heroku, which will impact millions of applications and websites.
- This is likely because Salesforce no longer has any strategic interest in growing Heroku's customer base.
- Render is the closest alternative for most Heroku users, and we've seen tremendous growth since Heroku's April security incident.
What are the four Golden Signals?
The Golden Signals are four key metrics teams should monitor on each user-facing system to ensure reliability and a good user experience.
Testing Ansible Automation with Molecule Pt. 2 | by Phil Critchfield | Contino Engineering | Medium
This post explores using Molecule to deploy a Laravel website. It discusses using Molecule to deploy multiple containers, validate database tasks, confirm idempotency, and ensure code meets linting standards.
Microsoft's Arm-based Azure VMs are ready to roll | ZDNET
Microsoft is releasing VMs on Azure that is Arm-based. These VMs will be available in multiple regions and can run a variety of Linux OS distributions and Windows 11.
GIT Branching Strategies in 2022. Collaboration in software development… | by Manuel Herrera López | FAUN Publication
The most significant advantage of a Git branch is that it's 'lightweight,' meaning that data consists of a series of snapshots, so with every commit you make, Git takes a picture of what your files look like at that moment and stores a reference to that snapshot. So these branches aren't just copies of the file system but simply a pointer to the latest commit. This Strategy also adds a new layer of flexibility, in which you can take any path.