Blogs

Ruby or Elixir. Which one do you need for your software project?
You are a business owner, have an idea for a web app and are looking for the right software house to outsource for your project. You are a non-technical person, but stumbled upon terms like ‘web development’, ‘Ruby’, ‘Ruby on Rails’, ‘Elixir’ and ...



Using Postgresql To Perform Tasks In A User Local Time Zone
One of the benefits of side projects is giving yourself a chance to see new solutions to problems you have already tackled.For nearly seven years, KickoffLabs has had the option to send weekly or daily emails about the previous days progress to ou...

How to Build Application Search with Ruby on Rails (Sample Code) | Elastic
When people interact with their computer or phone, often times it looks like this: activate the screen, open the browser, type cryptic strings into an empty search bar, scan the results for a moment, then click on a top result. Search has given tr...



How to Create a Simple CRUD App with Rails and React · James Hibbard
Most web applications need to persist data in one form or other. When working with a server-side language, this is normally a straightforward task. However when you add a front-end JavaScript framework to the mix, things start to get a bit trickie...

Tips to improve Rails performance. Learn how to make your it much faster.
Since Ruby on Rails is not the fastest web framework out there you sometimes need to improve the performance in order to keep up. This post will list some great tips to improve Rails performance.Learn how to make your Ruby on Rails application muc...