From 1fa33055b48f67847e2f7286035536b27444dcd0 Mon Sep 17 00:00:00 2001 From: Josh Crozier Date: Fri, 28 Dec 2018 18:53:13 -0500 Subject: [PATCH 1/2] Add sites: Regex101.com, CodePen.io, PingMe.io, and Google Lighthouse Tool --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a41ac84..02df96b 100644 --- a/README.md +++ b/README.md @@ -312,6 +312,7 @@ Before add pull request please see **[this](https://github.com/trimstray/the-boo   :small_orange_diamond: Network-Tools - network tools for webmasters, IT technicians & geeks.
  :small_orange_diamond: URL Encode/Decode - tool from above to either encode or decode a string of text.
  :small_orange_diamond: Uncoder - the online translator for search queries on log data.
+  :small_orange_diamond: Regex101 - online regex tester and debugger: PHP, PCRE, Python, Golang and JavaScript.
  :small_orange_diamond: RegExr - online tool to learn, build, & test Regular Expressions (RegEx / RegExp).
  :small_orange_diamond: Hardenize - deploy the security standards.
  :small_orange_diamond: VirusTotal - analyze suspicious files and URLs to detect types of malware.
@@ -323,6 +324,7 @@ Before add pull request please see **[this](https://github.com/trimstray/the-boo   :small_orange_diamond: ShellCheck - finds bugs in your shell scripts.
  :small_orange_diamond: explainshell - get interactive help texts for shell commands.
  :small_orange_diamond: jsbin - live pastebin for HTML, CSS & JavaScript and more.
+  :small_orange_diamond: CodePen - is a social development environment for front-end designers and developers.
  :small_orange_diamond: PHP Sandbox - test your PHP code with this code tester.
  :small_orange_diamond: Repl.it - an instant IDE to learn, build, collaborate, and host all in one place.

@@ -334,7 +336,9 @@ Before add pull request please see **[this](https://github.com/trimstray/the-boo   :small_orange_diamond: Sucuri loadtimetester - test here the performance of any of your sites from across the globe.
  :small_orange_diamond: Pingdom Tools - analyze your site’s speed around the world.
+  :small_orange_diamond: PingMe.io - run website latency tests across multiple geographic regions.
  :small_orange_diamond: PageSpeed Insights - analyze your site’s speed and make it faster.
+  :small_orange_diamond: Google Lighthouse Tool - analyzes web apps and web pages, collecting modern performance metrics and insights on developer best practices.

##### :black_small_square: Mass scanners (search engines) From 5e9b7c064085a9e67734f11e18332fe3c3dc4385 Mon Sep 17 00:00:00 2001 From: "@trimstray" Date: Sat, 29 Dec 2018 09:27:15 +0100 Subject: [PATCH 2/2] replaced Lighthouse to web.dev (hosted version) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02df96b..4673b2c 100644 --- a/README.md +++ b/README.md @@ -338,7 +338,7 @@ performance of any of your sites from across the globe.
  :small_orange_diamond: Pingdom Tools - analyze your site’s speed around the world.
  :small_orange_diamond: PingMe.io - run website latency tests across multiple geographic regions.
  :small_orange_diamond: PageSpeed Insights - analyze your site’s speed and make it faster.
-  :small_orange_diamond: Google Lighthouse Tool - analyzes web apps and web pages, collecting modern performance metrics and insights on developer best practices.
+  :small_orange_diamond: web.dev - helps developers like you learn and apply the web's modern capabilities to your own sites and apps.

##### :black_small_square: Mass scanners (search engines)