From 09cb6aa7d2f6b4bc85b6fbd552758e8583c4a7af Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Thu, 9 Sep 2021 15:00:25 +0200 Subject: [PATCH] Sept 9th --- docs/ansible.md | 2 ++ docs/docker.md | 1 + docs/java_frameworks.md | 2 ++ docs/message-queue.md | 14 +++++++++++--- docs/monitoring.md | 1 + docs/project-management-methodology.md | 4 ++++ docs/project-management-tools.md | 1 + docs/remote-tech-jobs.md | 3 ++- 8 files changed, 24 insertions(+), 4 deletions(-) diff --git a/docs/ansible.md b/docs/ansible.md index 965cd6a4..03d30769 100644 --- a/docs/ansible.md +++ b/docs/ansible.md @@ -94,6 +94,8 @@ * [redhat.com: How to install software packages with an Ansible playbook](https://www.redhat.com/sysadmin/software-packages-ansible) Learn how to install new software packages on all your managed hosts with a single Ansible playbook. * [getbetterdevops.io: Build Docker Images Using Ansible and Packer](https://getbetterdevops.io/build-docker-images-using-ansible-and-packer/) Build Image from Ansible code and persist them on local or in AWS ECR * [developers.redhat.com: Automate Red Hat JBoss Web Server deployments with Ansible](https://developers.redhat.com/articles/2021/08/30/automate-red-hat-jboss-web-server-deployments-ansible) +* [redhat.com: How to create dynamic configuration files using Ansible templates](https://www.redhat.com/sysadmin/ansible-templates-configuration) Ansible templates extend your ability to configure applications quickly and easily. This example uses a template to configure Vim. +* [redhat.com: 16 AnsibleFest presentations for sysadmins](https://www.redhat.com/sysadmin/ansiblefest-sysadmins) AnsibleFest offers a lot of information to help sysadmins automate better. ## Deploying custom files with Jinja2 templates - [infraxpertzz.com: Deploying Custom Files with Jinja2 Template 🌟](https://infraxpertzz.com/deploying-custom-files-with-jinja2-template/) - [video](https://www.youtube.com/watch?app=desktop&v=jokfVGdhBow&feature=youtu.be&ab_channel=InfraXpertzz) diff --git a/docs/docker.md b/docs/docker.md index 7192ab50..5e226266 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -99,6 +99,7 @@ * [matt-rickard.com: An Overview of Docker Desktop Alternatives](https://matt-rickard.com/docker-desktop-alternatives/) * [blog.aquasec.com: How Do Containers Contain? Container Isolation Techniques](https://blog.aquasec.com/container-isolation-techniques) * [infoworld.com: How Docker broke in half](https://www.infoworld.com/article/3632142/how-docker-broke-in-half.html) The game changing container company is a shell of its former self. What happened to one of the hottest enterprise technology businesses of the cloud era? +* [cloudsavvyit.com: How to Pass Environment Variables to Docker Containers](https://www.cloudsavvyit.com/14081/how-to-pass-environment-variables-to-docker-containers/) ## Docker Swarm - [linkedin.com: Docker Series : Docker Swarm - Lionel GURRET](https://www.linkedin.com/pulse/docker-series-swarm-lionel-gurret/) diff --git a/docs/java_frameworks.md b/docs/java_frameworks.md index 28e6c532..2916909f 100644 --- a/docs/java_frameworks.md +++ b/docs/java_frameworks.md @@ -252,5 +252,7 @@ High-level abstractions/tools to run SpringBoot application on kubernetes withou

I'm observing @QuarkusIO for a long time. I think it's time to consider migration from Spring Boot into Quarkus especially if you develop on the Kubernetes-native platform. You may expect some tips in the near future - smth similar to #SpringBootTip series some months ago.

— Piotr Mińkowski (@piotr_minkowski) September 2, 2021

Quarkus Tip 💡

You can deploy the @QuarkusIO application to #Kubernetes without creating any #YAMLs manually. To do that you should include the Quarkus Kubernetes module, use dedicated application properties, and enable deployment during your Maven build. 👇👇👇

🏷️ #QuarkusTips pic.twitter.com/pju8vVYBz7

— Piotr Mińkowski (@piotr_minkowski) September 8, 2021
+ +

Quarkus Tip 💡

You can easily build and run a native Quarkus @graalvm image on OpenShift using a single `oc` command and `ubi-quarkus-native-s2i` image builder. Such a build is performed fully on the cluster side. 👇

🏷️ #QuarkusTips pic.twitter.com/98fCXNUWv6

— Piotr Mińkowski (@piotr_minkowski) September 9, 2021
\ No newline at end of file diff --git a/docs/message-queue.md b/docs/message-queue.md index 9dab0ab9..759f29ca 100644 --- a/docs/message-queue.md +++ b/docs/message-queue.md @@ -35,7 +35,8 @@ - [Red Hat AMQ Streams](#red-hat-amq-streams) - [Open Data Hub AI-as-a-Service (AIaaS) platform](#open-data-hub-ai-as-a-service-aiaas-platform) - [KEDA. Kubernetes Event Driven Autoscaling](#keda-kubernetes-event-driven-autoscaling) -- [Platforms for collecting, storing and routing customer event data](#platforms-for-collecting-storing-and-routing-customer-event-data) +- [Integration Platform as a Solution (iPaaS). Platforms for collecting, storing and routing customer event data](#integration-platform-as-a-solution-ipaas-platforms-for-collecting-storing-and-routing-customer-event-data) + - [IpaaS Vendors](#ipaas-vendors) - [eBooks](#ebooks) - [Related](#related) - [Questions and Answers](#questions-and-answers) @@ -100,6 +101,7 @@ - [developers.redhat.com: Six reasons to love Camel K](https://developers.redhat.com/blog/2020/05/12/six-reasons-to-love-camel-k/) - [developers.redhat.com: Extending Kafka connectivity with Apache Camel Kafka connectors](https://developers.redhat.com/blog/2020/05/19/extending-kafka-connectivity-with-apache-camel-kafka-connectors/) - [developers.redhat.com: Design event-driven integrations with Kamelets and Camel K](https://developers.redhat.com/blog/2021/04/02/design-event-driven-integrations-with-kamelets-and-camel-k) +- [thenewstack.io: Camel K Brings Apache Camel to Kubernetes for Event-Driven Architectures](https://thenewstack.io/camel-k-brings-apache-camel-to-kubernetes-for-event-driven-architectures/) ### KubeMQ message broker - [KubeMQ.io: Kubernetes Native Message Queue Broker](https://kubemq.io/) @@ -371,8 +373,14 @@ Red Hat AMQ 7|JBoss AMQ 7 (Broker) or Red Hat AMQ 7 Suite|Apache ActiveMQ Artemi - [Dzone: Autoscaling Your Kubernetes Microservice with KEDA](https://dzone.com/articles/autoscaling-your-kubernetes-microservice-with-keda) Introduction to KEDA—event-driven autoscaler for Kubernetes, Apache Camel, and ActiveMQ Artemis—and how to use it to scale a Java microservice on Kubernetes. - [tomd.xyz: Event-driven integration on Kubernetes with Camel & KEDA 🌟](https://tomd.xyz/kubernetes-event-driven-keda/) Can we develop apps in Kubernetes that autoscale based on events? Perhaps, with this example using KEDA, ActiveMQ and Apache Camel. -## Platforms for collecting, storing and routing customer event data -- [rudderstack.com](https://rudderstack.com/) - [opensource.com: Stream event data with rudderstack](https://opensource.com/article/21/4/event-streaming-rudderstack) +## Integration Platform as a Solution (iPaaS). Platforms for collecting, storing and routing customer event data +- [quandarycg.com: Everything You Need To Know About System Integration (And IPaaS) 🌟](https://quandarycg.com/everything-you-need-to-know-about-integrations/) +- [blog.hubspot.com: The 22 Best iPaaS Vendors for Any Budget](https://blog.hubspot.com/marketing/ipaas-vendors) + +### IpaaS Vendors +- [rudderstack.com iPaaS](https://rudderstack.com/) - [opensource.com: Stream event data with rudderstack](https://opensource.com/article/21/4/event-streaming-rudderstack) +- [Mulesoft](https://www.mulesoft.com/) +- etc ## eBooks - [O'Really: Streaming data](http://streamingsystems.net/) diff --git a/docs/monitoring.md b/docs/monitoring.md index c7d9187c..75ded3f4 100644 --- a/docs/monitoring.md +++ b/docs/monitoring.md @@ -437,6 +437,7 @@ OpenShift 3|Prometheus JMX Exporter|**Grafana Dashboard not available**, [ref1]( - [stackpulse.com: Automated Kubernetes Pod Restarting Analysis with StackPulse](https://stackpulse.com/blog/automated-kubernetes-pod-restarting-analysis-with-stackpulse/) - [Checkly](https://www.checklyhq.com/) is the API & E2E monitoring platform for the modern stack: programmable, flexible and loving JavaScript. - [hashicorp.com: Monitoring as Code with Terraform Cloud and Checkly](https://www.hashicorp.com/blog/monitoring-as-code-with-terraform-cloud-and-checkly) +- [network-king.net: IoT use in healthcare grows but has some pitfalls](https://network-king.net/iot-use-in-healthcare-grows-but-has-its-pitfalls/) ## Other Awesome Lists - [Awesome APM](https://github.com/antonarhipov/awesome-apm) diff --git a/docs/project-management-methodology.md b/docs/project-management-methodology.md index 2ca11daa..f3dc85a1 100644 --- a/docs/project-management-methodology.md +++ b/docs/project-management-methodology.md @@ -5,6 +5,7 @@ - [Waterfall vs Agile](#waterfall-vs-agile) - [Agile vs Scrum vs Kanban](#agile-vs-scrum-vs-kanban) - [Responsibility Assignment Matrix (RACI)](#responsibility-assignment-matrix-raci) +- [KPIs and Employee Performance](#kpis-and-employee-performance) - [MVP Minimum Viable Product](#mvp-minimum-viable-product) ## Project Management Methodology @@ -71,6 +72,9 @@ - [jaumepujolcapllonch.com: La matriz RACI y la asignación de responsabilidades](https://www.jaumepujolcapllonch.com/la-matriz-raci-y-la-asignacion-de-responsabilidades/) - [rockcontent.com: mejor las responsabilidades con la Matriz RACI](https://rockcontent.com/es/blog/matriz-raci/) +## KPIs and Employee Performance +- [creately.com: A Step By Step Guide to Set KPIs for Team Members](https://creately.com/blog/business/how-to-set-kpis-for-team-members/) + ## MVP Minimum Viable Product - [Minimum Viable Product](https://en.wikipedia.org/wiki/Minimum_viable_product) - [gazafatonarioit.com: Entiende el MVP (Producto Mínimo Viable) y por qué prefiero Producto que se pueda probar, utilizar y adorar más temprano](http://www.gazafatonarioit.com/2020/09/entiende-el-mvp-producto-minimo-viable.html) diff --git a/docs/project-management-tools.md b/docs/project-management-tools.md index 749fcc9d..2ff9046d 100644 --- a/docs/project-management-tools.md +++ b/docs/project-management-tools.md @@ -7,6 +7,7 @@ Jira and Bitbucket integration. Now you can transition issues right from your me - [Servicenow](https://www.servicenow.com/) - [BMC Remedy ITSM](https://www.bmcsoftware.es/it-solutions/remedy-itsm.html) - [Atlassian Confluence](https://www.atlassian.com/software/confluence) + - [nightfall.ai: Is Atlassian Cloud HIPAA Compliant?](https://nightfall.ai/atlassian-cloud-hipaa-compliant) HIPAA stands for Health Insurance Portability and Accountability Act, the standard for sensitive patient data protection. ## Alternatives - [32 Best Jira Alternatives For Agile Project Management Teams In 2020 [Free and Paid]](https://dzone.com/articles/32-best-jira-alternatives-for-agile-project-manage) diff --git a/docs/remote-tech-jobs.md b/docs/remote-tech-jobs.md index 45af5c3a..f36d2db4 100644 --- a/docs/remote-tech-jobs.md +++ b/docs/remote-tech-jobs.md @@ -13,7 +13,8 @@ - http://github.com/remoteintech/remote-jobs - https://shieldgeo.com Shield GEO makes international employment simple. - https://www.deskhiker.com -- https://4dayweek.io/ Find a 4 day work week software job. +- https://4dayweek.io Find a 4 day work week software job. +- https://remotetechjobs.com 3000 active tech jobs on the site, excellent search-and-subscribe functionality, and 37 tech job categories. ## Kubernetes - [kube.careers](https://kube.careers/) Hand-picked Kubernetes jobs