Maciej works in Nokia, where he’s primarily a software architect, but also trainer and mentor.  

He holds a Ph.D. in computer science in the area of artificial intelligence but has worked in the telecommunication industry ever since, taking part in projects on various embedded platforms as a programmer, designer, architect, and project manager. 

His favorite pastime activity is learning – anything goes. 

TestDive Conference 2024 presentation:Unit Testing in Go .”

Testing is an essential part of software development process – it allows for proving that our application works correctly and meets the requirements. In many contemporary programming languages support for testing is not a part of language’s definition but rather an external part – most likely some mutation of xUnit framework. In Go (Golang) its equivalent – testing packet is a part of standard library, and the toolchain facilitates test management. In this talk I would like to show current and potential Go programmers how rich and yet easy to use test support is in this language. 

© Nokia 2023 All Rights Reserved.