It has been ‘bout a month using Vue.js on production level. I’ve used AnguarJS 1.x in first web development and work with React last 1 year. And first impression of Vue.js is, it is very easy to start on. Not because it has similarities with frameworks I’ve used, it has great document for beginners, and it is not fragmentized like React.
This is from the draft version of document I’ve written for my colleagues(python, javascript developers) who is first in golang, by planning to use it in our company products
Golang? Go, also known as Golang, is a computer programming language whose development began in 2007 at Google, and it was introduced to the public in 2009.
Few days ago, I read a blog post ‘Things I Don’t Know as of 2018’ written by Dan, and it has been a great motivation to tidy up what I have done, and what I know.
I subscribe several facebook pages and blog post about software engineering, and getting some information of new tech and trends every day.
This is summary which I presented in Lighting Talk on developer meeting.
Reactive programming is not a new thing. It is one of programming paradigms, oriented around data flows and the propagation of change. In reactive system, all of events inside applications are going through this stream, including request, data change, input event, and more.
One way to show your output as a developer, is releasing a module which offers specific function to help development. Most of modern programming language has its own package manager(Python-pip, Rust-cargo, Java-maven, …), so it helps to release and introduce your stuff and make it simple to be used by engineers.