Category: Development
Vue Intro Article
A quick intro to Vue. If you are a jQuery fan I highly recommend looking into adding Vue to your developer toolbox. www.telerik.com/blogs/vue-for-jquery-developers
IEEE Top Programming Languages
Python, C and C++ top the list. Surprising to see PHP higher on the list than JavaScript. spectrum.ieee.org/at-work/innovation/the-2018-top-programming-languages
Typescript Popularity Increases
Typescript is a strongly typed JabaScript preprocessor. For complex applications it helps reduce errors, especially during refactoring.www.techrepublic.com/article/is-javascript-about-to-be-superseded-by-typescript/
Vue Datatable Example
An article about building a JavaScript JSON server and front-end Vue interface to display it. A great simple example for those interested in building pure JS web services. appdividend.com/2018/06/07/vue-datatable-component-example/