diff --git a/.gitignore b/.gitignore
index 4d00406..2130136 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,13 +13,13 @@ lib-cov
# Coverage directory used by tools like istanbul
coverage
-# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
+# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt
# node-waf configuration
.lock-wscript
-# Compiled binary addons (http://nodejs.org/api/addons.html)
+# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directory
diff --git a/README.md b/README.md
index 260e624..af2bfdb 100644
--- a/README.md
+++ b/README.md
@@ -124,7 +124,7 @@ Also a language's popularity has more
to do with the intellectual inertia people/companies have because
they allow existing (_legacy_) codebases to dictate future development;
i.e.
-[***sunk cost bias***](http://www.investopedia.com/terms/s/sunk-cost-trap.asp).
+[***sunk cost bias***](https://www.investopedia.com/terms/s/sunk-cost-trap.asp).
see: [dwyl/**learn-elixir#key-advantages**](https://github.com/dwyl/learn-elixir#**key-advantages**)
#### `Elixir` is `#2` in 2022
@@ -260,7 +260,7 @@ have their pros/cons.
The ***reason*** we like/use **`Postgres`**
is because the ***community*** is _superb_.
There is a great "_bank_" of _answered_ questions on
-[StackOverflow](http://stackoverflow.com/questions/tagged/postgresql)
+[StackOverflow](https://stackoverflow.com/questions/tagged/postgresql)
and new questions get answered _fast_.
## Operating System?
@@ -516,7 +516,7 @@ and _literally_ changed the industry!
![Steve Jobs introduces iphone](https://cloud.githubusercontent.com/assets/194400/22934275/4bc76090-f2c6-11e6-9b90-91226e39ea09.png)
The dominant/incumbent mobile phone maker **Nokia** had
-[***49% market share in 2007***](http://www.bbc.co.uk/news/technology-23947212)
+[***49% market share in 2007***](https://www.bbc.co.uk/news/technology-23947212)
_mocked_ Apple's lack of features, poor battery life and high price.
By 2013 Nokia had 3% Market Share (_for new device sales_) and was sold off "for parts" to Microsoft
while Apple was the [most valuable company](https://www.statista.com/statistics/263264/top-companies-in-the-world-by-market-value/)
@@ -746,4 +746,4 @@ and are confident that it will help us
achieve a specific end-goal,
then _please_ make the case for it.
- [![HitCount](https://hits.dwyl.com/dwyl/technology-stack.svg?style=flat-square)](http://hits.dwyl.com/dwyl/technology-stack)
+ [![HitCount](https://hits.dwyl.com/dwyl/technology-stack.svg?style=flat-square)](https://hits.dwyl.com/dwyl/technology-stack)
diff --git a/flutter.md b/flutter.md
index 21e1b2b..aade7cf 100644
--- a/flutter.md
+++ b/flutter.md
@@ -271,4 +271,4 @@ has overtaken `React Native`
in popularity:
https://survey.stackoverflow.co/2022/#section-most-popular-technologies-other-frameworks-and-libraries
-[![HitCount](https://hits.dwyl.com/dwyl/technology-stack-flutter.svg?style=flat-square)](http://hits.dwyl.com/dwyl/technology-stack)
+[![HitCount](https://hits.dwyl.com/dwyl/technology-stack-flutter.svg?style=flat-square)](https://hits.dwyl.com/dwyl/technology-stack)
diff --git a/legacy/README.md b/legacy/README.md
index 1d68172..851e6d8 100644
--- a/legacy/README.md
+++ b/legacy/README.md
@@ -55,13 +55,13 @@ We ***craft code*** to [***scratch our own itch***](https://github.com/dwyl/star
+ **Node.js** - the most popular JavaScript runtime for easily building fast,
~~scalable~~ simple network applications. Lightweight and efficient, perfect for
-data-intensive real-time apps. http://nodejs.org/
+data-intensive real-time apps. https://nodejs.org/
+ **Hapi.js** - A rich web framework for building applications and services.
https://github.com/dwyl/learn-hapi
+ **Socket.io** - a JavaScript library for realtime web applications.
It enables realtime, bi-directional communication between web clients and
server. Socket.io lets us send data to/from everyone connected to our app(s)
-without having to refresh the web page. http://socket.io/
+without having to refresh the web page. https://socket.io/
+ **Riot.js** - is the most ***light-weight*** user-interface (UI) framework
available which is compatible with IE 8/9 and has good
server-side rendering (*which means pages load faster for slow devices like budget smart phones*).
@@ -91,4 +91,4 @@ https://github.com/dwyl/learn-istanbul#tracking-coverage-as-a-service
https://github.com/dwyl/learn-codeclimate
- [![HitCount](https://hits.dwyl.com/dwyl/technology-stack-node.svg?style=flat-square)](http://hits.dwyl.com/dwyl/technology-stack)
+ [![HitCount](https://hits.dwyl.com/dwyl/technology-stack-node.svg?style=flat-square)](https://hits.dwyl.com/dwyl/technology-stack)