PHP: 5 Powerful Spheres of  Use

PHP: 5 Powerful Spheres of Use

5 spheres of PHP 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

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

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.

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.

Integrating Unity to Facebook

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

Canvas в Unity

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

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?