Inside Atlassian

Browse Bitbucket

Article in Bitbucket

Who’s NOT using your Atlassian products?

Find out with Crowd’s centralized license visibility.

Article in Bamboo

Shift left to pull requests with Code Insights for Bitbucket Server

See how our partners are making the most of this new integration.

Article in Bitbucket

Writing a microservice in Golang which communicates over gRPC

Step by step instructions on how to write a microservice in Go with gRPC.

Article in Bitbucket

Adding human interaction back into automated builds

With our continual focus on automating everything it’s easy to forget that some tasks still require a human touch. This is why we originally introduced the ability to manually run pipelines. This feature works well for simple use cases, but there are many use cases that it hasn’t been able to support. Until now. Today, […]

Article in Bitbucket

Get rid of hacky workarounds and speed up your work with Bitbucket 6.3

Improving developers’ quality of life, one update at a time.

Article in Bitbucket

Automating Serverless framework deployments using Bitbucket Pipelines

Bitbucket now offers pre-built Pipes to deploy Lambdas to AWS. But what if we want to deploy an entire Serverless stack?

Article in Bitbucket

Automating AWS Lambda deployments using Bitbucket Pipelines and Bitbucket Pipes

Today we’ll talk about Bitbucket Pipes and learn how to use it to automate Lambda deployments on AWS.

Article in Bitbucket

Level up your code review with continuous integration

At Atlassian we are big believers in reviewing code via pull requests. Every single line of code that is written follows a code review process before it is merged and deployed to production. Besides the benefit of diminishing the likelihood of bugs reaching production and the collaboration and learning that occurs when reviewing code with […]

Article in Bitbucket

How to choose the right infrastructure for your Data Center deployment

We ran the tests so you don’t have to.

Article in Bitbucket

Take control with branch permissions in Bitbucket Cloud

Branch permissions are a great way to balance giving your team the freedom to get work done while enforcing workflows and preventing unwanted changes or deletions being made to your codebase. Bitbucket Cloud makes it easy to control which users and groups can write to or merge a branch, prevent users from force-pushing or deleting […]

Article in Bitbucket

LAMP vs. MEAN: Which stack is right for you?

Here is a detailed overview of LAMP and the relatively new, MEAN stack, which are currently the most popular open source web stacks and a brief overview of other stacks.

Article in Bitbucket

Deploying an Angular app on a Google VM Using Bitbucket Pipelines

Though Angular builds are easy, developers face issues when configuring deployments and setting up CI/CD pipelines. This post outlines the steps required…

Article in Bitbucket

Bitbucket + Bitrise: Configuring Continuous Integration for an iOS app

When iOS applications start growing, at some point it becomes essential to have a quick develop-release-test feedback loop. You can create this loop by…

Article in Bitbucket

Introducing Atlassian for VS Code: Bitbucket Cloud and Jira Software extension for Visual Studio Code

Developers spend most of their day in three places: chat, their IDE, and a code repository platform like Bitbucket. In between, a lot of hours are spent context switching between apps. At Atlassian, our goal is to cut out all of the alt-tabbing and make you more productive by bringing your work closer to where […]

Article in Bitbucket

How to use merge checks to enforce your master branch

Your master branch represents the code that you will ship to your customers, and should be protected at all costs. No one intends to ship a bug to a customer on purpose, so having a mechanism in place to catch these subtle bugs is essential to a development team. Code review has been around in some form […]