Is Phalcon really so good?

Phalcon recently gained a lot of popularity, all thanks to different approaches to the problem of applications performance. In short, they achieved what other tools are missing – really high level of efficiency in the processing code. Check out their official website for details. How does it look in practice? In fact, the results are very […]

Authentication in AngularJS (or similar) based application

Authentication in AngularJS (or similar) based application. AngularJS Software Development

Implementation of the concept described below and also a demo application is available here: https://github.com/witoldsz/angular-http-auth. Hello again, today I would like to write a little bit about how am I handling authentication in an application front-end running inside web browser, using AngularJS. Traditional server ‘login form’? Well… no, thank you. At the beginning, I did not […]