Operations | Monitoring | ITSM | DevOps | Cloud

DevOps

The latest News and Information on DevOps, CI/CD, Automation and related technologies.

Top 8 PaaS Providers for Deploying PHP Applications

Platform as a Service (PaaS) is an innovative cloud computing model that helps to deliver applications over the web. In this model, a cloud provider offers hardware and software tools, typically those required for application development, to the users as a service. The cloud infrastructure provides the ability to efficiently and quickly design and deploy apps and have them functioning reliably. Typically, the platform functions as an enabler of cloud applications.

Logz.io Releases Alice The First Observability Bot to accelerate Chat-Ops and Data Insight On-the-Go

Boston and Tel Aviv — August 22, 2018 — Logz.io, the leader in AI-powered log analysis, releases Alice, a new Slack-based ChatOps solution that empowers DevOps teams to easily accelerate collaboration and data exploration in a manner that is flexible and accessible on-the-go. The tool enables DevOps teams to implement a ChatOps approach to logging and monitoring directly within Slack and remain connected regardless of their location.

Ship Code Smarter with Monitoring & Feedback

Ahoy there. Continuous shipping: a concept many companies talk about but never get around to implementing. The first post of this three-part series discussed the importance of continuous shipping, while Part 2 steered us into the depths of the process itself. We’re all hands on deck for part three, where we’ll wrap up the second half of the continuous shipping process.

Data snapshot: The Lifespan of Computers and Other Tech in the Workplace

You know what they say: “Nothing lasts forever.” That’s especially true of technology. And as much as you might have loved that flip phone, 486-based tower, or perhaps that original iPad, all good things must come to an end. Whether an unfortunate tumble destroys a once-shiny-and-new device, a system stops responding as snappily as it used to, or a support agreement ends, there are many reasons to move on from older tech.

Principles for Continuous Integration

Get a decent source code management system like Github, Gitlab or Bitbucket etc. Every one uses the same code and keeps upto date with base line. this reduces the merge conflict issues. Don’t put every thing in SCM but everything you need to do a build should be in there including: test scripts, properties files, database schema, install scripts, and third party libraries

Serverless vs. Containers

We live in exciting and worrying times. In serverless and containers, we have two amazing technologies that provide productive, machine-agnostic abstractions for engineers to work with. And yet, there seems to be an unbridgeable chasm between the two camps. If you have read anything I wrote in the last two years, you know that I am firmly in the serverless camp. But I was also an early adopter of containers.