Let’s Look Under the Hood of Doctrine 2

Let’s Look Under the Hood of Doctrine 2

Doctrine 2

Perhaps it is not an exaggeration to say that Doctrine is the most frequently used ORM in the Symfony ecosystem. That’s why for the PHP developer, the mastery of this library is really important.

Travel Sites: UX Aspects of Content Organization

Travel Sites: UX Aspects of Content Organization

Travel Sites Content organization

In our previous article, we touched on the subject of functionality and usability as the main UX options for the travel website. This time, let’s pay attention to travel site content from the UX point of view. Since there is a growing tendency for betting on not only professional texts, images, or videos, but on what is called user-generated content as well, we will refer to both of them.

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.