Wednesday, July 20, 2016

Testing Your Tests? Who Watches the Watchmen?

Regardless of whether you’re working for a big corporation, a startup, or just for yourself, unit testing is not only helpful, but often indispensable. We use unit tests to test our code, but what happens if our tests are wrong or incomplete? What can we use to test our tests? Who watches the watchmen? Enter […]

Continue reading %Testing Your Tests? Who Watches the Watchmen?%


by Claudio Ribeiro via SitePoint

Headstudio

We are a digital studio focusing on graphic design and web development.


by csreladm via CSSREEL | CSS Website Awards | World best websites | website design awards | CSS Gallery

Stella Guan Multimedia Designer

This is a beautifully designed full-screened portfolio website of designer Stella Guan


by csreladm via CSSREEL | CSS Website Awards | World best websites | website design awards | CSS Gallery

Green Forest Tours

A unique inspirational experience that invites you to discover different adventures and rides through emotions and ideas around the forest at Mazamitla, Mexico.


by csreladm via CSSREEL | CSS Website Awards | World best websites | website design awards | CSS Gallery

Küster Steuerberatung

opl-small

Beautiful big typography and spacious design in this One Pager for tax advisors 'Küster Steuerberatung'. The team section really sings on big screens with quality crisp images. Nice little x-factor with their logo as Ascii art in the source code. (Also added the team reference to our new Team Design Elements section)

by Rob Hope via One Page Love

A Single DIV

opl-small

Colorful experimental One Pager featuring very impressive CSS-only illustrations created by Lynn Fisher.

by Rob Hope via One Page Love

Authenticating Users via OAuth with Cordova and Ionic

Authenticating users to a service is an essential part of mobile apps. It allows you to ensure the correct users are accessing your service and enables you to personalize what you offer them. There are many authentication methods available, but authenticating users via OAuth is a long time favorite for developers. It's an open standard for authorization which allows users to sign in to applications using their accounts on other services (such as Facebook, Google etc) without giving the application access to any credentials. In this tutorial, I'll look at cordovaOAuth is an AngularJS extension which allows mobile developers to add Oauth authorization to their Cordova based apps as simple as possible.

Continue reading %Authenticating Users via OAuth with Cordova and Ionic%


by Jay Raj via SitePoint