Operations | Monitoring | ITSM | DevOps | Cloud

Collaboration

"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.

Transform Your Customer Experience with DevOps Collaboration

Learn how end-to-end monitoring and observability enable enterprises to break down team silos and deliver industry-leading experiences for their customers and achieve business benefits such as: Improved business resilience by identifying and resolving IT risks faster before they result in customer service outages Increased competitive standing with DevOps and shift-left best practices to accelerate software releases.

5 open source projects to contribute to in 2024

Contributing to open source software helps you develop new skills, gain real-world coding experience, interact with new technologies, and meet new people. But with so many open source projects to choose from — developers started some 52 million new projects on GitHub in 2022 alone — it can be difficult to figure out which repositories to contribute to. If you’re thinking about joining a new open source project in 2024, you’ve come to the right place.

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! 👍