From ea258b9f2f1e65f0fb2db7a2229445892b3645ac Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Wed, 1 Dec 2021 20:56:59 +0100 Subject: [PATCH] 1st Dec --- docs/index.md | 2 +- docs/linux.md | 1 + docs/other-awesome-lists.md | 2 +- docs/performance-testing-with-jenkins-and-jmeter.md | 6 ++++++ docs/python.md | 1 + mkdocs.yml | 2 +- 6 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index a4e18305..a896e091 100644 --- a/docs/index.md +++ b/docs/index.md @@ -99,7 +99,7 @@ A curated list of awesome references collected since 2018. Microservices archite - [Git & Git Patterns. Trunk Devel, Git Flow & Feature Flags. Merge BOTs 🌟](git.md) ### Jenkins & CloudBees - [Jenkins & CloudBees 😀](jenkins.md) -- [Performance testing with Jenkins and JMeter or Gatling](performance-testing-with-jenkins-and-jmeter.md) +- [Performance testing with Jenkins, JMeter, Gatling, Azure Load Testing, etc](performance-testing-with-jenkins-and-jmeter.md) ### OpenShift Pipelines - [OpenShift Pipelines with Jenkins, Tekton and more... 🌟](openshift-pipelines.md) ### Jenkins Alternatives diff --git a/docs/linux.md b/docs/linux.md index 7f0c8cd6..16fb59c1 100644 --- a/docs/linux.md +++ b/docs/linux.md @@ -57,6 +57,7 @@ - [thevaluable.dev: A Vim Guide for Advanced Users](https://thevaluable.dev/vim-advanced/) - [redhat.com: Recursive Vim macros: One step further into automating repetitive tasks](https://www.redhat.com/sysadmin/recursive-vim-macros) Take Vim to the limit with recursive macros. - [openvim.com](https://openvim.com/) Interactive Vim tutorial for developers, sysadmins and Linux or Unix users. +- [levelup.gitconnected.com: Vim: A How-To Guide](https://levelup.gitconnected.com/vim-a-how-to-guide-55f63bfdcff) Key Techniques with Vim for Faster Programming ## Neovim - [neovim](https://neovim.io/) hyperextensible Vim-based text editor diff --git a/docs/other-awesome-lists.md b/docs/other-awesome-lists.md index 03137f03..e29fdeec 100644 --- a/docs/other-awesome-lists.md +++ b/docs/other-awesome-lists.md @@ -196,6 +196,6 @@ Click to expand!
- +
\ No newline at end of file diff --git a/docs/performance-testing-with-jenkins-and-jmeter.md b/docs/performance-testing-with-jenkins-and-jmeter.md index a123a29a..318c98d6 100644 --- a/docs/performance-testing-with-jenkins-and-jmeter.md +++ b/docs/performance-testing-with-jenkins-and-jmeter.md @@ -7,6 +7,7 @@ - [API Load Testing](#api-load-testing) - [Gatling and Maven](#gatling-and-maven) - [Jenkins & Gatling](#jenkins--gatling) +- [Azure Load Testing Service](#azure-load-testing-service) - [Alternatives](#alternatives) ## Introduction @@ -75,6 +76,11 @@ * [plugins.jenkins.io: gatling](https://plugins.jenkins.io/gatling/) * [medium.com: Pipeline Performance Testing with Jenkins and Gatling](https://medium.com/thepeg/pipeline-performance-testing-with-jenkins-and-gatling-b7b762274680) +## Azure Load Testing Service +- [docs.microsoft.com: Azure Load Testing](https://docs.microsoft.com/azure/load-testing/) +- [azure.microsoft.com: Introducing Azure Load Testing: Optimize app performance at scale](https://azure.microsoft.com/en-us/blog/introducing-azure-load-testing-optimize-app-performance-at-scale/) +- [venturebeat.com: Microsoft launches fully managed Azure Load Testing service](https://venturebeat.com/2021/11/30/microsoft-launches-fully-managed-azure-load-testing-service/) + ## Alternatives * [webpagetest.org](https://webpagetest.org/) * [devops.com: Catchpoint to Acquire Webpagetest.org](https://devops.com/catchpoint-to-acquire-webpagetest-org/) diff --git a/docs/python.md b/docs/python.md index c052b32f..8b569d13 100644 --- a/docs/python.md +++ b/docs/python.md @@ -175,6 +175,7 @@ - [tusharsrivastava.hashnode.dev: Handling text files in python - an easy guide for beginners](https://tusharsrivastava.hashnode.dev/handling-text-files-in-python-an-easy-guide-for-beginners) - [medium: A Simple Guide to Handle Text Files in Python | Andreas Soularidis](https://medium.com/@andreas.soularidis/a-simple-guide-to-handle-text-files-in-python-cd8a1a33ecaf) - [blog.varunsingh.in: 5 Python Tricks That Made Me A Good Python Developer](https://blog.varunsingh.in/5-python-tricks-that-made-me-a-good-python-developer) +- [makeuseof.com: 11 Useful Python One-Liners You Must Know](https://www.makeuseof.com/useful-python-one-liners-you-must-know/) Python One-Liners can help you perform complex tasks with just one line of Python code. Here are some of the most useful ones to know! ## PHP vs Python - [geekflare.com: PHP vs Python: A Comprehensive Comparison](https://geekflare.com/php-vs-python-comparison) diff --git a/mkdocs.yml b/mkdocs.yml index 0f210106..f4f15399 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -133,7 +133,7 @@ nav: - Git & Git Patterns. Trunk Devel, Git Flow & Feature Flags. Merge BOTs: git.md - Jenkins & Cloudbees: jenkins.md - OpenShift Pipelines with Jenkins, Tekton and more...: openshift-pipelines.md - - Performance testing with Jenkins and JMeter or Gatling : performance-testing-with-jenkins-and-jmeter.md + - Performance testing with Jenkins, JMeter, Gatling, Azure Load Testing, etc: performance-testing-with-jenkins-and-jmeter.md - Jenkins Alternatives for Continuous Integration: jenkins-alternatives.md - Toolchain: - Container Runtimes/Managers & Base Images. Podman, Buildah & Skopeo: container-managers.md