Blog
Occasionally we write some interesting things we were working on.

Doing Machine Vision on Google Coral with OpenCV
Petar Jalušić on 27 Jan 2020
I went to great lengths when installing OpenCV 4.1.1 on Google Coral Dev board. If you are in the same situation, you might have just found a solution! This post explains how to install OpenCV 4.1.1 and do machine vision on Google Coral Dev board.
Read more
Custom users using Django REST framework
Toni Sredanović on 07 Jan 2020
The built-in Django User model follows the pattern consisted of username, email and password. In this tutorial you will learn to RESTfully simplify it to just email and password.
Read more
Best tools for developing scalable React applications
Matija Galina on 30 Aug 2019
Traditionally the idea of scaling in development was mostly associated with server-side applications. However, as the web applications started to become more complex with frameworks like React, PWAs, native applications, and others, the need to write scalable code has crossed to the frontend.
Read more
Environment configuration in React
Matija Galina on 27 May 2019
Before writing your first React component you should know how to setup your environment. Boilerplates, Webpack or Parcel, Babel, linter and dev tools are essential for bringing your React project to life.
Read more
Swagger integration with Django REST Framework
Matea Penezić on 05 Dec 2017
There are several possibilities for documenting API in Django REST framework. In this short tutorial you will learn how to include and set up Swagger UI with your Django projects.
Read more