Download YouTube videos with AWS Lambda and store them on S3 | cloudonaut
https://cloudonaut.io/download-youtube-videos-with-aws-lambda-and-store-them-on-s3/
https://cloudonaut.io/download-youtube-videos-with-aws-lambda-and-store-them-on-s3/
cloudonaut
Download YouTube videos with AWS Lambda and store them on S3
Recently, I was faced with the challenge to download videos from YouTube and store them on S3. Sounds easy? Remember than L...
Monitoring Linux Processes using Prometheus and Grafana – devconnected
http://devconnected.com/monitoring-linux-processes-using-prometheus-and-grafana/
http://devconnected.com/monitoring-linux-processes-using-prometheus-and-grafana/
devconnected
Monitoring Linux Processes using Prometheus and Grafana – devconnected
A complete tutorial on monitoring Linux processes using the latest versions of Grafana, Prometheus and the Pushgateway (ideal for 2019)
Pair CrateDB with Grafana 6.x, an Open Platform for Time Series Data Visualization - CrateDB
https://crate.io/a/pair-cratedb-with-grafana-6-x-an-open-platform-for-time-series-data-visualization/
https://crate.io/a/pair-cratedb-with-grafana-6-x-an-open-platform-for-time-series-data-visualization/
CrateDB
Pair CrateDB with Grafana 6.x, an Open Platform for Time Series Data Visualization - CrateDB
Grafana 6.x allows you to visualize time series data, which makes it a perfect match for CrateDB. Get up-and-running on your local machine.
GitLab 11.11 released with Multi-Assignment for MRs and container enhancements | GitLab
https://about.gitlab.com/2019/05/22/gitlab-11-11-released/
https://about.gitlab.com/2019/05/22/gitlab-11-11-released/
Creating a Jenkinsfile pipeline | Java Code Geeks - 2019
https://www.javacodegeeks.com/2019/05/creating-jenkinsfile-pipeline.html
https://www.javacodegeeks.com/2019/05/creating-jenkinsfile-pipeline.html
Java Code Geeks
Creating a Jenkinsfile pipeline - Java Code Geeks - 2023
Interested to learn about Jenkinsfile pipeline? Check our article presenting the Basics of setting up a Jenkins pipeline job and defining a Jenkinsfile.
NGINX structural enhancements for HTTP/2 performance
https://blog.cloudflare.com/nginx-structural-enhancements-for-http-2-performance/
https://blog.cloudflare.com/nginx-structural-enhancements-for-http-2-performance/
The Cloudflare Blog
NGINX structural enhancements for HTTP/2 performance
My team: the Cloudflare PROTOCOLS team is responsible for termination of HTTP traffic at the edge of the Cloudflare network. We deal with features related to: TCP, QUIC, TLS and Secure Certificate management, HTTP/1 and HTTP/2.
Designing a Source-to-Image build for a Go application | Opensource.com
https://opensource.com/article/19/5/source-image-golang-part-2
https://opensource.com/article/19/5/source-image-golang-part-2
Opensource.com
Designing a Source-to-Image build for a Go application
In my first article in this series about Source-to-Image (S2I), we examined the required files and discussed how the S2I standard works with any programming language, from Python to Ruby to Go. Now let's explore designing an S2I build specifically for a Go…