In this tutorial, I will show you how to develop a RESTful web application by using Spring and MongoDB without implementing boring uniform controllers.
Mastering AngularJS Directives
Directives are one of the most powerful components of AngularJS, helping you extend basic HTML elements, create reusable and testable code. In this tutorial, I will show you how to use AngularJS directives with real-life best practices.
HTTP Mock Testing in NodeJS
Software testing is one of the fundamental concepts of clean code development. If you write testable code, your code will be clean automatically. In this tutorial, we will talk about how to write tests for code that uses HTTP operations in NodeJS.
Token-Based Authentication With AngularJS & NodeJS
Authentication is one of the most important parts of any web application. In this tutorial, we’ll be discussing token-based authentication systems and how they differ from traditional login systems.
RESTful API Design With NodeJS & Restify
An API is used to provide set of functionalities to the consumer in order to access data or features of the current system or application. The RESTful API is the API that is mapped to the HTTP protocol. In this tutorial, you will learn the principles of RESTful API design, and see a working demo … Continue reading RESTful API Design With NodeJS & Restify
How to Create Instagram App for Your Website
This tutorial is about creating Instagram app for your website. You can create your own instagram app for your website login by following this step-by-step tutorial. 1. Go to http://instagram.com/developer/clients/register/ and enter required information like below; 2. Grab CLIENT ID, CLIENT SECRET after click Register
How to Create VKontakte App for Your Website
This tutorial is about creating VKontakte app for your website. You can create your own vkontakte app for your website login by following this step-by-step tutorial. 1. Go to https://vk.com/editapp?act=create and enter required fields as below 2. When you click Connect Site You will be prompted for activation code sending like below; 3. Click Settings … Continue reading How to Create VKontakte App for Your Website
How to Create Tumblr App for Your Website
This tutorial is about creating Tumblr app for your website. You can create your own tumblr app for your website login by following this step-by-step tutorial. 1. Go to https://www.tumblr.com/oauth/register and enter required informations as below; 2. Click Register and grab your Consumer Key, Secret Key
How to Create Github App for Your Website
This tutorial is about creating Github app for your website. You can create your own github app for your website login by following this step-by-step tutorial. 1. Go to https://github.com/settings/applications/new and enter required fields as shown below 2. Click Register application and grab Client ID, Client Secret
How to Create Foursquare App for Your Website
This tutorial is about creating Foursquare app for your website. You can create your own foursquare app for your website login by following this step-by-step tutorial. 1. Go to https://foursquare.com/developers/apps and click CREATE A NEW APP 2. Enter some required information in the form as below 3. Grab Client id and Client secret after Save … Continue reading How to Create Foursquare App for Your Website