From dbd142fb7a1625cf8f477e7e7495733b41f0e710 Mon Sep 17 00:00:00 2001 From: Robin Percy Date: Mon, 3 Feb 2020 06:30:07 +0000 Subject: [PATCH] Missed out decentralised. --- source/_posts/2019-12-09-web3-what-are-your-options.md | 2 +- source/_posts/2020-01-30-dapp-frontend-security.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_posts/2019-12-09-web3-what-are-your-options.md b/source/_posts/2019-12-09-web3-what-are-your-options.md index 026e8f0c..98ff942f 100644 --- a/source/_posts/2019-12-09-web3-what-are-your-options.md +++ b/source/_posts/2019-12-09-web3-what-are-your-options.md @@ -9,7 +9,7 @@ image: '/assets/images/web3-article-header.png' ![Web3.js](/assets/images/web3-article-header.png) -*This article is the first in my series of articles based on the frontend of the web. We'll look at [Web3.js](/news/2019/12/09/web3-what-are-your-options/) & accessing the Ethereum Blockchain client-side, [frontend security for DApps](/news/2020/01/30/dapp-frontend-security/), how WebAssembly has become the "4th language of the web", and we'll build a realtime Blockchain explorer app with Phoenix LiveView!* +*This article is the first in my series of articles based on the frontend of the decentralised web. We'll look at [Web3.js](/news/2019/12/09/web3-what-are-your-options/) & accessing the Ethereum Blockchain client-side, [frontend security for DApps](/news/2020/01/30/dapp-frontend-security/), how WebAssembly has become the "4th language of the web", and we'll build a realtime Blockchain explorer app with Phoenix LiveView!* To kick this article off, I first have to reaffirm, for those that aren't aware, I am not, and never have been, a ***lover*** of JavaScript. While my cool friends were off learning Node.js, and for some reason moving a scripting language to the backend, I was learning C and Go, Erlang and Distributed Systems. diff --git a/source/_posts/2020-01-30-dapp-frontend-security.md b/source/_posts/2020-01-30-dapp-frontend-security.md index 1356b9a0..68ac0f47 100644 --- a/source/_posts/2020-01-30-dapp-frontend-security.md +++ b/source/_posts/2020-01-30-dapp-frontend-security.md @@ -13,7 +13,7 @@ image: '/assets/images/web3-article-header.png' ## Introduction -*This article is the second in my series of articles based on the frontend of the web. We'll look at [Web3.js](/news/2019/12/09/web3-what-are-your-options/) & accessing the Ethereum Blockchain client-side, [frontend security for DApps](/news/2020/01/30/dapp-frontend-security/), how WebAssembly has become the "4th language of the web", and we'll build a realtime Blockchain explorer app with Phoenix LiveView!* +*This article is the second in my series of articles based on the frontend of the decentralised web. We'll look at [Web3.js](/news/2019/12/09/web3-what-are-your-options/) & accessing the Ethereum Blockchain client-side, [frontend security for DApps](/news/2020/01/30/dapp-frontend-security/), how WebAssembly has become the "4th language of the web", and we'll build a realtime Blockchain explorer app with Phoenix LiveView!* Working for a [security-focused company like Status](https://status.im/security/) means that security, in its many forms, is mentioned on a daily basis.