The Guide to Tech: Vue.js

The Guide to Tech: Vue.js

Vue js application

The Vue.js 2.0 release was held back in 2016, but many owners of technology companies and Javascript developers still hesitate to use it in their projects. In this article, we will consider the key points of this solution.

How Colour Affects Consumer Behaviour? Complete Guide

How Colour Affects Consumer Behaviour? Complete Guide

color impact on consumers behaviour

The effect of color on user’s behavior can’t be overestimated, especially when it comes to web design. The virtual user can’t touch the product or service physically, therefore well-chosen colors and user-friendly interface based on user experience are the most powerful tools of online communication.

Hello CoreData!

Hello CoreData!

Hello CoreData!

Today we will review framework under the terrible name CoreData, from Apple. I hate it so much. This is Apple's solution to work with SQLite (a relational database). CoreData can store Swift objects in SQLite, and also it can perform the reverse operation.

Web Design Trends and Ideas to Make Awesome Websites

Web Design Trends and Ideas to Make Awesome Websites

Web Development Trends

Building an ordinary website is not that easy as creating an effective online marketing tool with a modern design. A nice-looking and well-optimized site requires a lot of time, investments, and even inspiration. So, how to create a good website design in order attract more clients?

ChatKit Library for Android Apps

ChatKit Library for Android Apps

ChatKit Library

In the world of iOS development there is a well-known JSQMessagesViewController library which helps iOS-developers to implement UI chat in their applications easily. Unfortunately, Android developers are deprived of such a wonderful tool.

iOS Development: Best Practices

iOS Development: Best Practices

iOS development. Best practices

Hello. In this article, I will try to give some tips on writing a code for beginners in iOS development. I will not dive in much details, since it will take a lot of time (to be honest, I’m just too lazy).

Responsive eCommerce Sites

Responsive eCommerce Sites

Responsive Ecommerce Sites

Long time ago when only PC and laptops were used for internet browsing, it was fairly easy to create a website that looks good on most screens. But nowadays smartphones, tablets, smartwatches and other wearable devices has significantly complicated this process. That’s why responsive ecommerce site that adapts to various screens is a necessity for many companies.

CSS Transitions And Animations. Motion Path Module CSS

CSS Transitions And Animations. Motion Path Module CSS

CSS Transitions and Animations. Motion Path Module CSS

Before CSS3 rising, front-end developers were tossed into a cold sweat, when they heard a word «animation». And all because one reason: it was very non-trivial task to make quality and beautiful animation at those old days. CSS could not do it, so all the animations were made with JavaScript.