Operations | Monitoring | ITSM | DevOps | Cloud

Git

From Git to Deployed - Fast Platform Delivery - Colin Griffin & Dinesh Majrekar - Navigate Europe 23

Join Colin Griffin and Dinesh Majrekar in this insightful workshop. Dive into the world of application and platform engineering with Civo and Krumware's experts as they unravel the intricacies of IT Ops, developers' tools, and infrastructure management. This workshop blends theory with hands-on exercises, equipping participants with practical skills and an understanding of modern platform engineering concepts.

GitHub Pull Request Management with GitKraken Client

Let’s dive into the world of pull requests (PRs). They’re the bridges connecting your hard work to the bigger project, facilitating code review, collaboration, and more. But why are they so crucial, and how can tools like GitKraken Client and GitHub take their management to the next level? Keep reading to explore the unique features of both platforms, plus time-saving tips for efficient PR management.

"The first versions of Copilot were just...comically bad." | GitKraken's Eric Amodio at #Dockercon

At #Dockercon 2023, #GitKraken CTO Eric Amodio reflected on the early days of AI in the software development landscape, particularly his experience watching #GitHub #Copilot evolve from a clunky language model to one of the most popular #AI tools for devs.

Quick #Git Tip: Diffs #shorts

Diffs compare two data sets – like files or commits – and show the changes between them. They're especially handy when reviewing your repo, helping you see at a glance what's been added or removed. 👀 Additions light up in green with a plus sign, while deletions are marked in red with a minus sign. This makes it easier to review changes, decide on merges, and even copy code snippets! 👍