Web Development

PHP: 5 Powerful Spheres of  Use

PHP: 5 Powerful Spheres of Use

Initially built for server-side scripting, PHP has become one of the most widely used programming languages. According to WWW Technology Surveys, the share of its use worldwide exceeds 80%. Among PHP advocates are such giants as Slack, Wikipedia, Wordpress, Pinterest, Nvidia, Tumblr and, to some extent, Facebook.

5 Best Text Editors For Web Developers

5 Best Text Editors For Web Developers

“What is the best text editor for web developers?” — this question bothers not only beginners but experienced developers as well. New software is launched regularly, client requirements are growing, your own skills are improving and you want to automate routine procedures for large projects and get as much as possible out of the box.

The Guide to Tech: Vue.js

The Guide to Tech: Vue.js

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.

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.

Integrating Unity to Facebook

Integrating Unity to Facebook

The day has finally come! Today we have an article with some code in it. It resulted from a two-week struggle with Facebook SDK and Facebook API. I hope that information I provide here will do some good to you. According to my experience there’s no solid guarantee that stuff will remain the same after the next Facebook SDK update, so follow along while it’s still up-to-date.

Unity Meets Canvas

Unity Meets Canvas

Hi there! I’ve been thinking recently about my experience as a Unity developer and decided that it’s high time to share what I’ve learned about creating interfaces in Unity. So if that’s what you were looking for, do read on.

Code Commenting And PHP Documentation Generation

Code Commenting And PHP Documentation Generation

Why do we need comments in code? How to write them? Where they are necessary and where they are not? How to comment code correctly? How to create the same documentation style for all members of the team? What are the tools for documentation generation?

Symfony 2 Installation And Configuration

Symfony 2 Installation And Configuration

Since its release date, Symfony 2.0 installation process and tools required for it have been changed and updated for several times. In this article we tell you how to install and set up a Symfony2 application.

Symfony2 Architecture

Symfony2 Architecture

Flexible architecture is the most notable feature of Symfony2 framework. It helps this PHP framework to stand out and allows developers to quickly create functional applications. This topic deserves a separate article so here we’re going to delve into some details of Symfony2 architecture.

Unity3D or Unreal Engine 4

Unity3D or Unreal Engine 4

Not so long ago we had a hard time choosing which engine to use, Unity3d or Unreal Engine 4 (UE4). So, I’ve decided to write a small article about that. Here briefly describe pros and cons of each engine, and also share the arguments that affected our final choice.

Frontend Automation Using Grunt

Frontend Automation Using Grunt

There’s a great variety of assembly automators — take as much as you like, but many of them are not suitable for simple tasks. Below goes a description of what is used for faster work on Frontend. Who cares, welcome to the cut.