Marek Smęt
All posts by

Marek Smęt

Software Engineer
expand_more

Results for category: Back-end close

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

@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.