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.
January 11, 2019 • 4 min read
READ MORELearn more about remove old migrations ruby on railsHow 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.
December 07, 2015 • 7 min read
READ MORELearn more about meteor app ngnix debianMeteor 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).