diff --git a/docs/ocp3.md b/docs/ocp3.md
index b61b5845..5a3228e0 100644
--- a/docs/ocp3.md
+++ b/docs/ocp3.md
@@ -88,6 +88,8 @@
- [Source-to-Image (S2I)](https://docs.openshift.com/container-platform/3.11/creating_images/s2i.html#creating-images-s2i) is a tool for building reproducible, Docker-formatted container images. It produces ready-to-run images by **injecting application source into a container image and assembling a new image**. The new image incorporates the base image (the builder) and built source and is ready to use with the docker run command. S2I supports incremental builds, which re-use previously downloaded dependencies, previously built artifacts, etc.
## Videos
+
+ Click to expand!
@@ -98,4 +100,4 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/docs/ocp4.md b/docs/ocp4.md
index 6880bebb..8b0c4c20 100644
--- a/docs/ocp4.md
+++ b/docs/ocp4.md
@@ -723,6 +723,8 @@ oc login
- [infoq.com: IBM, Red Hat and Cobuilder Develop OpenBuilt, a Platform for the Construction Industry](https://www.infoq.com/news/2021/04/ibm-redhat-openbuilt/)
## Slides
+
+ Click to expand!
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/docs/openshift-pipelines.md b/docs/openshift-pipelines.md
index 1338688c..51d7a2e5 100644
--- a/docs/openshift-pipelines.md
+++ b/docs/openshift-pipelines.md
@@ -136,6 +136,8 @@
* [tekline 🌟](https://github.com/joyrex2001/tekline) tekline is a tekton delegated-pipeline to enable a bring-your-own pipeline configuration.
## Slides
+
+ Click to expand!
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/docs/qa.md b/docs/qa.md
index 7d0c9f9e..90787e0f 100644
--- a/docs/qa.md
+++ b/docs/qa.md
@@ -6,6 +6,7 @@
- [Performance Testing](#performance-testing)
- [Kubernetes conformance testing tools](#kubernetes-conformance-testing-tools)
- [Codeless Automation Testing](#codeless-automation-testing)
+- [Tweets](#tweets)
## QA
* [Awesome Test Automation](https://github.com/atinfo/awesome-test-automation)
@@ -77,9 +78,14 @@ the #1 test automation community.
- [botplayautomation.com: Benefits of Codeless (no code) Automation Testing](https://www.botplayautomation.com/post/benefits-of-codeless-automation-testing)
-
If your code has no tests, then:
- it is not clean - it is not complete - it is not correct - it is not documented - it is not verified - it is not working
+
+
\ No newline at end of file
diff --git a/docs/remote-tech-jobs.md b/docs/remote-tech-jobs.md
index f36d2db4..2f94fed7 100644
--- a/docs/remote-tech-jobs.md
+++ b/docs/remote-tech-jobs.md
@@ -1,4 +1,10 @@
# Remote Tech Jobs
+- [Introduction](#introduction)
+- [Remote Jobs](#remote-jobs)
+- [Kubernetes](#kubernetes)
+- [Spain](#spain)
+- [Tweets](#tweets)
+## Introduction
- [theatlantic.com: Why Managers Fear a Remote-Work Future](https://www.theatlantic.com/ideas/archive/2021/07/work-from-home-benefits/619597/) Like it or not, the way we work has already evolved.
- [esquire.com: ](https://www.esquire.com/es/trabajo/a37314227/teletrabajo-volver-oficina/) ¿Por qué tu empresa no quiere que teletrabajes?
@@ -22,6 +28,11 @@
- https://github.com/remote-es/remotes This is a repository listing companies which offer full-time remote jobs with Spanish contracts
- https://bcneng.net
+## Tweets
+
+ Click to expand!
+
Every company that has told their employees they need to come back into the office is in for a rough surprise.
PSA: Your entire eng teams are hunting for new remote jobs and not telling you they’ll be leaving soon.
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/docs/sre.md b/docs/sre.md
index fdde83b0..3082dd1e 100644
--- a/docs/sre.md
+++ b/docs/sre.md
@@ -3,6 +3,8 @@
- [SRE Tools](#sre-tools)
- [Service Level Objectives (SLO)](#service-level-objectives-slo)
- [OpenSLO](#openslo)
+- [Videos](#videos)
+- [Tweets](#tweets)
## SRE
- [wikipedia: Site Reliability Engineering](https://en.wikipedia.org/wiki/Site_Reliability_Engineering)
- [sre.google: What is Site Reliability Engineering (SRE)? 🌟](https://sre.google/)
@@ -58,10 +60,24 @@
[](https://devops.com/sre-devops-cloud-native-server-cage-match/)
[](https://devops.com/site-reliability-engineering-101-devops-versus-sre/)
+
+## Videos
+
+ Click to expand!
+
+
-
Is it hard to find SREs? Dell: Developers do a good job as SREs because they know what exactly is happening. At the same time, we are also thinking about how we can have a developer rotation model too; essentially a rotation policy which is a learning process for us.
\ No newline at end of file
+
+
+
+## Tweets
+
+ Click to expand!
+
+
+
Is it hard to find SREs? Dell: Developers do a good job as SREs because they know what exactly is happening. At the same time, we are also thinking about how we can have a developer rotation model too; essentially a rotation policy which is a learning process for us.
+
+
\ No newline at end of file
diff --git a/docs/visual-studio.md b/docs/visual-studio.md
index 5f5db65a..ab191634 100644
--- a/docs/visual-studio.md
+++ b/docs/visual-studio.md
@@ -20,6 +20,7 @@
- [Alternatives](#alternatives)
- [Online VSCode](#online-vscode)
- [Videos](#videos)
+- [Tweets](#tweets)
## VSCode
* [code.visualstudio.com: Visual Studio Code](https://code.visualstudio.com/)
@@ -200,6 +201,8 @@ A simple extension to make indentation more readable
- [github1s.com 🌟](https://github1s.com/) One second to read GitHub code with VS Code.
## Videos
+
+ Click to expand!
@@ -209,7 +212,13 @@ A simple extension to make indentation more readable
+
+
+## Tweets
+
+ Click to expand!
Did you know, you can have project specific user settings in VS Code?
I certainly didn’t, but I needed to make some tweaks for a better live coding experience for workshop attendees.
Create a .vscode folder in your project then add settings.json in there.
+
\ No newline at end of file
diff --git a/docs/workfromhome.md b/docs/workfromhome.md
index df978710..1d2bc0b7 100644
--- a/docs/workfromhome.md
+++ b/docs/workfromhome.md
@@ -1,4 +1,11 @@
# Work From Home
+- [Introduction](#introduction)
+- [Tools recommended by Forbes](#tools-recommended-by-forbes)
+- [Alternatives](#alternatives)
+- [More Tools](#more-tools)
+- [Tips](#tips)
+- [Tweets](#tweets)
+## Introduction
- [forbes.com: 5 Essential Coronavirus Work From Home Tech Tips](https://www.forbes.com/sites/tjmccue/2020/03/13/5-essential-coronavirus-work-from-home-tech-tips/)
- [dzone: How DevOps Teams Can Switch to Remote Work](https://dzone.com/articles/effective-transition-to-remote-working-for-devops)
- [enterprisersproject.com: Remote work: 10 tips to be a better virtual collaborator](https://enterprisersproject.com/article/2021/2/remote-work-virtual-collaboration-best-practices) Mismatched expectations, poor tools, or even bad manners can hurt virtual collaboration. Consider these remote working best practices for leaders and colleagues.
@@ -28,6 +35,11 @@
## Tips
* [opensource.com: 10 tips for maintaining a DevOps mindset for distributed teams](https://opensource.com/article/20/6/devops-mindset) You can do DevOps while working from home; it's all about the right approach.
+## Tweets
+
+ Click to expand!
+
I consume so much information and content, and I find it really important to come back to the things I learn.
I take notes manually on videos and paper books, and I use @readwiseio's supplemental notes to double check my own. I use instapaper to highlight stuff online.