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 3d7daa0d..aaea0abb 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 to backend security for web apps, how WebAssembly has become the "4th language of the web", and we'll build a realtime Blockchain explorer app in Phoenix LiveView!* +*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 to backend security for DApps, how WebAssembly has become the "4th language of the web", and we'll build a realtime Blockchain explorer app in 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-29-dapp-frontend-security.md b/source/_posts/2020-01-29-dapp-frontend-security.md index 8a6ef2d8..50504782 100644 --- a/source/_posts/2020-01-29-dapp-frontend-security.md +++ b/source/_posts/2020-01-29-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 to backend security for web apps, how WebAssembly has become the "4th language of the web", and we'll build a realtime Blockchain explorer app in Phoenix LiveView!* +*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 to backend security for DApps, how WebAssembly has become the "4th language of the web", and we'll build a realtime Blockchain explorer app in 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.