PostgreSQL v12 new feature: optimizer support for functions - Cybertec
https://www.cybertec-postgresql.com/en/optimizer-support-functions/
https://www.cybertec-postgresql.com/en/optimizer-support-functions/
CYBERTEC PostgreSQL | Services & Support
PostgreSQL v12 new feature: optimizer support for functions
This article presents "support functions" - a new feature in PostgreSQL v12 that allows the query optimizer to plan function calls better
What the Container Storage Interface Means for Storage Evolution - The New Stack
https://thenewstack.io/what-the-container-storage-interface-means-for-storage-evolution/
https://thenewstack.io/what-the-container-storage-interface-means-for-storage-evolution/
The New Stack
What the Container Storage Interface Means for Storage Evolution
A blog post by Saad Ali, senior software engineer at Google, drew considerable attention early year when Ali first described Kubernetes GA in “Container Storage Interface (CSI) for Kubernetes GA." In that post, Ali described how “CSI was developed as a standard…
Test-Driven Development: Really, It’s a Design Technique
https://www.infoq.com/articles/test-driven-design-java
https://www.infoq.com/articles/test-driven-design-java
InfoQ
Test-Driven Development: Really, It’s a Design Technique
Using a step-by-step example in Java, this article provides a practical example of how to use test-driven development (TDD) to divide, test, and conquer larger problems when coding.
pgBackRest – A Great Backup Solution and a Wonderful Year of Growth - Percona Database Performance Blog
https://www.percona.com/blog/2019/05/10/pgbackrest-a-great-backup-solution-and-a-wonderful-year-of-growth/
https://www.percona.com/blog/2019/05/10/pgbackrest-a-great-backup-solution-and-a-wonderful-year-of-growth/
Percona Database Performance Blog
pgBackRest – A Great Backup Solution and a Wonderful Year of Growth
pgBackRest is a backup and restore solution for PostgreSQL that takes away much of the mundane admin and policy tasks. Jobin Augustine explores its use.
The Evolution Of Jenkins Jobs And How We Got To The YAML-Based jenkins-x.yml Format – Technology Conversations
https://technologyconversations.com/2019/05/09/the-evolution-of-jenkins-jobs-and-how-we-got-to-the-yaml-based-jenkins-x-yml-format/
https://technologyconversations.com/2019/05/09/the-evolution-of-jenkins-jobs-and-how-we-got-to-the-yaml-based-jenkins-x-yml-format/
Technology Conversations
The Evolution Of Jenkins Jobs And How We Got To The YAML-Based jenkins-x.yml Format
When Jenkins appeared, its pipelines were called FreeStyle jobs. There was no way to describe them in code, and they were not kept in version control. We were creating and maintaining those jobs th…
Releasing Terraform 0.12.0-rc1
https://www.hashicorp.com/blog/releasing-terraform-0-12-0-rc1
https://www.hashicorp.com/blog/releasing-terraform-0-12-0-rc1
HashiCorp
Releasing Terraform 0.12.0-rc1
Release candidate 1 of Terraform 0.12.0 is now available for testing. Unless testing identifies a significant blocker, we expect to publish the final 0.12.0 release a few weeks from now.
The Hitchhiker’s Guide to Jenkins Job Builder - DZone DevOps
https://dzone.com/articles/jenkins-job-builder-step-by-stepnbsptutorial
https://dzone.com/articles/jenkins-job-builder-step-by-stepnbsptutorial
dzone.com
The Hitchhiker’s Guide to Jenkins Job Builder - DZone DevOps
Take a look at this step-by-step guide with examples that demonstrates how you can get up and running with Jenkins Job Builder.
GitHub gets a package registry – TechCrunch
https://techcrunch.com/2019/05/10/github-gets-a-package-registry/
https://techcrunch.com/2019/05/10/github-gets-a-package-registry/
TechCrunch
GitHub gets a package registry
GitHub today announced the launch of a limited beta of the GitHub Package Registry, its new package management service that lets developers publish public and private packages next to their source code. To be clear, GitHub isn’t launching a competitor to…
Deploy an Elastic Web App with Portworx and Google Cloud Run - The New Stack
https://thenewstack.io/deploy-an-elastic-web-app-with-portworx-and-google-cloud-run/
https://thenewstack.io/deploy-an-elastic-web-app-with-portworx-and-google-cloud-run/
The New Stack
Deploy an Elastic Web App with Portworx and Google Cloud Run
This is the final part of the series on Google Cloud Run. In this tutorial, we will explore how to deploy a Cloud Run service that interacts with existing services already deployed on a Google Kubernetes Engine (GKE) cluster. When the Cloud Run service targets…
GitHub vs GitLab vs BitBucket: Great Research of The Repositories | Java Code Geeks
https://www.javacodegeeks.com/2019/05/main-hostings-for-it-projects.html
https://www.javacodegeeks.com/2019/05/main-hostings-for-it-projects.html
Java Code Geeks
GitHub vs GitLab vs BitBucket: Great Research of The Repositories | Java Code Geeks
Interested to learn more? Then check out our detailed article on Three Main Hostings for IT Projects: Which one wins the race!
4 Best Dashboard Monitoring Tools In 2019 – devconnected
http://devconnected.com/4-best-dashboard-monitoring-tools-in-2019/
http://devconnected.com/4-best-dashboard-monitoring-tools-in-2019/
devconnected
4 Best Open Source Dashboard Monitoring Tools In 2019 – devconnected
Extensive list of the best open source dashboard monitoring tools available in 2019 including tools such as Grafana or Kibana.
CI/CD Ingredients for Success – Hacker Noon
https://hackernoon.com/ci-cd-ingredients-for-success-2031cf7ad152
https://hackernoon.com/ci-cd-ingredients-for-success-2031cf7ad152
Hacker Noon
CI/CD Ingredients for Success
The obvious and the not-so-obvious
Seven Surprising Bash Variables – zwischenzugs
https://zwischenzugs.com/2019/05/11/seven-surprising-bash-variables/
https://zwischenzugs.com/2019/05/11/seven-surprising-bash-variables/
zwischenzugs
Seven Surprising Bash Variables
Continuing in the series of posts about lesser-known bash features, here I take you through seven variables that bash makes available that you may not have known about. 1) PROMPT_COMMAND You might …
Test-Driven Development: Really, It’s a Design Technique
https://www.infoq.com/articles/test-driven-design-java
https://www.infoq.com/articles/test-driven-design-java
InfoQ
Test-Driven Development: Really, It’s a Design Technique
Using a step-by-step example in Java, this article provides a practical example of how to use test-driven development (TDD) to divide, test, and conquer larger problems when coding.
API design: Why you should use links, not keys, to represent relationships in APIs
https://cloud.google.com/blog/products/application-development/api-design-why-you-should-use-links-not-keys-to-represent-relationships-in-apis/
https://cloud.google.com/blog/products/application-development/api-design-why-you-should-use-links-not-keys-to-represent-relationships-in-apis/
Google Cloud Blog
API design: Why you should use links, not keys, to represent relationships in APIs | Google Cloud Blog
While links aren’t widely used in APIs, some very prominent web APIs use links based on HTTP URLs to represent relationships, which has several advantages. This post shows you why.
Forwarded from Linuxgram 🐧
Pomotroid Is The Best Open Source Pomodoro Technique App Yet
https://fosspost.org/reviews/programs/pomotroid-pomodoro-technique-app
https://fosspost.org/reviews/programs/pomotroid-pomodoro-technique-app
FOSS Post
Pomotroid Is The Best Open Source Pomodoro Technique App Yet
If you are searching for a Pomodoro technique app, then Pomotroid is your best friend. It features a beautiful UI, nice sounds and lot of options, check it now!
Designing an end-to-end encrypted CI/CD pipeline with Keybase.io · personal site
https://zemanel.eu/posts/end-to-end-encrypted-ci-cd-pipeline-with-keybase-io/
https://zemanel.eu/posts/end-to-end-encrypted-ci-cd-pipeline-with-keybase-io/
zemanel.eu
Designing an end-to-end encrypted CI/CD pipeline with Keybase.io · personal site
I recently relaunched my website with Hugo, Gitlab.com and AWS services. But now, I want encrypted source code all the way from my laptop to deployment. No trust required on Cloud services for privacy! Is it possible ? Let us over-engineer some shit!
Keybase.io
Keybase.io
How GitLab Cracked The Code Of Remote Working: GitLab Contribute Report – TFiR: Open Source & Emerging Technologies
https://www.tfir.io/how-gitlab-cracked-the-code-of-remote-working-gitlab-contribute-report/
https://www.tfir.io/how-gitlab-cracked-the-code-of-remote-working-gitlab-contribute-report/
TFiR: Open Source & Emerging Technologies
How GitLab Cracked The Code Of Remote Working: GitLab Contribute Report
Industrial revolutions changed our world. They built the foundations of the modern civilizations. But there were some side effects of these revolutions, too. One of the biggest “damages” industrial…
CI/CD Ingredients for Success – Hacker Noon
https://hackernoon.com/ci-cd-ingredients-for-success-2031cf7ad152
https://hackernoon.com/ci-cd-ingredients-for-success-2031cf7ad152
Hacker Noon
CI/CD Ingredients for Success
The obvious and the not-so-obvious