Tagged in

Technology

Bixlabs
Bixlabs
We work with startups & forward-thinking companies to build successful digital products. We leverage Latin American talent and latest technologies to build mobile and web applications. Let’s build better apps, together.
More information
Followers
122
Elsewhere
More, on Medium

OAuth 2 and OAuth Angular Client

OAuth 2.0 is the next evolution of the Oauth protocol which was originally created in late 2006.

OAuth 2.0 focuses on client developer simplicity while providing specific authorization flows for web applications, desktop applications, mobile…


Custom Validation on AngularJS forms

Angular provides validation directives for basic HTML5 inputs (required, pattern, minlength, maxlength, min, max). But from a personalized directive it is possible to add our own validation. In order to accomplish this, it is enough if you add a function in the…


AngularJS Controller As

AngularJS Controllers have some changes after version 1.2.

The developers are now able to use an alias for controllers in the DOM and to use the this keyboard to refer to the controller $scope object inside the controller code.


Just Another Workflow with Git

Gitflow is a really good and amazing way to use git, when you are a beginner you would believe is the best way to work, at that point, it actually is.

When you are starting to use git Gitflow really helps you understand the branch concept with their…