Scala 3 in practice

Scala 3 (Dotty) described from practical point of view in an example web application.

I covered here some new features that could be useful during future application development.

If you are interested to see how Scala 3 works and what I found during the implementation, please visit the link

More about the sample project in Open Source section.

OpenCV with Anaconda3 and PyCharm

In this short publication I described how to build a custom OpenCV, integrate it with Anaconda3 system and make it working properly with PyCharm IDE.

To read click the link.

Scala 3 Macros

Scala 3 macros introduction with a practical example.

This post covers basics, methods to work with the macros and introduces an example how to create type safe prepared statements with help of Scala 3 macros.

The post can be found here.

More about the sample project in Open Source section.