Framesira / Shutterstock.com Noise cancellation is one of the main features of Apple AirPods Pro. You can switch between noise removal, transparency and default mode. Here’s how to quickly turn on noise cancellation for AirPods Pro on iPhone, iPad, and Mac. On iPhone and iPad Once you’ve paired and connected […]
Getting Started With GitLab's Continuous Integration & Deployment Pipelines (CI/CD)
Continuous Integration and Deployment, or CI/CD, is the process of streamlining and accelerating development by automatically building and testing every commit to your project. GitLab integrates CI/CD into their git solution extremely well, and we’ll show how to set it up and work with it. Setting Up a Build Server (GitLab […]
How To Rotate and Delete Old Elasticsearch Records After a Month
Elasticsearch indices can quickly fill up with gigabytes of data, especially if you’re logging from multiple servers many times a second. To manage data, Elasticsearch Deleting Using The “Delete By Query” API Elasticsearch offers a “Delete By Query” API, that will remove all documents matching a query. You can use […]
How Do SSL Certificates Secure the Web?
Shutterstock/Robert Avgustin SSL certificates are issued to protect important traffic between websites and users, so that attackers can’t intercept sensitive data. Let’s take a look at how SSL certificates work on the web! What is SSL/TLS? SSL, which stands for Secure Sockets Layer, is a protocol used to encrypt traffic between […]