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
September 22, 2016 • 5 min read
READ MORELearn more about android developer guide help screensAndroid developer guidance on showing help screens
There are only a few things more deadly for apps than a situation when the user doesn’t know what to do. We’ve all been there, turning on some program, registering, logging in and… what now? Just some blank screen, a lot of buttons, twenty tabs, thirty windows… Mom! let me out! Close, delete, forget.
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 translationsAutoForm 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.
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.
Supercharge Your Website
We’re here to guide you every step of the way