Marek Smęt
All posts by

Marek Smęt

Software Engineer
expand_more

Serverless architecture – AWS Lambda

Road to serverless area

Serverless architecture sounds awkward when you hear it for the first time. One might think. – Hold on! So, how to execute my code? There’s no server, really? Where is the catch? This article describes our experience we gained during our recent adventure with AWS Lambda – the serverless architecture

Groovy SQL – an easy way to database scripting

If you have to write some database script at SQL level then try out Groovy SQL. Why? This story is the answer.

@Rules that can help you write better unit tests

Have you ever wanted to know what was the result of your unit test and act differently depending on the test result? In this short article I present a JUnit feature called Rules.