eshaiju.in eshaiju.in

ESHAIJU.IN

Shaiju E. ROR developer

Personal website

http://www.eshaiju.in/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR ESHAIJU.IN

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.6 out of 5 with 13 reviews
5 star
2
4 star
6
3 star
4
2 star
0
1 star
1

Hey there! Start your review of eshaiju.in

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.8 seconds

FAVICON PREVIEW

  • eshaiju.in

    16x16

  • eshaiju.in

    32x32

  • eshaiju.in

    64x64

CONTACTS AT ESHAIJU.IN

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Shaiju E. ROR developer | eshaiju.in Reviews
<META>
DESCRIPTION
Personal website
<META>
KEYWORDS
1 html5
2 css3
3 design
4 animations
5 designer
6 portfolio
7 web design
8
9 coupons
10 reviews
CONTENT
Page content here
KEYWORDS ON
PAGE
menu,about me,shaiju e,skills,ruby,ruby on rails,spree,refinery cms,html,javascript,jquery,sass,mysql,redis,portfolio,zoom,contact info,send mail,linkedin,facebook
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Shaiju E. ROR developer | eshaiju.in Reviews

https://eshaiju.in

Personal website

SUBDOMAINS

tech.eshaiju.in tech.eshaiju.in

Rails Kitchen

Its a place to write on stuff I learned recently. Profile API Endpoints Using Rack-mini-profiler. Is a great tool for fine tuning our Ruby on Rails application. This gem will show all information about the queries in the web page we are loading. By checking this list, we can understand which part of our code takes the longest time and optimize that part of code. Following are the steps that I did to profile API request. 1- Make an API request using Postman or another client. Hope you enjoyed my slides.

LINKS TO THIS WEBSITE

tech.eshaiju.in tech.eshaiju.in

Blog Archive - Rails Kitchen

http://tech.eshaiju.in/blog/archives

Its a place to write on stuff I learned recently. Profile API Endpoints Using Rack-mini-profiler. Posted in Ruby On Rails. Posted in Ruby On Rails. Rails 5 ‘Belongs to’ Associations Default to Required True. Posted in Rails 5. APIPI Dumping Examples Into Apipie examples File. Posted in Ruby On Rails. Camaleon CMS - Wordpress Alternative Built in Ruby on Rails 4. Posted in Ruby On Rails. Create Rails Application From Edge Version – 5.0.0.beta1.1. Posted in Ruby On Rails. Posted in Ruby On Rails. Apipie-ra...

tech.eshaiju.in tech.eshaiju.in

Profile API Endpoints Using Rack-mini-profiler - Rails Kitchen

http://tech.eshaiju.in/blog/2016/02/25/profile-api-endpoints-using-rack-mini-profiler

Its a place to write on stuff I learned recently. Profile API Endpoints Using Rack-mini-profiler. Is a great tool for fine tuning our Ruby on Rails application. This gem will show all information about the queries in the web page we are loading. By checking this list, we can understand which part of our code takes the longest time and optimize that part of code. Following are the steps that I did to profile API request. 1- Make an API request using Postman or another client. Posted by Shaiju E. Enter you...

tech.eshaiju.in tech.eshaiju.in

slide-Active Record Basics - Rails Kitchen

http://tech.eshaiju.in/blog/2016/02/16/slide-active-record-basics

Its a place to write on stuff I learned recently. In my current company Ruby Software Pvt.Ltd. I gave a session on Active Record Basics to New joiners. The primary goal of this session to give an introduction to active record basics and make them do basic CRUD operation using AR. The slides of the session is available below. Hope you enjoyed my slides. Posted by Shaiju E. Laquo; Rails 5 'belongs to' associations default to required true. Profile API endpoints Using rack-mini-profiler ».

tech.eshaiju.in tech.eshaiju.in

About - Rails Kitchen

http://tech.eshaiju.in/about

