Naturaily logo with transparent background

Jacek Hiszpanski

Author at Naturaily Blog

Experienced Engineer with a proven track record in the information technology and services industry, specializing in Ruby, Ruby on Rails, Agile Methodologies, RSpec, and NoSQL databases.

  • Goldfish leaping from smaller bowls to larger ones, symbolizing growth and progress.

    January 11, 2019 • 4 min read

    How to Remove Old Database Migrations in Ruby on Rails

    Rails data migration should be performed in accordance with some rules, tips and notes, so that you won’t need ages to finish it. This is all the more important when you are tasked with creating a clear development environment setup, and removing old records is key. Check how we did that when we overtook one of the Ruby projects.

    READ MORE
  • A robotic lander with extended legs rests on a rocky, cratered lunar surface under a dark sky.

    December 07, 2015 • 7 min read

    Meteor app deployment with nginx and passenger

    Meteor is getting more and more popular these days, and no wonder: creating a web application is so easy. But what can we do if we want to push our great project live? Unfortunately, there are not too many deployment tools available (yet?). In this article, I’m going to explain step by step how to deploy a Meteor application to debian/ubuntu system (apt-get command required).

    READ MORE