Application Security: Cross-site scripting (XSS)
Professional web development standards are very high nowadays. It doesn’t matter how big your team or budget. Application Security is extremely important for project of any size. Huge software...
View ArticleApplication Development: Babel transpiler to use ES6 today
ECMAScript 6 standard is coming. As a next generation of JavaScript, it would be the most significant change in front-end Application Development in near future. BTW, new official label of standard is...
View ArticleApplication Development: Vim as development environment
Vim [http://www.openvim.com/] is a successor of the ancient vi text editor, which was created as primary UNIX visual text editor several decades ago when computers were really big and expensive....
View ArticleApplication Development: Hapi.js is a professional node.js server framework
This month we created REST service as a project. Technical requirements were to use Hapi.js architecture [http://hapijs.com] to implement a solution. It’s a better alternative for well-known express...
View Article