Its a place to write on stuff I learned recently. Ruby on Rails Developer, Open source enthusiast and hardcore Chelsea Fc Fan. Profile API Endpoints Using Rack-mini-profiler. Rails 5 'Belongs to' Associations Default to Required True. APIPI Dumping Examples Into Apipie examples File. Camaleon CMS - Wordpress Alternative Built in Ruby on Rails 4. Create Rails Application From Edge Version - 5.0.0.beta1.1. Travis Ci Integration - Step by Step Tutorial. Slide - Playing With Active Record Migrations.

tech.eshaiju.in tech.eshaiju.in

Rails Kitchen

http://tech.eshaiju.in/blog/page/2

Its a place to write on stuff I learned recently. Rspec Run Specific Set of Tests Using –tag Option. In my current project I wanted to avoid running a few set of slow tests every time. Tagging feature in rspec allow us to filter the examples to be run by tag. Tags can also be used to exclude examples by adding a before the tag. For example tag will exclude all examples marked with :tag = true and tag:value will exclude all examples marked with :tag = value. Describe "group with tagged specs" do. Implemen...

tech.eshaiju.in tech.eshaiju.in

APIPI Dumping Examples Into Apipie_examples File - Rails Kitchen

http://tech.eshaiju.in/blog/2016/02/15/apipi-dumping-examples-in-to-apipie-examples-file

Its a place to write on stuff I learned recently. APIPI Dumping Examples Into Apipie examples File. Is a DSL and Rails engine for documenting your RESTful API. In older versions of apipi-rails we can dump all our exapmles in to apipie examples.yml. File From apipie-rails 0.2.0 onwards format of storing examples changed from YAML to JSON: the default location is at doc/apipie examples.json. Malayalam Comedy Stage Show :. Https:/ www.youtube.com/watch? Https:/ www.youtube.com/watch? Posted by Shaiju E.

tech.eshaiju.in tech.eshaiju.in

Slide - an Introduction to Ruby on Rails - Rails Kitchen

http://tech.eshaiju.in/blog/2015/07/02/slide-an-introduction-to-ruby-on-rails

Its a place to write on stuff I learned recently. Slide - an Introduction to Ruby on Rails. In my current company Ruby Software Pvt.Ltd. I gave a session on Ruby on Rails to New joiners. The primary goal of this session to give an introduction about Ruby on Rails Framework and make them do a sample application from scratch. The slides of the session is available below. Hope you enjoyed my slides. Posted by Shaiju E. Laquo; Rspec Run specific set of tests using - tag option.

tech.eshaiju.in tech.eshaiju.in

Rails 5 'Belongs_to' Associations Default to Required True - Rails Kitchen

http://tech.eshaiju.in/blog/2016/02/15/rails-5-belongs-to-associations-default-to-required-true

Its a place to write on stuff I learned recently. Rails 5 'Belongs to' Associations Default to Required True. 500beta2 version is released. One of the changes I noticed is belongs to. Associations by default required is true, that means if you create an object by setting foreign key to be nil it will throw a must exist. Validation error. This change will have some impact if you are migrating an existing rails 4 application in to rails 5 and foreign key is not mandatory in your application. You can turn o...

tech.eshaiju.in tech.eshaiju.in

Camaleon CMS - Wordpress Alternative Built in Ruby on Rails 4 - Rails Kitchen

http://tech.eshaiju.in/blog/2016/02/08/camaleon-cms-new-ruby-on-rails-cms-framework

Its a place to write on stuff I learned recently. Camaleon CMS - Wordpress Alternative Built in Ruby on Rails 4. Is a free and Open source Content Management System developed on Ruby on Rails 4 which was released 6 months back. This CMS is an alternative to wordpress for Ruby on Rails developers to manage advanced contents easily. Within 6 months of release, this project has 713. Stars , 114. Forks in github and also have 16. Let’s have a look at its features. Nice Design and UX. Camaleon CMS include a l...

UPGRADE TO PREMIUM TO VIEW 6 MORE

TOTAL LINKS TO THIS WEBSITE

15

SOCIAL ENGAGEMENT



OTHER SITES

eshahua.net eshahua.net

易沙网--中国沙画视频服务平台

Middot; 第二届 龙文杯 中国沙画艺术创意大师赛公告. 公司名称 易沙信息技术有限公司 地址 内蒙古呼和浩特新城区农业大厦428室.

