Operations | Monitoring | ITSM | DevOps | Cloud

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

Access Bitbucket Cloud repositories more securely with resource-scoped access tokens.

We understand there is a constant tension between the need to keep source code secure, while also enabling tools to integrate with your Source Code Management solution. In line with this, Bitbucket Cloud is introducing the first step in a range of new API security capabilities, designed to give customers fine-grained control over access to their Repositories, Projects, and Workspaces.

How DevOps outsourcing could help you save on basic costs

An outsourced DevOps can make the difference between a day and night in business operations. However, DevOps outsourcing doesn't happen overnight. There are many events that must occur. Still, there are so many ways when it'll be a great move to outsource DevOps development. Well, we need to start with the basics.

The ultimate generation of our Dedicated offering is here!

We are delighted to announce the general availability of Dedicated Generation 3 - the latest evolution of our Dedicated offering. We rewrote it from scratch with the objective of making the Dedicated experience as incredible as on the Grid, while providing the same strong guarantees regarding uptime, compliance, and SLAs. And, not to humblebrag, but we succeeded!

JavaScript immediately invoked function expressions

JavaScript Immediately Invoked Function Expressions (IIFEs) are functions that are executed when they are initialized. An IIFE (pronounced “iffy”) can be initialized or defined to achieve a certain purpose. In this tutorial, you will learn about use cases for IIFEs and the benefits of using them over traditional functions. You will also write tests for your functions and integrate CI/CD for these tests.