Entries from 2017-11-01 to 1 month

Comparing variables, functions and class in Rust and JavaScript

Before starting topic Targets of this article My experiences of Rust so far. Syntax Variable Example Function Example struct, impl (== class of JavaScript) Pros and cons Pros Cons Conclusion Resources Before starting topic I have just star…

Data flow of React and AngularJS

Targets of this article People who want to know what SPA is. want to know 2 types of data flow used by React and AngularJS. My experiences of those. First of all, I have been learning React recenly and I just know AngularJS a little but I …

OverView of async/await

Targets of this article People who know "Promise" of JavaScript. People who want to know better way of writing async function than "Promise". My experiences of "async/await" I like "Promises" of JavaScript because we can write async functi…