Operations | Monitoring | ITSM | DevOps | Cloud

Why are you being such a git about it? - Git Best Practices

Are your Git repositories just a dumping ground for code? In this Git best practices session from the GitKon Git conference, we will look at Git branching strategies, the importance of a Git commit message, and how often you should commit, with Joe Glombek, Umbraco developer with Bump Digital. With 5 simple Git tips, you can turn a code dump into a glorious archive or software while saving time, frustration, and money.

Git Behind the Scenes: How Does Git Work

How does Git work under the hood? Have you been using Git for a while, but feel you’re still missing a comprehensive understanding of how Git works? You’re not alone. Many people will try to explain Git with something like: “all of the data Git needs for a repository is stored within a folder called.git,” but that’s not the full story. In this session from the GitKon Git Conference, Corbin Crutchley, CTO at OceanBit, will go over in detail how the.git folder is able to track all of your changes in Git.

Understanding Alamofire Swift and Why is it So Powerful for iOS Development

The Alamofire Swift library is an open-source networking framework that has been designed to add the functionality of networking to iOS and macOS apps, being compatible with both. It can be used in both open source and commercial projects, and it is also the result of an international collaboration between people who are passionate about Swift. The main goal of this library is to reduce the amount of time and code that developers need in order to create networking applications.

Run UDP and WebSocket API tests to monitor latency-critical applications

Datadog Synthetic Monitoring allows you to proactively monitor your applications so that you can detect, troubleshoot, and resolve any availability or performance issues before they impact your end users. With our API test suite, you can send simulated HTTP requests to your API endpoints, check the validity of SSL certificates, verify the performance and correctness of DNS resolutions, test TCP connections, and ping endpoints to detect server connectivity issues.

Seconds Matter: Why Monitoring Website Uptime Alone isn't Enough

It takes 50 milliseconds for visitors to decide whether to bounce from your website, that’s.05 seconds, or about half the time it takes you to blink. In website monitoring we talk a lot about uptime, and while making sure your site returns 200 OK is important, if your load time isn’t instant you’ll lose traffic regardless.

Stay Alert! Building the Coralogix-Nagios Connector

Ask any DevOps engineer, and they will tell you about all the alerts they enable so they can stay informed about their code. These alerts are the first line of defense in the fight for Perfect Uptime SLA. With every good solution out there, you can find plenty of methods for alerting and monitoring events in the code. Each method has its own reasons and logic for how it works and why it’s the best option. But what can you do when you need to connect two opposing methodologies? You innovate!

Infrastructure as Code, part 3: automate Kubernetes deployments with CI/CD and Terraform

This series shows you how to get started with infrastructure as code (IaC). The goal is to help developers build a strong understanding of IaC through tutorials and code examples. In this post, I will demonstrate how to create continuous integration and deployment (CI/CD) pipelines that automate the Terraform IaC deployments covered in part 1 and part 2 of this series. Here is a quick list of things we will accomplish in this post.