While learning AngularJS to make a single page app using Rails4, I found some good videos and blogs. However, I did not find any simple example for CRUD operations that made me easily understand the integration between Rails4 and AngularJS. So in this tutorial post, I explain how to create basic CRUD operation using Rails4 … Continue reading Want To Build Web Apps With Rails4 & AngularJS In 15 Minutes? Here’s How!
Category: Tutorials
How To Implement Rails APIs Like A Pro
Today, a web-portal that does not support APIs is not even considered a web portal! This post explains how we can implement Rails APIs in our application. It talks about API keys, API versioning and authentication techniques.
Let’s Have Some Fun With Gmail & Go
We shall build a fun Go app that accepts city names from a user and displays the current weather forecast in those cities, to the user. In a previous article we learned how to use The Google Geocoding API in Go. Here too, we shall use Geocoding to help us convert addresses (like "1600 Amphitheatre … Continue reading Let’s Have Some Fun With Gmail & Go
