Operations | Monitoring | ITSM | DevOps | Cloud

Sponsored Post

GitHub Action to Cloudflare Workers Sites

As time goes by, I’m looking for solutions that require as little maintenance as possible. One of those is deploying our client web app and our homepage directly on the CDN edge, with GitHub Actions. Not only we don’t need a server to host the app, but the deployment script is also serverless and maintenance-less. This allows me to focus on important tasks, knowing that deployment and serving of the app is always blazing fast.

Getting Started with Continuous Integration

It is impossible to overestimate the importance of a strong development environment when scaling your team’s capacity. Nowadays, most organizations use Git, and one of the popular and successful development models used by many organizations is Gitflow. When making use of such models, continuous integration (CI) is key as it enables faster project delivery and offers reduced risk and expenses thanks to self-managed and easy-to-control dedicated teams.

How we use the Grafana GitHub plugin to track outstanding pull requests

First of all, we’re pleased to announce the first release of the GitHub data source. The source code is available at github.com/grafana/github-datasource. Contributions, feature requests, and bug reports are welcome. Using the GitHub data source, Grafana users can visualize data from GitHub’s API. In this blog, we’ll go over some use cases for this handy plugin.

GitKraken Git GUI v7.3: GitHub Issue Tracking Integration

Mighty Keif the Kraken has reached across the interweb to join tentacles with his good friend Mona the Octocat once again. 🦑🤝🐙 But this time, it’s all about the issues. The GitKraken Git GUI now supports issue tracking integrations for GitHub and GitHub Enterprise! If you already use GitKraken to manage your GitHub repositories, optimize your workflow even further with new benefits offered in GitKraken Git GUI v7.3.

How to automate across Jira & Gitlab (Cloud)

We recently released new Jira automation triggers that allow you to automate your work directly from Gitlab (and BitBucket, Github) to Jira Cloud. Now Devs can focus on code instead of switching context and project owners will know Jira is always up to date. In this webinar, co-hosted with Gitlab, learn four use cases to help get you started.

What is GitLab CI/CD

GitLab CI/CD is a tool that is built into GitLab. It allows you to create automated tasks that you can use to form a Continuous Integration and Continuous Delivery / Deployment process. You configure GitLab CI/CD by adding a yaml file (called `.gitlab-ci.yml`) to your source repository. This file creates a pipeline, which will then run when a code change is pushed to the repository. Pipelines are made up of a series of stages, and each stage can each contain a number of jobs or scripts.