Blog

25. 07. 2019.

Structural complexity of algorithms

At the beginning, the lecture compares Von Neumann’s computer model with today’s architecture. The story continues with mathematical discoveries that have influenced the theory of algorithms…

06. 03. 2018.

GDPR and databases

In the application of the GPDR regulation, databases (BP) are of great importance because they contain a large amount of data, some of which are covered by this regulation.

12. 07. 2017.

Java JDBC CachedRowSet

Java Database Connectivity (JDBC) is an application programming interface (API) for the programming language Java, which defines how a client may access a database.

11. 07. 2017.

Java paralelization II – Streams

The paper provides a brief introduction to the default methods in Java interfaces, lambda expressions and the Streams API and presents a parallelization solution used by the Streams API.

05. 11. 2015.

Return to the Prologue

Today, we are witnesses of the popularity of multiparadigmatic programming, i.e. simultaneous use of several programming languages that belong to different paradigms (object, function, logical…), or the use of programming languages that cover several paradigms.
However, the logical paradigm is becoming increasingly interesting (once again).