Skip to content

Commit

Permalink
Merge pull request #102 from Arhell/upd
Browse files Browse the repository at this point in the history
update links
  • Loading branch information
nelsonic authored Aug 20, 2022
2 parents d476c5e + d600095 commit 06a6b85
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -260,7 +260,7 @@ have their pros/cons. <br />
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?

Expand Down Expand Up @@ -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. <br />
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/)
Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion flutter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
6 changes: 3 additions & 3 deletions legacy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*).
Expand Down Expand Up @@ -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)

0 comments on commit 06a6b85

Please sign in to comment.