Homepage

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.

  • Run Services in the Background

    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
  • API authentication using Devise and Doorkeeper (minimal setup)

    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
  • How to handle translations in AutoForm-based forms [Meteor's Simple Schema]

    January 11, 2016 • 7 min read

    How to handle translations in AutoForm-based forms [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