Do you have an idea for your next venture?
We can assist you through whole product development cycle. From the ideation to the working product.
A brief history of machine learning
Hello there! Today I would like to tell you about the history of machine learning.
Jest test framework for TypeScript
In software development, testing plays a huge role. It helps developers track and eliminate bugs in the code which makes clients happier and wealthier. Who would like to buy a product full of issues?
Jupyter Notebook
Jupiter Notebook is a very comfortable tool especially for Python developers, but it also appears to be useful among other IT communities. Basically, it represents content visible in the browser....
Implementing server-side CRUD with TypeScript, TypeORM and GraphQL
Today, I would like to explain how to use GraphQL in parallel to TypeScript. GraphQL is a very interesting technology invented by Facebook in 2012 and presented to the audience in 2015. It's used...
Dictionary in TypeScript
Few weeks ago I was working on a task that was to rewrite the service from JavaScript to TypeScript. It was very challenging for me. I spent a lot of time to find the differences between those two...
Can Deno replace NodeJS?
Nowadays JavaScript is the most popular technology. You can write desktop apps, well designed websites or even fast and efficient backends. Let's focus on backend.