In this tutorial, I will show you how to implement a real-time chat application with Laravel 5, PostgreSQL, and Pusher. Then we will deploy this application to Modulus together.
Category: Uncategorized
Groovy List Example
List is generally used as stack in software development world in order to push items in it for future use and to be able to fetch back in a desired way. In this tutorial, I will show you how to use Groovy list like a senior developer. I assume, you have already set up Groovy … Continue reading Groovy List Example
Groovy Map Example
In this tutorial, I will show you how to evaluate the power of Groovy maps. You will provided codes for each case and I assume that you have a little bit back ground about groovy. Let’s have a look at map concepts in groovy step by step together. 1. Map Declaration Maps are generally used … Continue reading Groovy Map Example
Real-Time Chat With Modulus and Node.js
In this tutorial, I will show you how to implement a real-time chat application with Node.js, Socket.IO and MongoDB, and then we will deploy this application to Modulus together.
Spring Data MongoDB REST Example
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