It's been a long time since the first release of the React.
Before we will dive deeper into react’ itself, let’s do a small throwback into react’s...
In the previous article, we built the simplest speaking chatbot entirely in a browser, with the help of the NLP.js library and Web Speech API.
Our demo application showed an...
Today you can actually build a voice assistant for your website without too much time or effort. Just some gumption and a little know how. Chatbot functionality and quality are...
RxSwift, like any tool, is just a convenient way to solve any problem. Some time ago it was very popular to use Rx in all mobile applications. Let's see if this is so at the...
Artificial General Intelligence is a step beyond the current AI capabilities all around us. Artificial Intelligence (AI) is already part of our day to day, whether we chose to...
Computational complexity
Computational complexity or simply complexity of an algorithm is a measure of the amount of time and/or space required by an algorithm for an input of...
URL's shorteners are popular web services that create short "aliases" (short links) for lengthy URLs (Uniform Resource Locators). Users get redirected to the original URL after...