Company blog

Scrum – the difficulty hidden in simplicity

Post date 10.12.2020
0 Comments

The Scrum Team is ready to work, Scrum Master is on the board and Product Owner is already excited about new strategies, immediate results, and – eventually – about the success of the whole project. Sticky notes are everywhere and we are ready to take over the world! It sounds like a fairytale, an ideal […]

Read more

Neural Networks – brain.js

Post date 10.12.2020
0 Comments

What is a neural network? A neural network is a set of artificial neurons put together. The activity of a neural network is modeled on the way brain processes work. Every neuron in an artificial neural network contains weights and errors. A neuron is a function that makes calculations after receiving the data and then […]

Read more

Material Design – philosophy of design

Post date 23.11.2020
0 Comments

Material Design is a visual language for which Google created a set of rules. Creators’ assumptions: – design must be simple and clear – Elements of created applications should be lifelike looking, mirror things that we see everyday in the real world – Interface components cannot penetrate nor occupy the same space simultanously – the […]

Read more

Asynchronicity in the Go Programming Language

Post date 23.11.2020
0 Comments

A few words to begin with The Go language allows easy and quick implementation of an asynchronous code fragments. Usage of a key word “go” and channels is the basis for action in the Go. Channels are used for communication between concurrent programme activities. In the context of the Go language, they are called goroutine […]

Read more

Do you have a question?
Write to us!