diff --git a/docs/devel-sites.md b/docs/devel-sites.md
index c8ee544a..91ee0138 100644
--- a/docs/devel-sites.md
+++ b/docs/devel-sites.md
@@ -1,9 +1,10 @@
# Websites for web developers
- [Introduction](#introduction)
- [Developer Tools](#developer-tools)
- - [Red Hat Software Collections and Red Hat Developer Toolset](#red-hat-software-collections-and-red-hat-developer-toolset)
+ - [Red Hat Software Collections and Red Hat Developer Toolset](#red-hat-software-collections-and-red-hat-developer-toolset)
- [AI Programming](#ai-programming)
- [No code tools](#no-code-tools)
+- [Images](#images)
- [Tweets](#tweets)
## Introduction
@@ -11,13 +12,15 @@
- https://drawkit.io Hand drawn illustrations.
- https://happyhues.com Superb colors palettes.
- https://svgporn.com High quality svg logos.
+- https://www.geeksforgeeks.org
- [El camino del Frontend Developer](https://github.com/mrcodedev/frontend-developer-resources) Recursos gratuitos para empezar a ser un Frontend Developer o ampliar conocimientos
- [python.plainenglish.io: 15 GitHub Repos That Every Developers Must Bookmark Right Now](https://python.plainenglish.io/15-github-repos-that-every-developers-must-bookmark-right-now-eee01db63977) Everything from Command Line (Linux), Python, Java, JavaScript, web development, and many more.
-- https://www.geeksforgeeks.org
- [dev.to: Top 3 sites for programmers](https://dev.to/why_and_how/top-3-sites-for-programmers-4bmc)
- [medium: 5 Programming Languages that will Die](https://medium.com/@lidiaaa08/5-programming-languages-that-will-die-1a4e40371a2e)
- [dev.to: Software Engineering Best Practices + The Best Resources to Saveπ](https://dev.to/alexomeyer/software-engineering-best-practices-useful-resources-c75)
- [makeuseof.com: The 5 Best Open-Source Webinar Software](https://www.makeuseof.com/best-open-source-webinar-software/)
+- [==dzone.com: Software Engineering Best Practices That High-Performing Teams Follow==](https://dzone.com/articles/software-engineering-best-practices-that-high-perf)
+- [geeksforgeeks.org: 7 Most In-Demand and High Paying Programming Jobs](https://www.geeksforgeeks.org/7-most-in-demand-and-high-paying-programming-jobs/)
## Developer Tools
- [dev.to: 15 Developer Tools to Make You Super Productive](https://dev.to/sourcegraph/15-developer-tools-to-make-you-super-productive-2g0a)
@@ -35,6 +38,13 @@
## No code tools
- [makerpad.co: The top 15 no-code tools and apps (2021)](https://www.makerpad.co/blog/the-top-15-no-code-tools-and-apps-2021)
+## Images
+??? note "Click to expand!"
+
+
+ [](https://dzone.com/articles/software-engineering-best-practices-that-high-perf)
+
+
## Tweets
Click to expand!
diff --git a/docs/devops.md b/docs/devops.md
index 75cee64c..0786b128 100644
--- a/docs/devops.md
+++ b/docs/devops.md
@@ -204,6 +204,7 @@
* [dev.to: DEV-OPS](https://dev.to/attaullahshafiq10/dev-ops-59dm)
* Its a culture, concept, process and approach that merges software requirement gathering, software development, testing, quality assurance, system configurations, product deployment and operations. Organizations building or improving software products are moving towards a DevOps approach where development, testing, security, quality assurance and operations are getting merged within a large team and those technical resources work side by side to achieve higher return on investment
* DevOps is one of the most broad topics within software dev because it lacks boundaries and limitations. Many technologies, tools, concepts, processes and ideas converge to give a good DevOps pipeline and DevOps process resulting in agile planning, continuous integration, continuous delivery, and high level monitoring of your enterprise level software systems. Hence, devops is not a single role or even a team's work that deals with all the technologies and processes. It a mixture of culture, traditions and process.
+* [==github.blog: 5 DevOps tips to speed up your developer workflow== π](https://github.blog/2021-11-30-5-devops-tips-to-speed-up-your-developer-workflow/) From learning YAML to scripting with Bash, here are a few simple tips for developers who want to speed up their workflows.
diff --git a/docs/golang.md b/docs/golang.md
index 43479e5e..d8d82ef4 100644
--- a/docs/golang.md
+++ b/docs/golang.md
@@ -34,6 +34,7 @@
- [go.dev: A new search experience on pkg.go.dev](https://go.dev/blog/pkgsite-search-redesign)
- [quii/learn-go-with-tests](https://github.com/quii/learn-go-with-tests) Learn Go with test-driven development
- [itnext.io: Go Does Not Need a Java Style GC](https://itnext.io/go-does-not-need-a-java-style-gc-ac99b8d26c60) Why does Go not need a fancy expensive garbage collector like Java and C#? - [erik-engheim.medium.com: Go Does Not Need a Java Style GC](https://erik-engheim.medium.com/go-does-not-need-a-java-style-gc-ac99b8d26c60)
+- [levelup.gitconnected.com: Generics in Go: Viva La Revolution!](https://levelup.gitconnected.com/generics-in-go-viva-la-revolution-e27898bf5495)
## Tutorials
- [==dev.to: Create a Restful API with Golang from scratch== π](https://dev.to/pacheco/create-a-restful-api-with-golang-from-scratch-42g2)
diff --git a/docs/images/devel_temp_solution.png b/docs/images/devel_temp_solution.png
new file mode 100644
index 00000000..0904e8ae
Binary files /dev/null and b/docs/images/devel_temp_solution.png differ
diff --git a/docs/images/devops_toolkit.jpg b/docs/images/devops_toolkit.jpg
new file mode 100644
index 00000000..cc48ad2c
Binary files /dev/null and b/docs/images/devops_toolkit.jpg differ
diff --git a/docs/images/hola_mundo.jpg b/docs/images/hola_mundo.jpg
new file mode 100644
index 00000000..93b8a1fb
Binary files /dev/null and b/docs/images/hola_mundo.jpg differ
diff --git a/docs/index.md b/docs/index.md
index f7485294..c95944d4 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -55,7 +55,7 @@ A curated list of awesome references collected since 2018. Microservices archite
## DevOps
- [DevOps π](devops.md)
- [Cheat Sheets π](cheatsheets.md)
-- [GitOps π](gitops.md)
+- [==GitOps== π](gitops.md)
- [MLOps](mlops.md)
- [Chaos Engineering](chaos-engineering.md)
## Security and DevSecOps. Container Security
@@ -79,7 +79,7 @@ A curated list of awesome references collected since 2018. Microservices archite
- [Kubernetes Operators and Controllers](kubernetes-operators-controllers.md)
- [Kubernetes Based Development](kubernetes-based-devel.md)
- [Kubernetes on premise](kubernetes-on-premise.md)
- - [Managed kubernetes in public clouds](managed-kubernetes-in-public-cloud.md)
+ - [==Managed kubernetes in public clouds==](managed-kubernetes-in-public-cloud.md)
- [Kubernetes Releases](kubernetes-releases.md)
- [Kubernetes Matrix Table π](matrix-table.md)
- [Kubernetes Alternatives](kubernetes-alternatives.md)
@@ -212,8 +212,8 @@ A curated list of awesome references collected since 2018. Microservices archite
[{: style="width:7%"}](https://www.youtube.com/user/GoAtlassian) [{: style="width:7%"}](https://www.youtube.com/channel/UCs5Y5_7XK8HLDX0SLNwkd3w) [{: style="width:7%"}](https://www.youtube.com/user/github) [{: style="width:7%"}](https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg) [{: style="width:7%"}](https://www.youtube.com/channel/UCp06FAzrFalo3txskS1gCfA) [{: style="width:7%"}](https://www.youtube.com/channel/UCin9nv7mUjoqrRiwrzS5UVQ) [{: style="width:7%"}](https://www.youtube.com/channel/UCY3YECgeBcLCzIrFLP4gblw) [{: style="width:7%"}](https://www.youtube.com/channel/UCNR05H72hi692y01bWaFXNA) [{: style="width:7%"}](https://www.youtube.com/user/officevideos) [{: style="width:7%"}](https://www.youtube.com/channel/UCpDojas1X9ccix4mxadabpw) [{: style="width:7%"}](https://www.youtube.com/channel/UCv9MUffHWyo2GgLIDLVu0KQ)
[{: style="width:7%"}](https://www.youtube.com/channel/UC7noUdfWp-ukXUlAsJnSm-Q/) [{: style="width:7%"}](https://www.youtube.com/user/SpringSourceDev) [{: style="width:7%"}](https://www.youtube.com/channel/UCaW8QG_QoIk_FnjLgr5eOqg) [{: style="width:7%"}](https://www.youtube.com/channel/UCcxTiKb1h2lY_gpTCDgXn1g) [{: style="width:7%"}](https://www.youtube.com/channel/UCocudCGVb3MmhWQ1aoIgUQw) [{: style="width:7%"}](https://www.youtube.com/user/SmartBearSoftware) [{: style="width:7%"}](https://www.youtube.com/user/artifrog) [{: style="width:7%"}](https://www.youtube.com/user/sonatype) [{: style="width:7%"}](https://www.youtube.com/channel/UCS5-gTYteN9rnFd98YxYtrA) [{: style="width:7%"}](https://www.youtube.com/user/ChromeDevelopers) [{: style="width:7%"}](https://www.youtube.com/channel/UCh5UlGiu9d6LegIeUCW4N1w)
[{: style="width:7%"}](https://www.youtube.com/channel/UCooRnlDz6VLAbFyKIChz4fg) [{: style="width:7%"}](https://www.youtube.com/channel/UCxObRDZ0DtaQe_cCP-dN-xg) [{: style="width:7%"}](https://www.youtube.com/channel/UCc-m3P54YDVTjtMUJlmAuow) [{: style="width:7%"}](https://www.youtube.com/user/MongoDB) [{: style="width:7%"}](https://www.youtube.com/channel/UCD78lHSwYqMlyetR0_P4Vig/) [{: style="width:7%"}](https://www.youtube.com/channel/UCmZz-Gj3caLLzEWBtbYUXaA) [{: style="width:7%"}](https://www.youtube.com/channel/UCud7fErZAyMC6lHT_cWZNfA) [{: style="width:7%"}](https://www.youtube.com/channel/UC3ywadaAUQ1FI4YsHZ8wa0g) [{: style="width:7%"}](https://www.youtube.com/channel/UCm63IQg81KP9vXRWSHQpu1w) [{: style="width:7%"}](https://www.youtube.com/channel/UCt7N400Z8gB_3yKq1qrjP2w) [{: style="width:7%"}](https://www.youtube.com/c/Portworx)
-[{: style="width:7%"}](https://www.youtube.com/c/Cloudacademy/videos) [{: style="width:7%"}](https://www.youtube.com/channel/UCp8lLM2JP_1pv6E0NQ38pqw) [{: style="width:7%"}](https://www.youtube.com/c/Devopsdotcom) [{: style="width:7%"}](https://www.youtube.com/user/xebialabs) [{: style="width:7%"}](https://www.youtube.com/channel/UCOnioSzUZS-ZqsRnf38V2nA) [{: style="width:7%"}](https://www.youtube.com/channel/UC5CMtpogD_P3mOoeiDHD5eQ) [{: style="width:7%"}](https://www.youtube.com/user/coursera) [{: style="width:7%"}](https://www.youtube.com/channel/UCSJbGtTlrDami-tDGPUV9-w) [{: style="width:7%"}](https://www.youtube.com/user/guru99com) [{: style="width:7%"}](https://www.youtube.com/user/intellipaaat) [{: style="width:7%"}](https://www.youtube.com/CodelyTV)
-[{: style="width:7%"}](https://www.youtube.com/channel/UCoOq-DtESvayx5yJE5H6-qQ) [{: style="width:7%"}](https://www.youtube.com/channel/UCtV2o3OvEH6U3DQ0-_7chNw) [{: style="width:7%"}](https://www.youtube.com/channel/UC5MNbTYRHSCu9vAki3z9SmA) [{: style="width:7%"}](https://www.youtube.com/c/PeladoNerd) [{: style="width:7%"}](https://www.youtube.com) [{: style="width:7%"}](https://www.youtube.com) [{: style="width:7%"}](https://www.youtube.com) [{: style="width:7%"}](https://www.youtube.com) [{: style="width:7%"}](https://www.youtube.com) [{: style="width:7%"}](https://www.youtube.com) [{: style="width:7%"}](https://www.youtube.com)
+[{: style="width:7%"}](https://www.youtube.com/c/Cloudacademy/videos) [{: style="width:7%"}](https://www.youtube.com/channel/UCp8lLM2JP_1pv6E0NQ38pqw) [{: style="width:7%"}](https://www.youtube.com/c/Devopsdotcom) [{: style="width:7%"}](https://www.youtube.com/user/xebialabs) [{: style="width:7%"}](https://www.youtube.com/channel/UCOnioSzUZS-ZqsRnf38V2nA) [{: style="width:7%"}](https://www.youtube.com/channel/UC5CMtpogD_P3mOoeiDHD5eQ) [{: style="width:7%"}](https://www.youtube.com/user/coursera) [{: style="width:7%"}](https://www.youtube.com/channel/UCSJbGtTlrDami-tDGPUV9-w) [{: style="width:7%"}](https://www.youtube.com/user/guru99com) [{: style="width:7%"}](https://www.youtube.com/user/intellipaaat) [{: style="width:7%"}](https://www.youtube.com/channel/UCtV2o3OvEH6U3DQ0-_7chNw)
+[{: style="width:7%"}](https://www.youtube.com/channel/UCoOq-DtESvayx5yJE5H6-qQ) [{: style="width:7%"}](https://www.youtube.com/channel/UCfz8x0lVzJpb_dgWm9kPVrw) [{: style="width:7%"}](https://www.youtube.com/channel/UC5MNbTYRHSCu9vAki3z9SmA) [{: style="width:7%"}](https://www.youtube.com/CodelyTV) [{: style="width:7%"}](https://www.youtube.com/c/PeladoNerd) [{: style="width:7%"}](https://www.youtube.com/channel/UC4FHiPgS1KXkUMx3dxBUtPg) [{: style="width:7%"}](https://www.youtube.com) [{: style="width:7%"}](https://www.youtube.com) [{: style="width:7%"}](https://www.youtube.com) [{: style="width:7%"}](https://www.youtube.com) [{: style="width:7%"}](https://www.youtube.com)