Eyüp Atiş

I’m a full stack engineer from Istanbul. This blog is generally about web technologies.

Jun 27, 2021

Serve Webflow Pages On The Same Subdomain With Rails App

Background Webflow is a no-code web design and development platform. You can use it to serve your static pages like marketing and landing pages. Most of the CMS tools are...

May 17, 2021

How to Decrease Heroku Slug Size: WKHTMLTOPDF Edition

Note: You can read the post build clean buildpack edition of “How to Decrease Heroku Slug Size” series here. tl;dr Use wkhtmltopdf-heroku instead of wkhtmltopdf-binary on production environment. You can...

May 17, 2021

How to Decrease Heroku Slug Size: Post Build Clean Buildpack Edition

Note: You can read the wkhtmltopdf edition of “How to Decrease Heroku Slug Size” series here. Heroku is a platform as a service tool where you can host your websites...

May 9, 2021

Migrating Octopress Blog to Jekyll and Serving It with Github Pages

Hello everyone, In the past, I’ve built my personal blog with Octopress. It was a very good option at that point, but after some time, project is abandoned and not...

Dec 9, 2014

Full Text Search With Sunspot and Mongoid in Ruby on Rails

Introduction In this tutorial, we will implement a full text searching functionality with sunspot gem. Sunspot is a Solr powered search engine for ruby based projects. ORM of the tutorial...

Aug 23, 2014

Rails Namespaced Scaffold Generator

Introduction When I must create a project with an admin panel, I need to do it fast and my choise for this purpose was rails’ scaffold generators. But I must...

Jun 23, 2014

Auto Scale Heroku Dynos With Hirefire.io

Hirefire.io is a service that auto scales your heroku dynos. It is running both web and worker dynos and scales them according to websites current respond times and non-processed jobs....

Jun 20, 2014

Rails has_many through association with counter cache argument

Counter cache argument prevents you from making unnecessary `SELECT COUNT (*) requests. We want to make unnecessary @course.users call for each course. Next association is a basic example for :has_many,...

Mar 25, 2014

Setup Octopress Blog And Deploy To Heroku

Initial Setup I created this blog site with octopress. Formerly, I was using blogspot but I want to change a flexible platform like jekyll based octopress. Here is how I...

This project is maintained by eyupatis