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 […]
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 […]
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 […]
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 […]