Naturaily logo with transparent background

Jan Wieczorkowski

Author at Naturaily Blog

Tech Leader and Senior Fullstack Developer with over 12 years of experience, specialized in Ruby, Python, JavaScript, and Go, with extensive expertise in frameworks like Ruby on Rails and Django.

  • Colorful terminal screen displaying a manual page for the "man" command with highlighted syntax in various colors.

    November 04, 2016 • 4 min read

    Run Services in the Background

    Some time ago Marcin wrote about basic design patterns in Ruby on Rails. I’d like to go back to Service pattern in this post. I really like it, it’s a good idea to place application’s business logic there. At Naturaily we use it quite often.

    READ MORE
  • Stone temple interior with ornate columns and a small, lit central altar. The area is dimly lit, highlighting the intricate carvings.

    August 22, 2016 • 5 min read

    API authentication using Devise and Doorkeeper (minimal setup)

    Have you ever tried to setup Devise and Doorkeeper in the simplest possible way, without oauth applications etc? Yeah, preparing Rails API authentication can be more flawless than you think. In this article, I’ll show you in a few easy steps the setup you searched for.

    READ MORE
  • The International Space Station orbiting Earth, with solar panels extended against a backdrop of clouds and blue ocean.

    January 11, 2016 • 7 min read

    AutoForm Translations: A Guide with Meteor’s Simple Schema

    In one of the projects I’ve been recently working on, I needed i18n support for forms generated with AutoForm. For those who don’t know: Autoform is a schema-based form generator. ​Since Meteor forms and ecosystem aren’t mature yet, this turned out to be an interesting task which ended up with creating a new package that we’ve published for the benefit of the Meteor community.​

    READ MORE