Web Development
Dive into the world of web development, where we explore the latest technologies, frameworks, and best practices for creating effective websites.
Web Development Insights
August 22, 2016 • 5 min read
READ MORELearn more about api authentication devise doorkeeper setupAPI 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.
August 18, 2016 • 5 min read
READ MORELearn more about basic ruby on rails design patternsBasic Ruby on Rails Design Patterns
Patterns make life easier. This applies also or, we can say, especially to the world of web and software development. In Ruby, design patterns are ultra-efficient in terms of keeping the code and model lightweight, slim and repetitions-free. Here’s how to use two main patterns: service and decorator.
January 11, 2016 • 7 min read
READ MORELearn more about meteor autoform translationsHow 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.
March 04, 2015 • 12 min read
READ MORELearn more about meteor blog tutorialCreating a blog using Meteor [Tutorial]
The purpose of this post is to show you how to create a very simple blog app in Meteor. This tutorial, just as the development itself, should be time-efficient, so instead of writing everything from scratch, we’re going to use packages that can help you speed up your development cycle and be more productive.
January 29, 2015 • 6 min read
READ MORELearn more about backbone plugins local storage backbone validationBackbone.js plugins: Local.Storage and Backbone.validation
What is Backbone Local.Storage? Backbone Local.Storage is a method which helps frontend developers to store the data locally. When someone starts making a new application and they need to save some data that they added in their project, and still, they do not have any information downloaded from the backend, they can use Local.Storage.
August 19, 2014 • 8 min read
READ MORELearn more about diet railsRails on a Diet
More and more apps are being created with an API support. Growing popularity of Angular.js and Backbone.js makes it even more important part of new projects. Why is that? There is a trend to seperate backend from frontend not only in terms of logic but also to split the project into two seperate ones - pure API backend and client-side-only frontend. What’s all the fuss about?
Supercharge Your Website
We’re here to guide you every step of the way