12Aug

Agile Software Development, Scrum part 2

In the previous article we talked about an Agile development history, its famous manifest and some Scrum appearance history. Today we will talk about Scrum itself, how it looks like from the inside, how it works also. As it had shown in a previous part of our article, Agile development is a bit more focused on a market needs and stakeholders’ interests comparing with some technologies like waterfall, for example (it does not mean that this technology is bad anyway).

11Aug

Agile Software Development, Scrum part 1

Today we want to talk about Agile principles and especially about Scrum, that had been used on a many of our projects. This article can help you to understand the basics of the Agile and Scrum development and try to implement this methods in your company. So let’s start.

09Aug

Short React Story

Today we want to talk about front-end technology that nowadays, is becoming more and more popular.

It’s name React, created by a collaboration of Facebook and Instagram to make pretty fast job, while you are working on a front-end. Last year we were watching how most of our clients started their new projects, and refactored some old one using it.

09Aug

Everyday Coding

Let us say a few words about our team. We do JavaScript project, and we doing them well.

We believe, that working on a Web projects it so important to maximize productivity and increase the speed of your app, but also, reduce the development time, to show your results in a short period.

04Aug

Доклад. Agile (вводная часть). Scrum

Гибкая методология разработки (Agile) описывает набор принципов для разработки программного обеспечения в соответствии с которым требования и решения развиваются за счет совместных усилий самоорганизующихся кросс-функциональных команд.

25Jun

Заметка про распорядок дня

Привет всем! В этой заметке будут рассмотрены вопросы, связанные с распорядком дня.
Мы установили в нашей команде гибкое начало рабочего дня, и совсем не против удаленной работы.

25Jun

Daily Schedule Post

Let us set up the margin of right and wrong:

1. Is it possible to begin your workday at 11:00 – 12:00am?

25Jun

Важность учета рабочего времени

Дорогие разработчики! Пишу вам от лица менеджера. У меня к вам большая просьба – аккуратно вести задачи. Инструкция здесь. Восстановить через неделю-другую хронологию работ бывает достаточно сложно.

25Jun

Knowledge is a power

I would like to devote this article to one of the vital principles of our team – “knowledge is a power.”
Today, when almost any economic process gets automated, the ability of constant learning and development in your professional area becomes a key surviving factor for business.

25Jun

Автоматическое добавление в задачи ссылок на коммиты

Подключение репозитория к проекту Настройки Github находятся в Settings -> Repositories -> New Repository. Далее: — Выбираете SCM -> GitHub; — Поле Identifier заполняется латиницей в нижнем регистре — это уникальный идентификатор репозитория, который мы в будущем будем использовать; — URL — адрес репозитория, с расширением “.git” на конце; — Не забыть про “.git” на […]