eshahungary.hu eshahungary.hu

Címlap

Publikálási dátum: 2014. december 09. (kedd). Írta: Dr.Ács Katalin. A jövő generációja már a szűk az ország-kereteken túllépő, európai dimenziókban gondolkodó és élő környezetbe nő fel ezt a gondolkodásmódot az iskola is átveszi és erre nevel, ha a jövőre kívánja diákjait felkészíteni. Ennek felismeréséből fogant a gondolat, hogy helyes lenne, ha a különböző tagországok középiskoláinak igazgatói szorosabb kapcsolatokat építenének ki egymással. Az ESHA szervezete tevékenyebben részt kíván venni az igazgat...

eshahwrites.com eshahwrites.com

Elizabeth Shah

Writing. Consulting. Visuality. Theme by Theme Trust.

eshai.ho-me.sg eshai.ho-me.sg

Unconfigured Site

No match was found. Domain is not configured. If you are seeing this and did configure, or start using this domain for a website, please check back as it may take a few hours to become fully active as domains take time to propagate. Counters / Site Stats. Build a Subcriber List. Make Money with Bravenet.

eshaiapoolservice.com eshaiapoolservice.com

www.eshaiapoolservice.com

Notice: This domain name expired on 06/30/15 and is pending renewal or deletion. This domain registration expired on 06/30/2015. Do you own this domain? Use of this Site is subject to express Terms of Use. By using this Site, you signify that you agree to be bound by these Terms of Use. Which were last revised on.

eshaiju.in eshaiju.in

Shaiju E. ROR developer

Please wait couple seconds. Shaiju E Ruby On Rails Developer. My name is Shaiju. I am a Ruby on Rails Developer, Open source enthusiast and hardcore Chelsea Fc Fan!

eshaiker.com eshaiker.com

Hosted By One.com | Webhosting made simple

Domain and Cheap Web Hosting by One.com. Eshaiker.com is hosted by One.com. Web hosting and domain by One.com. Affordable web hosting and domain plans available at One.com. Build your own website with Website Builder or choose a 1-click blog installation. Whatever you choose, One.com. Is dedicated to our customers' satisfaction with 24/7 chat support.

eshail.com eshail.com

eshail.com

eshailsat.qa eshailsat.qa

Es'hailSat ::: Qatar Satellite Company

Content on this page requires a newer version of Adobe Flash Player. Welcome to Es'hailSat The Qatar Satellite Company. Al Jazeera Media Network is switching from Arabsat to Es'hailsat. From January 1st 2015 the channels will no longer be on Arabsat. Please tune your receiver now to Frequency 11604. Come and see us at ITU Telecom World in Doha from 7-10 December 2014. Stand 7510-2. To arrange a meeting. Qatar’s First Space Engineers. Posted by Thani Ali Al Malki.

eshain.com eshain.com

韦德国际娱乐-最新的版本《韦德娱乐平台》韦德1946推荐

Date:2016/11/20 Catalog:分类:韦德娱乐平台 Tags: 韦德娱乐平台. 云付通 运营非常 韦德1946 消费返利模式引争议. Date:2016/11/20 Catalog:分类:韦德1946 Tags: 韦德1946. 原题目 云付通“运营非常”消费返利模式引争议. 以“消费全返”为标语的“消费金融立异者”云领与正向天下招募会员战合股人。 其“愿景”是正在将来10年时间内将助助1000家企业真隐千亿级营收,1万家企业真隐百亿营收且成为“让世界的中国金融企业&. Date:2016/11/20 Catalog:分类:韦德1946 Tags: 韦德1946. Date:2016/11/20 Catalog:分类:韦德1946 Tags: 韦德1946. 焦点提醒 尽管3D打印手艺始终被誉为“将来的科技”,可是它对付咱们去钻研已往也是一个很好的东西。 Date:2016/11/20 Catalog:分类:韦德1946 Tags: 韦德1946. Date:2016/11/20 Catalog:分类:韦德1946 Tags: 韦德1946. 18 Walle Build 100427.

eshaina.com eshaina.com

New Document